In this scenario I have
Cell I6: the total amount of an item shipped year to date
Cell J6: the forecast amount for the year
Cell K6: where you can enter an adjustment to your forecast in Cell J6 (i.e. + or -)
Cell L6: the difference between Cell J6 & Cell K6
= = =
In Cell M6 I want it to return a status:
So far I have
=IF(L6<0,"Demand Reduction",IF(L6>0,"Demand Increase","No Change"))
However - I also want the formula to look at Cell I6 and return an alert to say "Your Demand Cannot be Below Shipments YTD"
Not sure how I do that - can you help, please?
Cell I6: the total amount of an item shipped year to date
Cell J6: the forecast amount for the year
Cell K6: where you can enter an adjustment to your forecast in Cell J6 (i.e. + or -)
Cell L6: the difference between Cell J6 & Cell K6
= = =
In Cell M6 I want it to return a status:
So far I have
=IF(L6<0,"Demand Reduction",IF(L6>0,"Demand Increase","No Change"))
However - I also want the formula to look at Cell I6 and return an alert to say "Your Demand Cannot be Below Shipments YTD"
Not sure how I do that - can you help, please?