OK, here is a snippet of my actual inventory sheet:
A,B,C,D,E,F
Marker, Fluor,Vol (uL),Company,Cat#,Lot No.,Exp Date
CD3,APC,10,BD,340440,70286,10/31/08
CD3,PerCP,10,BD,340663,83838,4/30/09
CD3,PE,5,BD,347347,61276,7/31/08
CD4,PC5,10,Immunotech,IM2636,18,9/30/08
CD4,PerCP,10,BD,347324,79417,11/30/08
CD45/14,FITC/PE,10,Immunotech,IM1201U,39,11/26/07
And it goes on for many dozens of rows. There are also many more columns to
the right, but that's not data I'm interested in for this purpose.
We regularly run an assay using CD45/14 FITC/PE, CD4PerCP, and CD3 APC. I
would like to have, as a separate worksheet within the same notebook, a
dynamic ("live") sheet that looks like:
Marker, Fluor,Vol (uL),Company,Cat#,Lot No.,Exp Date
CD45/14,FITC/PE,10,Immunotech,IM1201U,39,11/26/07
CD4,PerCP,10,BD,347324,79417,11/30/08
CD3,APC,10,BD,340440,70286,10/31/08
If I use VLOOKUP alone, I have no guarantee that the correct CD3 or CD4 will
be chosen.
But, if I use vlookup for a unique marker
=vlookup(A2,'inventory'!A5:H200,2,0) I can then drag that formula to the
right and the rest of the columns will fill in. I get a sequence that reads:
=vlookup(B2,'inventory'!B5:I200,2,0)
=vlookup(C2,'inventory'!C5:J200,2,0)
etc.
If I add a new column before A and concatenate CD3&APC, I can then use
vlookup to find the proper entry. BUT, I can't drag the formula anymore and
have to type in a separate vlookup formula in each and every column, and for
some of our assays this can get to be 100+ rows long. Hence me still sitting
here typing next year.
Is this less vague now?
JenL
> Your issue description is pretty vague, but it sounds as though advanced
> filtering out to get the job done. Have you tried that?
[quoted text clipped - 36 lines]
> > Thanks,
> > JenL