Forum Discussion

Loic_Pedro_Hans's avatar
Loic_Pedro_Hans
Regular Visitor
2 years ago
Solved

problem with text functions

Hi,   I try to buid a simple formula to extract the first name   My formula is :    Prenom = VAR Pos_Virgule = IFERROR (FIND(",",Customer[Name]), BLANK() ) VAR Taille = LEN( 'Customer...