Populate a Table with Unique People within a Specific Month

Mattdim805

New Member
Joined
Dec 11, 2013
Messages
11
I need to create a formula for my Google Sheet.

Refer to the 2021 Openers tab.

Is there a way for me to create a formula that will populate column A with unique names of Openers within a specific month? This way, I do not have to manually update the tables every month, depending on whether or not new openers have joined or left my team.

Thanks in advance for the help!
 

Excel Facts

Why does 9 mean SUM in SUBTOTAL?
It is because Sum is the 9th alphabetically in Average, Count, CountA, Max, Min, Product, StDev.S, StDev.P, Sum, VAR.S, VAR.P.
How about
Excel Formula:
=UNIQUE(FILTER('2021 Lead Data'!D2:D10000,('2021 Lead Data'!B2:B10000=4)*('2021 Lead Data'!D2:D10000<>"")))
 
Upvote 0
Solution
To clarify: when I try to sort the table by ratio currently, it moves the formula above down, which causes a bunch of white spaces to show up on top. This causes half of the table to not accurately report.

1619304469506.png
 
Upvote 0
I'm afraid I don't know enough about Sheets to help with that.
 
Upvote 0

Forum statistics

Threads
1,216,073
Messages
6,128,646
Members
449,462
Latest member
Chislobog

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