Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is there a way to create a custom format for text data? Basically, I
am looking for the format to be a description lookup, while the cell itself has the value of the item being looked up. I realize I could do this with a separate column and use the VLOOKUP() on a table of the values and the descriptions. However, I am just wondering if it is possible to do the same thing with a custom format, within the cell itself. As an example, the following list might be some examples of values and the descriptions I would like to see displayed: a = Alpha b = Beta b1 = Beta One 83 = Category 83 So, if I enter "a" in a cell, that would be the value of the cell, but "Alpha" would be what is displayed for the cell. Similar to what can be done with months (i.e. 1=Jan, 2=Feb, ..., 12-Dec), but on text data. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I don't think so using custom formats.
But maybe an alternative. Use nice unique strings and then use tools|autocorrect to change them to what you want. @@a could be replaced with Alpha @@b @@b1 If you decide to use this technique, make sure you don't use any real word or any excel function/word. Randy Harmelink wrote: Is there a way to create a custom format for text data? Basically, I am looking for the format to be a description lookup, while the cell itself has the value of the item being looked up. I realize I could do this with a separate column and use the VLOOKUP() on a table of the values and the descriptions. However, I am just wondering if it is possible to do the same thing with a custom format, within the cell itself. As an example, the following list might be some examples of values and the descriptions I would like to see displayed: a = Alpha b = Beta b1 = Beta One 83 = Category 83 So, if I enter "a" in a cell, that would be the value of the cell, but "Alpha" would be what is displayed for the cell. Similar to what can be done with months (i.e. 1=Jan, 2=Feb, ..., 12-Dec), but on text data. -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Using VLOOKUP to match similar text? | Excel Worksheet Functions | |||
Want to custom formatting a number similar to @,@ for text. | Excel Discussion (Misc queries) | |||
Text Function - Custom Format ( Re-posted from Misc still looking for answer ) | Excel Programming | |||
Text Function - Custom Format ( Re-posted from Misc still lookingfor answer ) | Excel Programming | |||
Text Function - Custom Format ( Re-posted from Misc still looking for answer ) | Excel Programming |