As a formula in your worksheet, you could use:
=sumif($a$1:$x$1,"baker",$a2:$x2)
or
=sumif(sheet2!$a$1:$x$1,"baker",sheet2!$a2:$x2)
xrbbaker wrote:
>
> How do I Lookup values from another sheet, knowing that there will be
> multiple occurances of those values, and sum the offset cells?
>
> For example:
>
> Lookup value is:
> BAKER
>
> Table is:
> SMITH BAKER JONES BROWN BAKER HODGES
> 4 5 6 3 8 10
> 7 5 9 56 3 1
>
> I want a forumla that uses the Lookup "Baker" and SUMS the second row of 5+3
> to yield 8? Can I do this w/out using VBA? (He asked hopefully...)
>
> Thanks for any insight.
>
> Russ
--
Dave Peterson
|