If I am using E4 though, this seems like it would be logical:
=index(sheet1!p:p,match(e4,e:e,0)). However, it just seems to pull the fourth
row of P instead of actually matching to E4 of Sheet2.
> I'm kind of confused, but if you're trying to bring back column P of Sheet1
> based on a match in column E of Sheet1?
[quoted text clipped - 20 lines]
> >
> > Thanks
Dave Peterson - 13 May 2008 01:38 GMT
I'm not sure what sheet holds the formula. I'm not sure what sheet holds E4.
And I'm not sure what sheet holds the column to match and column to retrieve.
Maybe...
=index(sheet1!p:p,match(sheet2!e4,sheet1!e:e,0))
If the formula is on sheet1, then you don't need the sheet1 references.
If the formula is on sheet2, then you don't need the sheet2 reference.
> If I am using E4 though, this seems like it would be logical:
> =index(sheet1!p:p,match(e4,e:e,0)). However, it just seems to pull the fourth
[quoted text clipped - 28 lines]
> >
> > Dave Peterson

Signature
Dave Peterson