A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Formulas



 
 
Thread Tools Display Modes
  #1  
Old May 18th, 2010, 02:19 PM posted to microsoft.public.excel.worksheet.functions
Raja
external usenet poster
 
Posts: 54
Default Formulas

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  
Old May 18th, 2010, 02:42 PM posted to microsoft.public.excel.worksheet.functions
Luke M[_4_]
external usenet poster
 
Posts: 451
Default Formulas

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  
Old May 18th, 2010, 03:13 PM posted to microsoft.public.excel.worksheet.functions
Jacob Skaria
external usenet poster
 
Posts: 5,952
Default Formulas

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?

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 08:34 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.