Database help! Copying new names to another sheet

Hello,
We have an intake sheet to manage requests for employees to work on projects. This intake sheet wmay have an employee listed for one or multiple projects and we would like to keep use this intake sheet to source a database where there should just be one row per employee.
Is there a formula to help copy just the new employees so there are no duplicates in the database?
Happy to provide any other details.
Thank you!
Answers
-
You would insert a text/number column (called "Number" in this example) and manually enter the numbers 1 through whatever (however many you think you will need plus a buffer) and then use this column formula to generate the list you are looking for:
=IFERROR(INDEX(DISTINCT({Main Sheet Name Column}), Number@row), "")
-
Hi Paul,
Thank you for your advice. I will try this! I may come back with questions!!
Lisa
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.9K Get Help
- 441 Global Discussions
- 153 Industry Talk
- 501 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 79 Community Job Board
- 511 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!