Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
or without an array
=OFFSET(D2,MATCH(B1,$D$2:$D$5,0)-1,-3,1,1) That would only work for an exact match. Non-array version: =INDEX(A2:A5,MATCH(TRUE,INDEX(D2:D5<=B1,,1),0)) Or: =INDEX(A2:A5,MATCH(1,INDEX(--(D2:D5<=B1),,1),0)) Biff "Mike H" wrote in message ... or without an array =OFFSET(D2,MATCH(B1,$D$2:$D$5,0)-1,-3,1,1) Mike "instereo911 via OfficeKB.com" wrote: Good morning, I have a document I need help on. A B C D E 1 5 2 01/01/2007 7 3 01/02/2007 6 4 01/03/2007 5.5 5 01/04/2007 4.2 I want to say "Find the first value that is either less than or equal to b1 in D2:D5 and play what the date is on cell E1" Hopefully that makes sense. I tried VLOOKUP, didn't make sense, tried Find ... didn't work. I am lost and a noob on excel. Thank you -- Message posted via OfficeKB.com http://www.officekb.com/Uwe/Forums.a...excel/200706/1 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Find First Non blank cell than find column header and return that value | Excel Worksheet Functions | |||
where to put results of find operation in find and replace functio | Excel Worksheet Functions | |||
Despite data existing in Excel 2002 spreadsheet Find doesn't find | Excel Discussion (Misc queries) | |||
'find' somtimes can't find numbers. I folowd the 'help' instructi. | Excel Worksheet Functions | |||
How do I find a file/spreadsheet that Excel says is Already open but I can't find it? | Excel Discussion (Misc queries) |