How can I combine the following formulas?
=f4*0.54
and
=roundup(d4,0)
In cell D4
I have the formula =f4*0.54
, which gives me our cost from an MSRP cost that I entered in cell F4
, but the cost that shows in D4
ends up being 137.11, I'd like it to just round up to 138.00.
![example of cells]()