R RedFive Sep 18, 2008 #1 I need to change the last character in a whole column from a "0" to an "h". I'm sure there is a way to do this, just can't recall it.
I need to change the last character in a whole column from a "0" to an "h". I'm sure there is a way to do this, just can't recall it.
R RedFive Sep 18, 2008 #3 Didn't work for me, got an error when I tried to put in the formula. But I think I answered my own question. This seemed to work for me: =REPLACE(A2,7,1,"h") Thanks for your help though, I really appreciate it.
Didn't work for me, got an error when I tried to put in the formula. But I think I answered my own question. This seemed to work for me: =REPLACE(A2,7,1,"h") Thanks for your help though, I really appreciate it.