I want excel to restrict data entry in Column C if following conditions are True:-
- if Col A = "OPS" --- Restrict data entry in Col C
- If Col B = "Awaited" --- Restrict data entry in Col C
I tried this formula in Custom Validation:
- =AND(A2<>"OPS", B2<>"Awaited") but its not working.
I want excel to allow data entry in Column C only if Column A contains "NPS" and Column B contains some number(or text other than "Awaited") Please Help. I have uploaded an image file...Spanshot_image
Thanks for your help in advance...
Column Abut in formulaG2what up??? - Harun24HR=AND(G2="NPS", I2<>"Awaited")- Tony