ROUND FUNCTION

E

EUGENE

I WANT TO USE THE ROUND FUNCTION TOGETHER WITH ANOTHER
FORMULA EXAMPLE =IF(D8<350,ROUND(D8*0.8),IF(D8<550,ROUND
(D8*0.1),IF(D8<1000,ROUND(D8*0.3),D8*0.4)))
IS THAT POSSIBLE?
 
F

Frank Kabel

Hi
you're nearly there. Try
=IF(D8<350,ROUND(D8*0.8,0),IF(D8<550,ROUND(D8*0.1,0),IF(D8<1000,ROUND(D
8*0.3,0),D8*0.4)))
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top