Excel Application Calculates before checking Data Validation

monakelkar

New Member
Joined
May 7, 2016
Messages
2
Is there a way to stop excel from calculating BEFORE it runs the data entered through data validation rules? I don't want users to see a mess on the screen.

I have an excel sheet with various data validated cells. Excel is correctly throwing the Stop Error alert when incorrect data is entered, but it calculates the book and shows a mess of #N/As and #VALUEs where the invalid data is referenced.

I've considered/tried (and would like to avoid) the following solutions:
  • Iferror() wrappers - all formulas will revert to 0s or blanks, which is equally undesirable
  • Using the worksheet_change routine, and turning screen updating off, and turning to manual calc - it always seems to conveniently freeze after all the #N/As pop-up

Thanks in advance for any help!
 

Excel Facts

Copy PDF to Excel
Select data in PDF. Paste to Microsoft Word. Copy from Word and paste to Excel.
On the data validation setup,"Error Alert" and ensure you check box for "Show error alert after invalid data is entered"
 
Upvote 0
Thanks. I have that checked but the workbook still calculates in the background - it eventually reverses once the error message pops up. I'm trying to prevent the temporary calculation it does in the background.
 
Upvote 0

Forum statistics

Threads
1,223,908
Messages
6,175,307
Members
452,633
Latest member
DougMo

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top