Excel help

mmunoz20

New Member
Joined
Aug 11, 2017
Messages
6
Hello,
I am currently working on a project and I am in need of excel assistance. I have a sheet that has a lot of client data (e.g. name, date of assistance, reasons for seeking help). In another sheet, I am gathering data with regards to all clients. For instance, I want to know how many clients in the month of January came to our office to seek assistance for, say, wifi connection problems, app problems, etc. I was able to use sum and countifs to find how many clients overall have come to our office to seek assistance for wifi connection problems, app problems, etc. However, I want to be able to narrow down the number of clients seeking help with the different reasons listed above in a given date range (e.g. 1/1/17-1/31/17).
If any one has an answer or advice, please let me know.
Thank you!
 

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.
Welcome to Mr Excel

You can add two criteria in COUNTIFS to narrow the down the counting.
Say column B contains the dates
=COUNTIFS(B:B,">="&DATE(2017,1,1),B:B, "<="&DATE(2017,1,31),......

Hope this helps

M.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,224,747
Messages
6,180,719
Members
452,995
Latest member
isldboy

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