I have a spreadsheet that contains a bed count for a facility. This is for scheduling purposes to ensure we do not overbook our clients, the row in question sums up the previous days "beds available count" and subtracts the (new intakes minus the discharges) to keep the beds available count accurate. The formula looks like this =(C38)-((E20)-(E37)) (C has the previous days bed available, and E20 has intakes, E37 has discharges) and the rows obviously change as it goes down the line of days. I am trying to create a rule that prevents me from adding any counts into our intake section that would make this formula in any of the cells go into the negatives. I want an error message to pop up that literally prevents me from adding a person that might make any of those formulas going forward go into the negatives to make sure we never overbook. I tried adding a data violation for that row to show an error message for anything less that 0 but it didn't do anything because I then tried to force an error on a random day and the numbers just showed negative going forward. I would love some help on this!