Hi all.
Currently have the following formula which works fine as is, but I want to add to it and it's getting too confusing for me to work out. Currently I have in cell G6:
=IF(F6="","",IF(O5<>"",6,IF(J5="",G5,IF(G5-(ROUNDDOWN((J5-1)*2,0)/2)<3,G5+6-(ROUNDDOWN((J5-1)*2,0)/2),G5-(ROUNDDOWN((J5-1)*2,0)/2)))))
First 2 parts are fine, if F6 is empty, G6 is empty, if O5 isn't empty then G6 = 6. I need to add another check to the rest of the formula. I need to check if round(H6/result,0) is greater than (if P5 is less than zero) round($E$1*0.05,0) otherwise round((P5+$E$1)*0.05,0). If round(H6/result,0) is greater then I need to add a further 6 to the result.
Just can't think of how to do it. TIA
Bookmarks