LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #2   Report Post  
Duke Carey
 
Posts: n/a
Default

=INDEX(A1:A500,MATCH(DATEVALUE("2/20/2005"),A1:A500,FALSE)-1)
OR
=INDEX(A1:A500,MATCH(B1,A1:A500,FALSE)-1)
WHERE B1 contains an actual date
or
=IF(ISNA(MATCH(B1,A1:A500,FALSE)),"No
Match",INDEX(A1:A500,MATCH(B1,A1:A500,FALSE)-1))
with some error checking

"Buffett" wrote:

I need to write a formula that will lookup a cell value in a table and return
the value one cell above the look-up value. I.E. I would like to look-up the
value in cell A220 (say it is 2/20/05) in table A5:A100, if 2/20/05 is in
cell A10, I want to bring back the value in A9.

 
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
create a cell that accumulates, numbers from another cell... sombull Excel Discussion (Misc queries) 1 February 18th 05 04:45 PM
Can a Formula in Cell X modify Cell Y? alMandragor Excel Discussion (Misc queries) 7 February 10th 05 09:51 PM
Copy text from same cell on every sheet to title sheet? Jon Excel Discussion (Misc queries) 2 February 9th 05 03:11 PM
inserting data from a row to a cell, when the row number is specified by a formula in a cell [email protected] New Users to Excel 2 January 6th 05 07:18 AM
VLookup resulting in a blank cell... KempensBoerke Excel Worksheet Functions 1 October 28th 04 09:57 PM


All times are GMT +1. The time now is 05:03 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"