D
david_b2
I would like to combine a function with a formula, can it be done in the same
cell?
cell?
david_b2 said:I would like to add the "Round" function to a formula like,
"=G4*(0.076/12)"
David Biddulph said:Yes, you can do that.
=ROUND(G4*(0.076/12),2), for example.
Or, if you're not trying to apply the ROUND to the result but to one of the
intermediate terms, you can use =G4*ROUND(0.076/12,6), for example.
David Biddulph said:Yes, you can do that.
=ROUND(G4*(0.076/12),2), for example.
Or, if you're not trying to apply the ROUND to the result but to one of the
intermediate terms, you can use =G4*ROUND(0.076/12,6), for example.