nancysheen
New Member
- Joined
- Sep 23, 2011
- Messages
- 1
Must be 2007 compatible.
I have a table with more than 50 columns and over 3,000 rows. I need users to update multiple columns of data with valid values. Each cells needs to offer different dropdowns based on their values.
Let me try to explain:
NameRanges:
USA_Prefix (all of the prefixes allowed for any widgets sold in USA)
Canada_Prefix (all of the prefixes allowed for any widgets sold in Canada)
I have a table with more than 50 columns and over 3,000 rows. I need users to update multiple columns of data with valid values. Each cells needs to offer different dropdowns based on their values.
Let me try to explain:
NameRanges:
USA_Prefix (all of the prefixes allowed for any widgets sold in USA)
- ABC
- GHI
- WW
- MN
Canada_Prefix (all of the prefixes allowed for any widgets sold in Canada)
- DEF
- GHI
- WW
- BFF
|----------------------------------------------------------------|
|Column.........A.........B..................C............................|
|..................ID.........Prefix.........Country...................|
|Row.1.........252.........ABC.........USA............................|
|Row.2.........333.........BFF..........Canada.......................|
|Row.3.........861.........MN...........USA...........................|
|----------------------------------------------------------------|
I want to be able to tell excel to use
Code:[CONCATENATE (C1,”_”,$B$1)]
Is this possible?
Thanks,
Nancy