close

I need help with a formula that will be able to lookup a part name and when
it finds it a worksheet it can sum the weekly values to return the monthly
total.

data table:
Part Wk 1 Wk 2 Wk 3 Wk 4
pen 10 20 30 40
clip 20 30 40 50

Formula needs to vlookup Pen and return the sum of wks 1-4 = 100. Was
researching SUMPRODUCT but not sure if that's the solution and unclear on how
to apply it. I am hoping for a formula that is an array instead of needing
to add multiple vlookups together. Also if anyone has a good link to explain
SUMPRODUCT I would appreciate it. Thanks in advance.

On Wed, 8 Mar 2006 15:19:27 -0800, ddate
gt; wrote:

gt;I need help with a formula that will be able to lookup a part name and when
gt;it finds it a worksheet it can sum the weekly values to return the monthly
gt;total.
gt;
gt;data table:
gt;Part Wk 1 Wk 2 Wk 3 Wk 4
gt;pen 10 20 30 40
gt;clip 20 30 40 50
gt;
gt;Formula needs to vlookup Pen and return the sum of wks 1-4 = 100. Was
gt;researching SUMPRODUCT but not sure if that's the solution and unclear on how
gt;to apply it. I am hoping for a formula that is an array instead of needing
gt;to add multiple vlookups together. Also if anyone has a good link to explain
gt;SUMPRODUCT I would appreciate it. Thanks in advance.

With the tabel above in A1:E3

=SUMPRODUCT((A2:A3=quot;penquot;)*(B2:E3))

An excellent link to SUMPRODUCT is:

www.xldynamic.com/source/xld.SUMPRODUCT.html

HTH
Richard Buttrey
__

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 software 的頭像
    software

    software

    software 發表在 痞客邦 留言(0) 人氣()