#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
BSantos
 
Posts: n/a
Default vlookup

Is there a formula that you can have to criterias before you bring over a
lookup in another column?

I have to spreadsheets same info on both "hopefully" I want to compare them
to see the difference.
Store #, part # and qty. I want it to find it on the other spreadsheet and
give me the qty. So, I can see if I'm missing a store or part #.

thanks for any help. B.

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/comm...et.f unctions
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JMB
 
Posts: n/a
Default vlookup

If Store number is in Column A, Part Number in Column B, Quantity in Column
C, E1 contained the store name you're looking for, F1 contained the part
number then:

=SUMPRODUCT(--(A1:A10=E1),--(B1:B10=F1),C1:C10)

Change cell references as necessary to your other spreadsheet.
Note Sumproduct doesn't accept entire columns such as A:A or A1:A65536 but
A1:A65535 is okay.

"BSantos" wrote:

Is there a formula that you can have to criterias before you bring over a
lookup in another column?

I have to spreadsheets same info on both "hopefully" I want to compare them
to see the difference.
Store #, part # and qty. I want it to find it on the other spreadsheet and
give me the qty. So, I can see if I'm missing a store or part #.

thanks for any help. B.

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/comm...et.f unctions

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JMB
 
Posts: n/a
Default vlookup

SUMPRODUCT will perform multiple condition tests (if you want to return
numeric data). Also INDEX/MATCH entered as an array formula will perform
multiple condition tests to return text data.

Two links that may get you started.

http://xldynamic.com/source/xld.SUMPRODUCT.html
http://www.cpearson.com/excel/array.htm

"BSantos" wrote:

Is there a formula that you can have to criterias before you bring over a
lookup in another column?

I have to spreadsheets same info on both "hopefully" I want to compare them
to see the difference.
Store #, part # and qty. I want it to find it on the other spreadsheet and
give me the qty. So, I can see if I'm missing a store or part #.

thanks for any help. B.

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/comm...et.f unctions

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
Using single cell reference as table array argument in Vlookup CornNiblet Excel Worksheet Functions 3 September 22nd 05 09:15 AM
VLOOKUP Limitations chris_manning Excel Worksheet Functions 2 August 9th 05 06:23 PM
Have Vlookup return a Value of 0 instead of #N/A Mr Mike Excel Worksheet Functions 4 May 25th 05 04:51 PM
vlookup data hidden within worksheet Excel Worksheet Functions 0 January 26th 05 12:09 PM
Vlookup info being used without vlookup table attached? Excel Worksheet Functions 0 January 25th 05 10:43 AM


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