P
Pierre
Located this code that would be perfect for us. Only thing is, that
it starts at cell A1 and leaves no room for column headings.
{=INDEX($A$1:$B$11,SMALL(IF($A$1:$A$11=$A$13,ROW($A$1:$A
$11)),ROW(1:1)),2)}
..
So to insert column labels, I adjusted the formula which moves all to
row 2 and it does not work. (Have adjusted the formula to:
..
{=INDEX($A$2:$B$12,SMALL(IF($A$2:$A$12=$A$14,ROW($A$2:$A
$12)),ROW(2:2)),2)}
..
Once it works, I aim to copy down, and retrieve as many records as are
present in column B, given a column A input
What am I missing that would allow to place this array elsewhere on
the worksheet?
Thanks for any ideas.
Pierre
it starts at cell A1 and leaves no room for column headings.
{=INDEX($A$1:$B$11,SMALL(IF($A$1:$A$11=$A$13,ROW($A$1:$A
$11)),ROW(1:1)),2)}
..
So to insert column labels, I adjusted the formula which moves all to
row 2 and it does not work. (Have adjusted the formula to:
..
{=INDEX($A$2:$B$12,SMALL(IF($A$2:$A$12=$A$14,ROW($A$2:$A
$12)),ROW(2:2)),2)}
..
Once it works, I aim to copy down, and retrieve as many records as are
present in column B, given a column A input
What am I missing that would allow to place this array elsewhere on
the worksheet?
Thanks for any ideas.
Pierre