Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I know there must be a way to have the results of an If-Then formula be
functioning rather than text. The following statement gets the $100 or $0 results that I want =IF((P5+I5)38,"$100","$0") However, the $100 or $0 is not a functioning number that can be added, subtracted or multiplied. Excel is handling it as text. Thank you very much for your help! |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try this:
=IF(P5+15)38,100,0) make sure you format the cell that this formula is going into as currency with 2 decimal points. You should be off and running. "kingham78" wrote: I know there must be a way to have the results of an If-Then formula be functioning rather than text. The following statement gets the $100 or $0 results that I want =IF((P5+I5)38,"$100","$0") However, the $100 or $0 is not a functioning number that can be added, subtracted or multiplied. Excel is handling it as text. Thank you very much for your help! |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Changing your name doesn't hide the fact that this is the FOURTH identical
POST Steve On Wed, 11 Oct 2006 22:29:02 +0100, kingham78 wrote: I know there must be a way to have the results of an If-Then formula be functioning rather than text. The following statement gets the $100 or $0 results that I want =IF((P5+I5)38,"$100","$0") However, the $100 or $0 is not a functioning number that can be added, subtracted or multiplied. Excel is handling it as text. Thank you very much for your help! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to Convert Figures into Text in Excel | Excel Worksheet Functions | |||
Displays the number in text. (One thousand two hundred thirty four | Excel Worksheet Functions | |||
Number format | Excel Discussion (Misc queries) | |||
spell number | Excel Worksheet Functions | |||
excel | Excel Worksheet Functions |