D
dranon
I have a pick list, that varies by row, with a variable number of
columns that have valid data.
For example, the pick list might be:
NewYork Detroit SanDiego
Ontario Quebec
Let's say that the lists are organized to be on the same row of the
input cell. So, the above might be in the range of P1:R2 (where 5
cells have data and R2 is empty).
In Column A, the validation formula for the list is:
=INDEX($P$1:$R$2,ROW(),0,1)
This will give me a choice of NewYork, Detroit and SanDiego in row 1
and Ontario, Quebec and a blank entry in row 2.
Does anybody know of a way to get the pick list limited to only two
entries on row 2, so that it only gives me a choice of Ontario and
Quebec?
While it isn't a big deal when all pick lists are about the same
length, my real pick lists range from a single entry to 20 or so and I
end up with 19 blanks on some rows when everything is extended.
Thanks
columns that have valid data.
For example, the pick list might be:
NewYork Detroit SanDiego
Ontario Quebec
Let's say that the lists are organized to be on the same row of the
input cell. So, the above might be in the range of P1:R2 (where 5
cells have data and R2 is empty).
In Column A, the validation formula for the list is:
=INDEX($P$1:$R$2,ROW(),0,1)
This will give me a choice of NewYork, Detroit and SanDiego in row 1
and Ontario, Quebec and a blank entry in row 2.
Does anybody know of a way to get the pick list limited to only two
entries on row 2, so that it only gives me a choice of Ontario and
Quebec?
While it isn't a big deal when all pick lists are about the same
length, my real pick lists range from a single entry to 20 or so and I
end up with 19 blanks on some rows when everything is extended.
Thanks