Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If it is the other way around..
With Zia in cell D2 try the below formula to retrieve the max date from ColB for Zia...I assume .. =MAX(OFFSET(INDIRECT("A" & MATCH(D2,A:A,0)),0,1, IF(ISNA(MATCH(TRUE,INDEX(INDIRECT("A" & MATCH(D2,A:A,0)+1 & ":A1000") <"",),)),1000,MATCH(TRUE,INDEX(INDIRECT("A" & MATCH(D2,A:A,0) +1 & ":A1000")<"",),)),1)) -- Jacob "Jacob Skaria" wrote: With the query date 03/01/2010 in cell C2 try the below array formula whichwill lookup the corresponding value from ColA. Please note that this is an array formula. You create array formulas in the same way that you create other formulas, except you press CTRL+SHIFT+ENTER to enter the formula. If successful in 'Formula Bar' you can notice the curly braces at both ends like "{=<formula}" =IF(ISNUMBER(MATCH(C2,B:B,0)),INDEX(A:A,MAX(IF(IND IRECT("A1:A" & MATCH(C2,B:B,0))<"",ROW(INDIRECT("A1:A" & MATCH(C2,B:B,0)))))),"") -- Jacob "Zia Butt" wrote: S.NO Name "Pay Date/Paid Date" A B 1 Zia 01/01/2010 2 03/01/2010 3 amir 12/12/2009 4 01/01/2010 Find the value for Zia (A1) from crossponding column B but row no 2 (B2) whch is " 03/01/2010" |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Vlookup, HLOOKUP, To find Multiple items and then sum all in colum | Excel Discussion (Misc queries) | |||
how to find out recorence in a colum" | Excel Discussion (Misc queries) | |||
Look up data in colum a and find match in colum b | Excel Discussion (Misc queries) | |||
Check data on colum A and find match on colum b | Excel Discussion (Misc queries) | |||
Look up data in colum a and find match in colum b | Excel Discussion (Misc queries) |