D
dpilkington
Is there a way to write multiple formulas in one.
example: I want change CHEVRON, INC. to proper case and remove th
"," and replace it with a space.
Currently I have to write 2 formulas. =proper(A1) then copy an
pastespecial.
Then write =substitute(A1,","," ",) then copy and pastespecial again.
Is there a way to write something like
=PROPER(A1,=SUBSTITUTE(A1,","," ",))
so it will do it all at one time?
Thanks in advance
example: I want change CHEVRON, INC. to proper case and remove th
"," and replace it with a space.
Currently I have to write 2 formulas. =proper(A1) then copy an
pastespecial.
Then write =substitute(A1,","," ",) then copy and pastespecial again.
Is there a way to write something like
=PROPER(A1,=SUBSTITUTE(A1,","," ",))
so it will do it all at one time?
Thanks in advance