S
StargateFanFromWork
I have this formula in cell E3 in a sheet:
=IF($A$2<>"", $E$2 & " x 2 = " & CEILING($E$2*2,0.25),"")
It gives me this result, showing a partiuclar example:
8.4 x 2 = 17
Is there a way to make the above show up in this example formatted as shown
here (currency / number / currency):
$8.40 x 2 = $17.00
I've been working with something simpler in its stead, but it's confusing.
The above "statement" cell result clarifies exactly what is going in the
cell so here's hoping this can be made to work.
****************************
Also, a subsequent formula that depends on a result in E3, in this case here
$17.00, has this result and not a working result:
#VALUE!
Is there a way to have my cake and eat it, too?
I need to have the first formula above with the correct mix of the 2
currency numbers and a regular digit, yet still will allow subsequent
formulas to work?
TIA. D
=IF($A$2<>"", $E$2 & " x 2 = " & CEILING($E$2*2,0.25),"")
It gives me this result, showing a partiuclar example:
8.4 x 2 = 17
Is there a way to make the above show up in this example formatted as shown
here (currency / number / currency):
$8.40 x 2 = $17.00
I've been working with something simpler in its stead, but it's confusing.
The above "statement" cell result clarifies exactly what is going in the
cell so here's hoping this can be made to work.
****************************
Also, a subsequent formula that depends on a result in E3, in this case here
$17.00, has this result and not a working result:
#VALUE!
Is there a way to have my cake and eat it, too?
I need to have the first formula above with the correct mix of the 2
currency numbers and a regular digit, yet still will allow subsequent
formulas to work?
TIA. D