Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am trying to create a spreadsheet that I will input an "A" and it will
convert to $4.00. Can anybody tell me what function to use? Thanks -- Have a great day! |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
How about:
=if(a1="A",4,"") Format as currency. Regards, Gred. "northerner" wrote in message ... I am trying to create a spreadsheet that I will input an "A" and it will convert to $4.00. Can anybody tell me what function to use? Thanks -- Have a great day! |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On May 21, 8:18 am, "Fred Smith" wrote:
How about: =if(a1="A",4,"") Format as currency. Regards, Gred. "northerner" wrote in message ... I am trying to create a spreadsheet that I will input an "A" and it will convert to $4.00. Can anybody tell me what function to use? Thanks -- Have a great day! That's good for only one or a few with more IFs in there. But if you have many of these, it's probably best to set up a little list/ database of them somewhere in the file. Then use a VLOOKUP to get the right number. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Converting numbers to text | Excel Discussion (Misc queries) | |||
Converting text to numbers | Excel Worksheet Functions | |||
converting numbers to text | New Users to Excel | |||
Converting numbers formatted as text to numbers | Excel Discussion (Misc queries) | |||
converting numbers to text and prefill text field with 0's | Excel Discussion (Misc queries) |