![]() |
converting text to numbers
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! |
converting text to numbers
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! |
converting text to numbers
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. |
All times are GMT +1. The time now is 05:46 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com