Data Validation issues...

Snowmonster

New Member
Joined
Aug 25, 2011
Messages
43
Hi Everyone...

I am trying to find a way of putting a dependant cell (with a formula in it to populate it), and having a drop down list appear in the cell next to it, if and only if the dependant cell is not blank...

Any ideas...:confused:

Cheers, Snowmonster:)
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
Hi Tara...

The cell next to the drop down has a formula in it that places a date (format: 1st, 2nd, etc)...
I am using Office 10...

Thanks for your reply...

Snowmonster :)
 
Upvote 0
Hiya,

okay, I think i've figured it out...

What I did is i added a column with the data I wanted in the drop down list. I then selected all the cells in that column with data and right clicked selecting "name range". I named the range Housekeepers. In cell G3 (one I picked at random) I went to data validation and selected list and in the source box I put the formula below

the formula is
=IF(ISBLANK(F3),"",Housekeepers)

I hope this helps.

Have a great day!

Tara

P.S. This is my 100th post!
 
Upvote 0
Thanks T Valko...it's especially meaningful to me because this is the first time I've been able to help somebody else instead of asking for help for myself :biggrin:
 
Upvote 0
Hiya,

okay, I think i've figured it out...

What I did is i added a column with the data I wanted in the drop down list. I then selected all the cells in that column with data and right clicked selecting "name range". I named the range Housekeepers. In cell G3 (one I picked at random) I went to data validation and selected list and in the source box I put the formula below

the formula is
=IF(ISBLANK(F3),"",Housekeepers)

I hope this helps.

Have a great day!

Tara

P.S. This is my 100th post!
Hi Tara...
Thanks for the reply, Happy 100th...
Sorry to say though, it didn't work on mine. I think the problem I have is that there is a formula in the dependant cell, and this is causing it to think it's populated...
I'll keep on looking...
Thanks again...
Snowmonster
 
Upvote 0
Hiya Snow,

There is a way around that, let me think about it and get back to you unless somebody else can reply first! Sorry it didn't work for you.

Tara
 
Upvote 0
Hiya Snow!

Can you try =IF(F3="","",Housekeepers)

Of course changing the cell and named range reference to what you need it to be.

Doing that has worked for me, so I'm keeping my fingers crossed.

Thanks,
Tara

P.S. Please reply if it doesn't work, we'll look into it more.
 
Upvote 0
Hi Tara...

I am afraid that didn't work either, I defo think it's because there is a formula in the dependant cell...

Thanks again...

Snowmonster
 
Upvote 0

Forum statistics

Threads
1,224,606
Messages
6,179,865
Members
452,948
Latest member
UsmanAli786

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