View Single Post
  #2   Report Post  
David Billigmeier
 
Posts: n/a
Default

=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.


--
Regards,
Dave


"run superman" wrote:

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.