Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I wanted to enter a number in a cell for example 10 in A2 and this number
should be converted into a letter say "A"in A2 cell. How could it be done? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Setup a table somewhere definining what values correspond to what output,
and then use a VLOOKUP/LOOKUP function. =VLOOKUP(A2,My_Table,2,FALSE) -- Best Regards, Luke M "Raja" wrote in message ... I wanted to enter a number in a cell for example 10 in A2 and this number should be converted into a letter say "A"in A2 cell. How could it be done? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Could you please elaborate your requirement..What if you type something else
other than 10. If you just want any number typed into cell A2 to be displayed as A; then custom format the cell as below "A" -- Jacob (MVP - Excel) "Raja" wrote: I wanted to enter a number in a cell for example 10 in A2 and this number should be converted into a letter say "A"in A2 cell. How could it be done? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Convert Array Formulas to Regular Formulas | Excel Worksheet Functions | |||
Convert Array Formulas to Regular Formulas | Excel Worksheet Functions | |||
E2007 formulas display as formulas, not results | Excel Worksheet Functions | |||
Counting # of Formulas in a column with formulas and entered data | Excel Worksheet Functions | |||
CELLS NOT CALC FORMULAS - VALUES STAY SME FORMULAS CORRECT?? HELP | Excel Worksheet Functions |