Home > Enterprise >  Reject input if the adjacent cell is empty
Reject input if the adjacent cell is empty

Time:05-26

Using below formula to Reject input if the adjacent cell is empty.

I am trying to made the condition for the Data validation rules that if R2:R500 is empty then Column M will Reject the input when try to add anything but below formula is not working in Validation.

=NOT(ISBLANK(R24))

Here is my enter image description here

  • Related