S
StargateFan
A cell formatted for currency that has this formula:
=IF($A$2<>"",($E$2) & " x 2 = " & CEILING(($E$2*2),0.25),"")
now gives the result of: 8.4 x 2 = 17
instead of: $8.40 x 2 = $17.00
And E4 which would then use the above result of $17.00 now gives me a
#value return.
Is there a way to use the text and formula while still retaining
currency formatting and yet XL2K still can work with results?
TIA. I got the text and formula approach above from the archives.
=IF($A$2<>"",($E$2) & " x 2 = " & CEILING(($E$2*2),0.25),"")
now gives the result of: 8.4 x 2 = 17
instead of: $8.40 x 2 = $17.00
And E4 which would then use the above result of $17.00 now gives me a
#value return.
Is there a way to use the text and formula while still retaining
currency formatting and yet XL2K still can work with results?
TIA. I got the text and formula approach above from the archives.