D
Dan
How can I increment and decrement column characters/letters using
worksheet functions?
I have a list of 5 characters corresponding to columns.
The first character might be A, for column 1.
How can I get the second character in the list to automatically
configure itself to be B, the third C, the fourth D and the fifth E?
That is, I want to set this up so that the second character is linked
to the first, the third to the second and so on.
That way if I change the first character from A to D then the second
character in the list will automatically become E, the third will
change to F, the fourth G and the fifth H.
Of course, there could be two characters for an item in the list as
the column index could be anywhere between A and IV.
Moreover this needs to be done only with worksheet functions only as I
cannot guarantee that the sheet will have access to VBA.
I have been trying formulas that use a whole mess of CODE() and CHAR()
and so on, but I was wondering if anybody else has any ideas for an
elegant solution.
Any help would be most welcome.
Regards,
Dan
worksheet functions?
I have a list of 5 characters corresponding to columns.
The first character might be A, for column 1.
How can I get the second character in the list to automatically
configure itself to be B, the third C, the fourth D and the fifth E?
That is, I want to set this up so that the second character is linked
to the first, the third to the second and so on.
That way if I change the first character from A to D then the second
character in the list will automatically become E, the third will
change to F, the fourth G and the fifth H.
Of course, there could be two characters for an item in the list as
the column index could be anywhere between A and IV.
Moreover this needs to be done only with worksheet functions only as I
cannot guarantee that the sheet will have access to VBA.
I have been trying formulas that use a whole mess of CODE() and CHAR()
and so on, but I was wondering if anybody else has any ideas for an
elegant solution.
Any help would be most welcome.
Regards,
Dan