Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi All,
I would like a Formula that returns numeric values ONLY if they MATCH the EXACT date. The Formula below does work in part. But when the actual date does not exist or a value for that date does not exist, the Formula returns a value nearest that date. That is, 31/06/2006 does not exist as June only has 30 days. But the Formula retruns a value that has a date 01/07/2006. =INDEX(OFFSET(Data,0,0,,10),MATCH(DATE(YEAR($B22), MONTH($B22),DAY($AB$4)), Date,0),COLUMN(A:A)) The dynamic named range "Data" spans 10 columns and many rows - houses numeric values. I would like to have numeric values returned using an EXACT date for the criteria. "Date" is a single column dynamic range. The values in "Date" are formatted as 11/06/2006. The values in column "B" are also formatted as 11/06/2006. The Day in column $AB$4 can be a single or double- digit: 1, 11, 31 etc. Thanks Sam -- Message posted via http://www.officekb.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Search /Filter vertical Numeric pattern (down single column) | Excel Worksheet Functions | |||
Match 3 Criteria and Return Lowest Numeric Value | Excel Worksheet Functions | |||
Match Single Numeric Criteria and Return Multiple Numeric Labels | Excel Worksheet Functions | |||
Count Intervals of 2 Numeric values in same Row and Return Count across Row | Excel Worksheet Functions | |||
AVERAGE Row of Numbers and Return Corresponding Numeric Label | Excel Worksheet Functions |