E
EU
Dear Excel Wizard:
The following formula returns a name in "First
Name"(space)"Last Name" order and I would like the return
data to come in "Last Name",(space)"First Name" order.
(the other conditions are to return "NO DATA" upon coming
across a blank cell, and returning the text in "proper"
format). How would this formula be adjusted to do that?
=(IF(A2=" ","NO DATA",(PROPER(A2))))
As well, if A2 has a text string value of "Doe,John", how
would I add a space between the comma and "John" (to make
Doe, John)?
This is stumping me!
Thanks.
EU
The following formula returns a name in "First
Name"(space)"Last Name" order and I would like the return
data to come in "Last Name",(space)"First Name" order.
(the other conditions are to return "NO DATA" upon coming
across a blank cell, and returning the text in "proper"
format). How would this formula be adjusted to do that?
=(IF(A2=" ","NO DATA",(PROPER(A2))))
As well, if A2 has a text string value of "Doe,John", how
would I add a space between the comma and "John" (to make
Doe, John)?
This is stumping me!
Thanks.
EU