Using Sumproduct in Autofilter

G

Guest

Hi there

I want to know whether I can use sumproduct within an Autofilter to do the
following.

Column A: Company Name
Columm B: Weight of the Company (based on a scale of 1 to five) on the
amount of $ it spends per week
Columm C: $ Spent per week

Each week, Columns B and C will vary.

I need to filter the companies at the end of year and calculate how much
they spent on average. I need to account for the weekly weights and the
dollar spent per week.

How do I do this?

Thanks
 
B

Bob Phillips

If you have filtered by name, you can just use SUBTOTAL on the results, such
as

=SUBTOTAL(1,B2:B10)

for the average

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Excel Sumproduct 0
SUMPRODUCT with Autofilter 3
Select cells after Autofilter 2
need help with formula 1
SUMPRODUCT 2
Sumproduct in matrix means 3
Sumproduct with filters 7
SUMPRODUCT with AutoFilter 8

Top