Link to home
Start Free TrialLog in
Avatar of Frank .S
Frank .SFlag for Australia

asked on

value error - if statement with ceiling function

hi experts, im having problems with an ifstatement with ceiling function (see below), it is producing a VALUE error?
basically if the range cells = zero or nothing then show nothing otherwise sum the range & roundup in increment of 0.2

User generated image
Avatar of Ryan Chong
Ryan Chong
Flag of Singapore image

what if you trying this?


=IF(H6:H10="","",SUM(CEILING(H6:H10,0.2)))

Open in new window

SOLUTION
Avatar of byundt
byundt
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Frank .S

ASKER

thankyou but it seems there is also a problem with h6 which should = 2.00 not 1.95,
formula is;
=IF(D6="","",F6*G6)
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
thankyou experts for your solutions
yes the ceiling formula is in each cell h6:h10