View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
OTS[_2_] OTS[_2_] is offline
external usenet poster
 
Posts: 9
Default Two columns combined into one dropdownlist

Hi.
I've got two columns containing data. A third coulmn can only contain data
from those two. What I need to do is, when adding validation to the third
column, add the data registerd in column 1 to the data in column 2 so that I
get a list to choose from in the dropdownlist in column 3.
Anyone got any idea on how to solve this?