Thread
:
ROUNDUP ONLY if > THAN A FIGURE
View Single Post
12-28-2016, 01:33 PM
jeffreybrown
Windows Vista
Office 2007
Expert
Join Date: Apr 2016
Posts: 673
Not sure this is entirely clear.
You want to Roundup only if a cell is greater than 3?
What do you want if the cell is less than 3?
=IF(A1>3,ROUNDUP(B1,0),B1)
jeffreybrown
View Public Profile
Find all posts by jeffreybrown