CountIF Statement Help

emack1230

New Member
Joined
Jul 9, 2022
Messages
34
Office Version
  1. 365
  2. 2019
Platform
  1. Windows
Thank you in advance for all help.

I have a list of new hires and some have the same and some have different hire date. I am wanting to build a summary page with a countif formula to auto count the number of each new hire for each different date.

1st Column is the Hire Date, 2nd Column is the # of New Hires per date.

What countif formula would be best to use to auto count this from the range tab?

And secondly, in the 1st column, is there a formula that will automatically put the different dates going down the column, from oldest date to newest date?
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
Let's do this in reverse order.

For the Hire Date, you will want to use =UNIQUE([the Hire Date column from your raw data]). This will automatically update to provide the Dates that have been used within the Raw Data.

Then for your # of New Hires per Date would simply be =COUNTIF([the Hire Date column from your raw data],[the Unique Hire Date])
 
Upvote 0
Solution

Forum statistics

Threads
1,214,787
Messages
6,121,558
Members
449,038
Latest member
Guest1337

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