Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Is it possible to set a formula to set :
in A1 : 101A set formula in B1 to get the value 101B if change the value in A1 to 101B set formula in B1 to get the value 101C |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=LEFT(A1,LEN(A1)-1)&CHAR(CODE(RIGHT(A1))+1)
but you haven't said what you want to do when you get to 101Z -- David Biddulph "yclhk" wrote in message ... Is it possible to set a formula to set : in A1 : 101A set formula in B1 to get the value 101B if change the value in A1 to 101B set formula in B1 to get the value 101C |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
Try this in B1 =101&CHAR(CODE(RIGHT(A1,1))+1) Mike "yclhk" wrote: Is it possible to set a formula to set : in A1 : 101A set formula in B1 to get the value 101B if change the value in A1 to 101B set formula in B1 to get the value 101C |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Looking for alphabet tracing | Excel Discussion (Misc queries) | |||
Adding a number to a letter of the alphabet to get a letter | Excel Worksheet Functions | |||
Why can't I autofill the alphabet? | Excel Discussion (Misc queries) | |||
Alphabet Worksheet | Excel Discussion (Misc queries) | |||
Adding cells with alphabet and returning a numbric value | Excel Worksheet Functions |