Data Validation--drop down list AND related cells

e_nnm_m

New Member
Joined
Oct 9, 2019
Messages
18
Hello,

I have a spreadsheet that has been converted to a real table that runs a database. I have one column that chooses inputs based on a list on the input sheet. That works perfectly. But I would also like to add a condition to it, that if the column next to is ISBLANK then the user gets an error message directing them to fill out the blank cell with a date.

How do I do this?

Thanks,

-EM
 

Excel Facts

Which came first: VisiCalc or Lotus 1-2-3?
Dan Bricklin and Bob Frankston debuted VisiCalc in 1979 as a Visible Calculator. Lotus 1-2-3 debuted in the early 1980's, from Mitch Kapor.
Do you mean column or cell in the adjacent column?
 
Upvote 0
Is this something can can work for you?:
Book1
ABCDE
1ListAListBSelection
2RRQLKDMXSUpdate List B
3EIM^^Can add conditional formatting to this as well.
4JZFAIM
5FXAFQE
6MXS
7VLIBPY
e_nnm_m
Cell Formulas
RangeFormula
E2E2=IF(ISBLANK(INDEX($B$2:$B$7,MATCH(D2,$A$2:$A$7,0))),"Update List B","")
Cells with Data Validation
CellAllowCriteria
D2List=$A$2:$A$7
 
Upvote 0

Forum statistics

Threads
1,216,102
Messages
6,128,853
Members
449,471
Latest member
lachbee

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