A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Look up functions



 
 
Thread Tools Display Modes
  #1  
Old May 18th, 2009, 06:54 AM posted to microsoft.public.excel.worksheet.functions
[email protected]
external usenet poster
 
Posts: 1
Default Look up functions

Hi,

I am currently in the process of trying to return a value based on a
data element being found with a specified date range.

One element is the look up field and then the next two elements are
the From and To dates and the result, being the fourth element, is to
be returned based on combination between the Look Up field and the
date range.

Can you please advise what Functions would work with this requirement.
  #3  
Old May 18th, 2009, 04:52 PM posted to microsoft.public.excel.worksheet.functions
T. Valko
external usenet poster
 
Posts: 15,759
Default Look up functions

This would be the general syntax:

=INDEX(Result_range,MATCH(1,(Lookup_range=Lookup_v alue)*(From_range=From_date)*(To_range=To_date), 0))

This is an array formula. Array formulas need to be entered using the key
combination of CTRL,SHIFT,ENTER (not just ENTER). Hold down both the CTRL
key and the SHIFT key then hit ENTER.

--
Biff
Microsoft Excel MVP


wrote in message
...
Hi,

I am currently in the process of trying to return a value based on a
data element being found with a specified date range.

One element is the look up field and then the next two elements are
the From and To dates and the result, being the fourth element, is to
be returned based on combination between the Look Up field and the
date range.

Can you please advise what Functions would work with this requirement.



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 01:42 AM.


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