If statement with Data Validation

PondWaters

New Member
Joined
Jun 26, 2012
Messages
36
Office Version
  1. 365
I have a spreadsheet that I am having a bit of an issue with. I have data validation for a few columns, but only certain ones should auto populate, others you will still have the option of a dropdown. For example, I would want it so that if one chooses pepsi as the initial dropdown it automatically fills out Soft Drink and Yes.
If someone chooses water it gives the data validation for type of drink and then for fizzy.
If Powerade Energy drink - no
Orange Juice would let you choose for Type and for fizzy say no.


Is this possible without VBA? Below is an example of the spreadsheet.

Excel Workbook
ABC
2DrinkTypeFizzy
3
4
5
6
7
8
9
10
11
12
Sheet1


This is the data tab:

Excel Workbook
ABCDE
1GatoradeSoft DrinkYes
2WaterEnergy DrinkNo
3PepsiJuice
4CokeOther
5Mr. Pibb
6Orange Juice
Data
 

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().

Forum statistics

Threads
1,207,012
Messages
6,076,147
Members
446,187
Latest member
LMill

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