Forum Discussion
Dan_Heins22305
Sep 28, 2022Copper Contributor
changing text case
I am trying to change upper and lower case letters to just lower case. I have done the text conversion but when I put the formula =b1(lower) in column C, I just get #REF! instead of the text being ...
JMB17
Sep 28, 2022Bronze Contributor
It should be: =Lower(B1)