Search for a Name Across Lists
We keep a "Master List" of client names by fiscal year, with each year having its own sheet. Employees need to be able to search across sheets of the current and previous fiscal year to see if a name already appears. I initially created a report to return the correct information, however, I quickly found out that only licensed users can edit the report criteria (i.e., the search criteria). Does anyone have any suggestions for how this can be accomplished with an organization where most of the employees are free collaborators?
Answers
-
Hi @Tara Day Ulrich
Hope you are fine, you can create a helper sheet with a dropdown menu contains the list of the client names and 2 column for current year and previous year, then use the following formula for each year to check how many time the client name appears in each year:
for 2020 =COUNTIFS({Client Name - 2020}, [Clients List]@row)
for 2021 =COUNTIFS({Client Name - 2021}, [Clients List]@row)
and if you like for more proficiently details like listing all the details for each client you select i can do it for you. please Email me
my Email: Bassam.k@mobilproject.it
bassam.khalil2009@gmail.com
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!