COUNTIF in the same sheet
I have two columns "Associate Name" which contains a list of names, and a corresponding list of birthdates "Date of Birth", both ever expanding. I would like to have a column that counts the number of times which that associate name and birthday appear in the sheet.
So if I enter "John Doe" and "1-1-24", the first time, the column will return "1". Later in the year, if I enter "John Doe" and "1-1-24" again in a different row, the column would show "2".
Is this possible within the same sheet?
Thanks in advance.
Best Answer
-
Think I got it to work 😁
=COUNTIFS([Associate Name]:[Associate Name], =[Associate Name]@row, [Date of Birth]:[Date of Birth], =[Date of Birth]@row)
Answers
-
Think I got it to work 😁
=COUNTIFS([Associate Name]:[Associate Name], =[Associate Name]@row, [Date of Birth]:[Date of Birth], =[Date of Birth]@row)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!