Excel show warning message when skipping and let row cells empty

handri

Board Regular
Joined
Nov 25, 2017
Messages
88
Office Version
  1. 365
  2. 2021
Platform
  1. Windows
hi

i have cell A6:A20 . I will fill data downward into each cell from A6 to A20.
If someone are skipping row by entering the key button and let the cell empty (eg skip A7 and fill A8). Is there any way to stop and warn message like "YOU MUST FILL THIS CELL" and stop operation like data validation do.

thank you
 

Excel Facts

Easy bullets in Excel
If you have a numeric keypad, press Alt+7 on numeric keypad to type a bullet in Excel.
Data Validation can be defeated if users copy/paste data but if this is just a reminder to the user who might accidentally skip one or more cells, then you can use Data Validation.
Select A6:A20 and in Data Validation, Allow: Custom, Formula: =COUNTBLANK(A$6:A6)=0, OK
 
Upvote 0
Data Validation can be defeated if users copy/paste data but if this is just a reminder to the user who might accidentally skip one or more cells, then you can use Data Validation.
Select A6:A20 and in Data Validation, Allow: Custom, Formula: =COUNTBLANK(A$6:A6)=0, OK

thanks Peter

There is data validation before in the cell. Do we apply 2 times?
 
Upvote 0
thanks Peter

There is data validation before in the cell. Do we apply 2 times?
Probably not.
What sort of values are you entering in the cells & what DV do you already have in the range?
 
Upvote 0
I meant that is it able to combine formula?

thanks
 
Upvote 0
this is my formula exsited

=COUNTIF($A$6:$A$1000,A6)=1
 
Upvote 0

Forum statistics

Threads
1,215,689
Messages
6,126,217
Members
449,303
Latest member
grantrob

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