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 quot;hopefullyquot; 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 quot;I
Agreequot; 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 quot;I Agreequot; in the message pane.
www.microsoft.com/office/comm...et.f unctions
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.
quot;BSantosquot; wrote:
gt; Is there a formula that you can have to criterias before you bring over a
gt; lookup in another column?
gt;
gt; I have to spreadsheets same info on both quot;hopefullyquot; I want to compare them
gt; to see the difference.
gt; Store #, part # and qty. I want it to find it on the other spreadsheet and
gt; give me the qty. So, I can see if I'm missing a store or part #.
gt;
gt; thanks for any help. B.
gt;
gt; ----------------
gt; This post is a suggestion for Microsoft, and Microsoft responds to the
gt; suggestions with the most votes. To vote for this suggestion, click the quot;I
gt; Agreequot; button in the message pane. If you do not see the button, follow this
gt; link to open the suggestion in the Microsoft Web-based Newsreader and then
gt; click quot;I Agreequot; in the message pane.
gt;
gt; www.microsoft.com/office/comm...et.f unctions
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.
xldynamic.com/source/xld.SUMPRODUCT.html
www.cpearson.com/excel/array.htm
quot;BSantosquot; wrote:
gt; Is there a formula that you can have to criterias before you bring over a
gt; lookup in another column?
gt;
gt; I have to spreadsheets same info on both quot;hopefullyquot; I want to compare them
gt; to see the difference.
gt; Store #, part # and qty. I want it to find it on the other spreadsheet and
gt; give me the qty. So, I can see if I'm missing a store or part #.
gt;
gt; thanks for any help. B.
gt;
gt; ----------------
gt; This post is a suggestion for Microsoft, and Microsoft responds to the
gt; suggestions with the most votes. To vote for this suggestion, click the quot;I
gt; Agreequot; button in the message pane. If you do not see the button, follow this
gt; link to open the suggestion in the Microsoft Web-based Newsreader and then
gt; click quot;I Agreequot; in the message pane.
gt;
gt; www.microsoft.com/office/comm...et.f unctions
- Dec 25 Tue 2007 20:41
vlookup
close
全站熱搜
留言列表
發表留言