#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 27
Default change characters

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.
--
RedFive
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 747
Default change characters

Try this

=SUBSTITUTE(A2,RIGHT(A2,1),"h")



On Sep 18, 11:11*am, RedFive
wrote:
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.
--
RedFive


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 27
Default change characters

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.
--
RedFive


"muddan madhu" wrote:

Try this

=SUBSTITUTE(A2,RIGHT(A2,1),"h")



On Sep 18, 11:11 am, RedFive
wrote:
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.
--
RedFive



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Change font in portions of cell with many characters (1000's) Barb Reinhardt Excel Discussion (Misc queries) 6 July 3rd 08 11:23 PM
change column heading names from numbers to alpha characters Changing Excel Column Headings Excel Discussion (Misc queries) 3 September 14th 06 02:40 PM
Change text to a single characters Fitri Nadyra Excel Worksheet Functions 1 July 4th 06 01:10 PM
How do I change the number of characters per cell? Lenoch Setting up and Configuration of Excel 4 February 8th 06 08:40 PM
How do I change the columns in excel back to alpha characters? Erin D. Setting up and Configuration of Excel 1 January 6th 05 02:00 AM


All times are GMT +1. The time now is 12:05 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"