multiple criteria adding

Cablelane

New Member
Joined
Mar 16, 2009
Messages
5
Hello

I have 20 employees; not all of them work every day. They all keep track of their scheduled appointments, cancelled appts, and no-shows on their individual worksheet, on a daily basis, in a shared workbook. The cancellation/no-show rate is calculated based on these numbers. How can I calculate department CA/NS rate, which I would like to be able to show per month? All help appreciated.

Thanks!
 

Excel Facts

How to fill five years of quarters?
Type 1Q-2023 in a cell. Grab the fill handle and drag down or right. After 4Q-2023, Excel will jump to 1Q-2024. Dash can be any character.
Welcome to the board.

well without knowing specifics, ranges/criteria, here is a general sample of how to do a multi criteria sum

=SUMPRODUCT(--(Range1=Criteria1),--(Range2=Criteria2),RangeToSum)

example, this will sum Column C if Column A = "Yes" and Column B = "Jon"

=SUMPRODUCT(--(A1:A100="Yes"),--(B1:B100="Jon"),C1:C100)

IMPORTANT NOTES
Ranges cannot be entire column refs like A:A, must use Row #s like A1:A100 - except in XL2007
Ranges must be same size
YES, the -- needs to be there.

Hope that helps..
 
Upvote 0
Thanks for your quick and helpful reply. I think SUMPRODUCT will work. One refinement I need is to have the criteria include checking for date, on each of the 20 worksheets. Sorry for not posting example first.

Example:
Date Scheduled Cancel No-Show Rate
2/23/09 12 1 1 Thanks!
 
Upvote 0
Sorry to be a bother. Anyone have any ideas on how I can get this data from the many worksheets onto one?

Thanks in advance for your assistance.
 
Upvote 0

Forum statistics

Threads
1,214,920
Messages
6,122,267
Members
449,075
Latest member
staticfluids

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