Data Validation

fhermx

New Member
Joined
Oct 2, 2013
Messages
1
Hello I need some help to find out the best way to validate some date on my sheet. For example I have my customer PO, QTY and Part number. On the next available line the user will input the require information but let say that he/she doesn't have the Customer PO, so he/she will type the QTY but I would like to use a data validation to stop at that point and ask to input first the Customer PO before he/she continue typing the rest of the info. Thanks for your help!!!![TABLE="width: 500"]
<tbody>[TR]
[TD]CUSTOMER PO
[/TD]
[TD]QUANTITY
[/TD]
[TD]PART NUMBER
[/TD]
[/TR]
[TR]
[TD]123ABC
[/TD]
[TD]5000
[/TD]
[TD]85236-85
[/TD]
[/TR]
[TR]
[TD]456DEF
[/TD]
[TD]8000
[/TD]
[TD]85236-99
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
 

Excel Facts

Is there a shortcut key for strikethrough?
Ctrl+S is used for Save. Ctrl+5 is used for Strikethrough. Why Ctrl+5? When you use hashmarks to count |||| is 4, strike through to mean 5.
Based on your sample, go into DV, select CUSTOM from Allow, uncheck IGNORE BLANKS, an dthen enter this in the formula...
=A3<>""
 
Upvote 0

Forum statistics

Threads
1,223,908
Messages
6,175,306
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