Multiple Data Validation and Restrictions

SuperCoog

New Member
Joined
Sep 26, 2017
Messages
11
I have an excel sheet that I am attempting to apply restrictions to and also requires a drop down list.

End Goal: I want to make it to where a user has to select a cell in COLUMN A, choose a value from a drop down list (drawn from COLUMN D), before inputting any data in the corresponding cell in COLUMN B.

So far, I have set a data validation that restricts data being entered into COLUMN B if the corresponding cell in COLUMN A is blank. I have set it to where a warning pops up and tells the user what they need to do before inputting that data.

Where I am stuck is if the user inputs data in COLUMN A and then COLUMN B like I want, if the data in COLUMN A is deleted for whatever reason, there is nothing stopping the value in COLUMN B from remaining.

I'm looking for a way to restrict it both ways (avoiding using macros), but still keep the drop down menu.

A
B
C
D
1
Type
Data
Data List
2
3
1
10
1
4
2
20
2
5
3
6
4
40
4
7
5
50
5
8
6
9
7
10
8
11
9
12
10

<tbody>
</tbody>


Any help is appreciated
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
Thanks for the reply. I've put a condition similar to that, but I need an actual restriction just in case the visual queue isn't noticed. The reason being there are sums and various formulas in the rest of the spreadsheet that will be incorrect if the data is left without a value in column A
 
Upvote 0
ok, so in all those other formulas insert =if(A2="","", your formula here)) < < < extra close bracket
 
Upvote 0

Forum statistics

Threads
1,215,644
Messages
6,125,992
Members
449,278
Latest member
MOMOBI

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