Forum Discussion
Ian_Sparks2020
Feb 12, 2019Copper Contributor
Data Validation in excel
Hi, I wonder if anyone can help me. I am creating a spreadsheet for data entry and as this will be used by multiple persons l am restricting from of the fields by using data Validation lists. What...
Rich99
Feb 13, 2019Iron Contributor
Tina, You could use this formula, =IF(B2="Yes","N/A","Enter Data Here") it would mean the user overwrites the formula. If you didn't want that then you would need to write a macro to enter the N/A pre-fill.