Hello there,
I’m trying to implement something similar to cell validation, where a value that doesn’t meet the criteria gets rejected and prompts an error message, but I’m not sure if it’s possible to do it the way I want.
I created this example to show what I want to do. It’s not the actual spreadsheet I’m working on and these two tables would be in different sheets - one for acquisitions and available stock and another for items consumed.
What I want to do is to have cell validation on column C, so that it returns an error if the available stock for that particular item is zero (by checking column H).
In this example, I want that cell validation rejects any value input into cell C7 because there are no more peaches in stock, while presenting an error message like “Stock Depleted”.
This validation should apply to the entire column C.
Is this something that can be done?
Thanks in advance for any insights into this.