Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 13
Default Change the letter instead of the number

I have a question, lets say that in column A, row 1, I have P18 and in the
same column, row 2, I have P18A, in row 3, P18B, can I continue down with out
retyping, when I tried to do this it changes the number to P19 but is does
not change the letter to C, I want it to change the letter to A,B,C but to
leave the original numbering the same, can this be done!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,058
Default Change the letter instead of the number

In the second row enter:

="P18" & CHAR(65-2+ROW()) and copy down
--
Gary''s Student - gsnu200738


"Raquel" wrote:

I have a question, lets say that in column A, row 1, I have P18 and in the
same column, row 2, I have P18A, in row 3, P18B, can I continue down with out
retyping, when I tried to do this it changes the number to P19 but is does
not change the letter to C, I want it to change the letter to A,B,C but to
leave the original numbering the same, can this be done!

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default Change the letter instead of the number

="P18"&CHAR(63+ROW(A2)) in A2, and copy down
--
David Biddulph

"Raquel" wrote in message
...
I have a question, lets say that in column A, row 1, I have P18 and in the
same column, row 2, I have P18A, in row 3, P18B, can I continue down with
out
retyping, when I tried to do this it changes the number to P19 but is does
not change the letter to C, I want it to change the letter to A,B,C but to
leave the original numbering the same, can this be done!



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Change the letter instead of the number

One more if you want to go past the letter Z

="P18" & SUBSTITUTE(ADDRESS(1,ROW(),4),"1","")

Entered in A1 and copied to A256

Don't ask me how it works please.


Gord Dibben MS Excel MVP


On Thu, 23 Aug 2007 09:26:02 -0700, Raquel
wrote:

I have a question, lets say that in column A, row 1, I have P18 and in the
same column, row 2, I have P18A, in row 3, P18B, can I continue down with out
retyping, when I tried to do this it changes the number to P19 but is does
not change the letter to C, I want it to change the letter to A,B,C but to
leave the original numbering the same, can this be done!


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 13
Default Change the letter instead of the number

that's not what I wanted, all I want is to avoid typing P18A, P18B, P18C and
so on, if I copy this sequence down it gives me P18A, P19B, P20C, and I don't
want the 18 to change, I wanted the letter to change, your formula give me
P18 a, P18AB and so on, which is really helpful, but not for this one...
Have any other idea....tip!

"Gary''s Student" wrote:

In the second row enter:

="P18" & CHAR(65-2+ROW()) and copy down
--
Gary''s Student - gsnu200738


"Raquel" wrote:

I have a question, lets say that in column A, row 1, I have P18 and in the
same column, row 2, I have P18A, in row 3, P18B, can I continue down with out
retyping, when I tried to do this it changes the number to P19 but is does
not change the letter to C, I want it to change the letter to A,B,C but to
leave the original numbering the same, can this be done!

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 letter into a number Jshendel Excel Discussion (Misc queries) 2 August 31st 06 07:43 PM
How do I change a letter to a number in an excel spreadsheet? rgydicey Excel Worksheet Functions 3 March 22nd 06 04:17 PM
What will cause column headings to change from letter to number? Bob in Buffalo Excel Discussion (Misc queries) 3 August 8th 05 07:56 PM
change headers from letter to number/number to letter lazybee Excel Worksheet Functions 1 July 29th 05 11:08 PM
How do I change column label from number to letter? adel Excel Discussion (Misc queries) 5 June 24th 05 12:18 AM


All times are GMT +1. The time now is 11:39 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"