Srushbri

New Member
Joined
May 27, 2015
Messages
12
Hi,

I have a data sheet with the following columns.
Skill Name; Assigned Chats;Transferred Chats; Conference Chats; Total Chats; Average Worked Time; Averaged Wrap Time; Average Handle Time

My hope is to sum the product of cells in Column E (Total Chats) * Column F (Average Worked time) when the Skill name is "XXX". In other words I want the SumProduct of Column E and Column F only for the rows that fit a specifications. In this case a particular (Skill Name). At first I used Vlookup but there are multiple rows in the Skill Name Column that have the same skill.

I'm having trouble formulating this. Anyone have any ideas?

thanks,
Sofia
 

Excel Facts

Which Excel functions can ignore hidden rows?
The SUBTOTAL and AGGREGATE functions ignore hidden rows. AGGREGATE can also exclude error cells and more.
Try

=SUMPRODUCT(--(A2:A200="Skill Name"),E2:E200,F2:F200)

Skills in column A
 
Last edited:
Upvote 0
Hi, I had an additional question for this one.

Is there a way I can add multiple conditional statements? For example if I want it to find the sumproduct when the "skill name" is skillX, SkillY, or SkillZ?
 
Upvote 0

Forum statistics

Threads
1,221,310
Messages
6,159,176
Members
451,543
Latest member
cesymcox

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top