#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8
Default Date Lookup

I hope this makes sense:

In sheet1 there is a list of suppliers. In sheet2 there is an evaluation
form, in which users select the supplier used from a drop-down list (sourced
from sheet1) then go along the row to grade the supplier accordingly. One
field in the record is Date Used. What i want to do is this...

Get excel to look up all instances/records of the company in sheet2, then
return the last date used to sheet1.

Any help gratefully received.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,593
Default Date Lookup

=MAX(IF(Sheet2!supplier_range=supplier,Sheet2!date _range))

which is an array formula, it should be committed with Ctrl-Shift-Enter, not
just Enter.
Excel will automatically enclose the formula in braces (curly brackets), do
not try to do this manually.
When editing the formula, it must again be array-entered.

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"drumbumuk" wrote in message
...
I hope this makes sense:

In sheet1 there is a list of suppliers. In sheet2 there is an evaluation
form, in which users select the supplier used from a drop-down list
(sourced
from sheet1) then go along the row to grade the supplier accordingly. One
field in the record is Date Used. What i want to do is this...

Get excel to look up all instances/records of the company in sheet2, then
return the last date used to sheet1.

Any help gratefully received.



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
Lookup MIN Date Bob Phillips[_3_] Excel Worksheet Functions 0 August 1st 08 05:56 PM
Lookup MIN Date dcr Excel Worksheet Functions 6 August 1st 08 05:55 PM
Lookup MIN Date Pete_UK Excel Worksheet Functions 0 July 25th 08 08:10 PM
Lookup the date associated with a given value hello Excel Discussion (Misc queries) 2 June 11th 08 05:16 PM
Lookup a date between other dates spalmarez Excel Worksheet Functions 1 November 4th 04 09:48 PM


All times are GMT +1. The time now is 02:57 AM.

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

About Us

"It's about Microsoft Excel"