#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default FIND IF =

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Find First Non blank cell than find column header and return that value Silver Rose Excel Worksheet Functions 10 April 30th 07 05:56 PM
where to put results of find operation in find and replace functio DEP Excel Worksheet Functions 5 November 15th 06 07:52 PM
Despite data existing in Excel 2002 spreadsheet Find doesn't find AnnieB Excel Discussion (Misc queries) 1 June 16th 06 02:15 AM
'find' somtimes can't find numbers. I folowd the 'help' instructi. Yaron Excel Worksheet Functions 2 November 30th 05 05:46 PM
How do I find a file/spreadsheet that Excel says is Already open but I can't find it? nwtrader8 Excel Discussion (Misc queries) 5 June 21st 05 02:16 PM


All times are GMT +1. The time now is 01:02 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"