Data Validation Formula and Conditional Formatting

StuartWhi

Board Regular
Joined
Sep 1, 2011
Messages
75
Hi All,

Using 2010 on Vista.

I have been playing around with this for far too long so thought I would get your advice.

Column “D” contains a Data Validation list which has two options “Quick” or “Key”,
- No issues with this.
- Row 7 is the first possible entry point (due to headings etc).
Column “G” contains a Data Validation list which uses =indirect(D7) to allow this to be populated by the Cell Reference Names of “Quick” and “Key”, thus G is populated by D’s reference.
- This all works very well.

So my issues,
Column “D” isn’t always populated with data so Column “G” should reference the next above entry.
- After reading many posts and combining a few ideas I have come up with the following,
Note: Column “B” will have the same number of empty cells to the “Quick” or “Key” reference.
Code:
=INDIRECT(ADDRESS(LOOKUP(9.99E+307,SEARCH("?*",$B$7:B7),ROW($B$7:B7)),4))
- This formula appears to work without any issues in a standard cell but when place in as a Data Validation it doesn't work???
Any ideas would be very welcome.

The second question is how to copy the corrected formula within Data Validation down the column (minimum 200 rows).
- Please note I have a lot of conditional formatting within this document so not having to redo this would be appreciated (if possible).

Thanks as always and look forward to your thoughts.
- Doesn't have to use this formula or could even uses VBA (I have minimum experience in VBA) so would love to hear any ideas.

Excel 2010
BCDEFG
6Customer NameCustomer RegionCustomer TypeCustomer PriorityMarketing RequirementsTiming before release, Key Points
7Test Cust 1ASRQuick1 LowProduct Introduction3 weeks
8Product Detailed discusion3 weeks
9Pre Final PPT4 weeks
10test 2ASRQuick3 HighProduct Detailed discusion3 weeks
11Product Detailed discusion1 month
12

<tbody>
</tbody>
Sheet1



Stuart.
 

Excel Facts

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.
Hi All,

If you happen to come across this post and wonder what the answer is thanks to PGC01 it was resolved in this post basically I needed a double Indirect in the formula.

Thanks PGC01
 
Upvote 0

Forum statistics

Threads
1,215,467
Messages
6,124,984
Members
449,201
Latest member
Lunzwe73

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