how do i set up round function

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to insert round function on external reference functions, and
nothing is happening.
'Category Financial Review'!G7/(H7*$L$4) is the formula I am trying to round.
 
=ROUND('Category Financial Review'!G7/(H7*$L$4),0) will round to 0 digits
=ROUND('Category Financial Review'!G7/(H7*$L$4),1) will round to 1 digit
=ROUND('Category Financial Review'!G7/(H7*$L$4),2) will round to 2 digits
etc.
 
Back
Top