Hi All, I would really appreciate a solution to an if function that I am having trouble with,
If the Qty is less than 5 then the Disc% is 0%
If the Qty is between 5 and 9 inclusive then the Disc% is 2%
It the qty is 10 or greater then the Disc% is 5%
here is what i am using! IF(D8<5,0%,IF(D8=5,2%,IF(D8=6,2%,IF(D8=7,2%,IF(D8=8,2%,IF(D8=9,2%,IF(D8>=10,5%)))))))
is there another way to do this particulary for the qty between 5 and 9. thanks in advance, appreciate any help!
Bookmarks