I'm trying to make the "if" function do a calculation if the one box is True.
=IF(D7<=11,3.5,IF(D7<=24,2,IF(D7<=49,1.5,IF(D7<=99,1.25,IF(D7<=299,1,IF(D7>=300,0.9))))))
This is the calculation that works...What I need is for a way to tell the cell that is another cell with a checkbox is checked to go ahead and do the calculation. If the check box is not check leave it as "0"
Thanks in advance for the help.
Michael
Bookmarks