Hi,
I'm need to adapt the formula in cell B8 to allow for dimensions in cell B5 that are greater than 1210.
=ROUNDDOWN(B4/B5,0)*ROUNDDOWN(C4/C5,0)*D5
I need to add that if B5 is greater than B4 the value would be 1. I think it should look something like this???
=ROUNDDOWN(IF(B4>B5,1,(B4/B5,0))*ROUNDDOWN(C4/C5,0))*D5
Thanks.![]()
Bookmarks