J
JaGGeR
Hiya all..
I'm hoping that somebody could help me out. I have two sets o
entries:
Set 1 ( A1:A10 )
item 1
item 2
item 3
Set 2 ( B1:B10 )
data 1
data 2
data 3
data 4
What I am trying to do is to have a certain cell (say C1) have
dropdown list containing entries from both sets. The formula for th
valid data input would be similar to:
offset(a1,0,0,counta(a:a),1) + offset(b1,0,0,counta(b:b),1)
So far, I have no luck in getting this to work. Any suggestion o
alternative approach to this would be very much appreciated.
:
I'm hoping that somebody could help me out. I have two sets o
entries:
Set 1 ( A1:A10 )
item 1
item 2
item 3
Set 2 ( B1:B10 )
data 1
data 2
data 3
data 4
What I am trying to do is to have a certain cell (say C1) have
dropdown list containing entries from both sets. The formula for th
valid data input would be similar to:
offset(a1,0,0,counta(a:a),1) + offset(b1,0,0,counta(b:b),1)
So far, I have no luck in getting this to work. Any suggestion o
alternative approach to this would be very much appreciated.
: