=IF(($C$6-C29)>400,4,IF(($C$6-C29)>350,3.5,IF(($C$6-C29)>300,3,IF(($C$6-C29)>250,2.5,IF(($C$6-C29)>200,2,IF(($C$6-C29)>100,1.5,IF(($C$6-C29)>50,1,0.5)))))))
I'm creating a worksheet to assist my chefs in their fish order. C6 refers to how many reservations we have that evening. C29 is the amount of reservations that are parties (they don't count toward total reservations for ordering fish - yes, I could pull this aside to simplify). Each breakdown is checking the amount of reservations minus parties, and then suggesting a set amount of cases of fish to order. Is there an easier way to go about this?
I'm creating a worksheet to assist my chefs in their fish order. C6 refers to how many reservations we have that evening. C29 is the amount of reservations that are parties (they don't count toward total reservations for ordering fish - yes, I could pull this aside to simplify). Each breakdown is checking the amount of reservations minus parties, and then suggesting a set amount of cases of fish to order. Is there an easier way to go about this?