#1   Report Post  
Posted to microsoft.public.excel.misc
Solarissf
 
Posts: n/a
Default Lookup


Hi guys, hopefully someone can help with this.
I'm using this function below:

=LOOKUP(C3,DATASHEET!$A$2:$A$111,DATASHEET!$F$2:$F $111)

Which works fine, it compares C3, to a new sheet, then grab the
appropriate column value in "F".

Now what I want to do it take C3 AND D3 on sheet1, then on the next
sheet (DATASHEET) find matching in the list for 2 Columns, say ColumnA
AND Column B. Then return the value in ColumnF.

Any ideas????

Thanks,
Stephen


--
Solarissf
------------------------------------------------------------------------
Solarissf's Profile: http://www.excelforum.com/member.php...o&userid=34834
View this thread: http://www.excelforum.com/showthread...hreadid=549595

  #2   Report Post  
Posted to microsoft.public.excel.misc
Domenic
 
Posts: n/a
Default Lookup

Try...

=INDEX(DATASHEET!$F$2:$F$111,MATCH(1,IF(DATASHEET! $A$2:$A$111=C3,IF(DATAS
HEET!$B$2:$B$111=D3,1)),0))

....confirmed with CONTROL+SHIFT+ENTER, not just ENTER.

Hope this helps!

In article ,
Solarissf
wrote:

Hi guys, hopefully someone can help with this.
I'm using this function below:

=LOOKUP(C3,DATASHEET!$A$2:$A$111,DATASHEET!$F$2:$F $111)

Which works fine, it compares C3, to a new sheet, then grab the
appropriate column value in "F".

Now what I want to do it take C3 AND D3 on sheet1, then on the next
sheet (DATASHEET) find matching in the list for 2 Columns, say ColumnA
AND Column B. Then return the value in ColumnF.

Any ideas????

Thanks,
Stephen

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
Another way to lookup data David Vollmer Excel Worksheet Functions 1 September 23rd 05 05:16 AM
Lookup Vector > Lookup Value Alec Kolundzic Excel Worksheet Functions 6 June 10th 05 02:14 PM
Lookup Function Problem seve Excel Discussion (Misc queries) 9 February 28th 05 02:46 AM
Lookup function w/Text and Year Josh O. Excel Worksheet Functions 1 February 12th 05 11:27 PM
double lookup, nest, or macro? Josef.angel Excel Worksheet Functions 1 October 29th 04 09:50 AM


All times are GMT +1. The time now is 09:37 PM.

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"