View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] gzerphey@zephyrwebdesign.com is offline
external usenet poster
 
Posts: 1
Default Excel Conditional Combo Box

Hi,

I am trying to create a combo box in excel with its contents based
upon an array.

i.e.
ARRAY:

Unit 1 | Unit 2 | Unit 3 | Unit 4
------------------------------------------
Result 1 | Result 2 | Result 3 | Result 4
Result 1 | Result 2 | Result 3 | Result 4
Result 1 | Result 2 | Result 3 | Result 4
Result 1 | Result 2 | Result 3 | Result 4

Question 1: Answer is Unit x
Question 2: Combo box is list of results based on values under unit x

Any thoughts?

Thanks