Can you please help me to create a Formula, I get an error every time I try to add the one that i had
=UPPER(LEFT(A9,1*MID(A9,FIND(".",A9)+1,LEN(A9)-FIND(".",A9))))
I attach the file,
=LEFT(A8,1)
=MID(A8,FIND(".",A8)+1,LEN(A8)-FIND(".",A8))
=UPPER(CONCATENATE(B8,C8,D8,))
if I just the formula I don't need to concatenate
=UPPER(LEFT(A9,1*MID(A9,FIND(".",A9)+1,LEN(A9)-FIND(".",A9))))
But I get an error #VALUE!