Is it possible to validate a formula and not a direct entry into a cell?
Example:
I want an error message to pop up if B5 = False
cell (B5) =IF sum(B10:B13)>$100, True, False
In this scenario if the formula shows up as False it does not have an error message pop up unless I directly click in the cell and press enter. Is there a way to have the error message appear without clicking in cell B5?
Example:
I want an error message to pop up if B5 = False
cell (B5) =IF sum(B10:B13)>$100, True, False
In this scenario if the formula shows up as False it does not have an error message pop up unless I directly click in the cell and press enter. Is there a way to have the error message appear without clicking in cell B5?