embeins
2009-08-07 11:56:50 UTC
Sheet1
Name(Column)
USER(A)----Date(J)---(Empty-return results)(N)
Sheet2
Name(Column)
USER(A)--SEGM(C)--Date(F)
I need to return the results of SEGM, column C when the USER & Date information match (ie; johndoe & 10/1/08, johndoe & 11/1/08 = SEGM1, SEGM2 as results).
Problem is that Sheet1 has more rows (extra users) than Sheet2 has and using the logic provided in two answers begins returning incorrect results once a user in Sheet1 messes up the order.
Any suggestions on how to bypass? Tried VLOOKUP but it stops after the first record and doesn't get me the SEGM tied to date history.