Is there a formula to enter data if entry was already in the sheet
Hi,
If I have a sheet with more than 2000+ entry (some needs to be re-entered) in it with name, phone number, email, address...etc (basic information), is there a way if a person is enter multiple times, it will auto-populate phone number, email, address?
Thank you.
Answers
-
@Christina Lam , have you considered using a VLOOKUP formula on the person's name within the phone number, email and address columns? You'd have to select a range through the current # of rows to drive any rows added in the future.
=IFERROR(VLOOKUP(Title@row, $Title$1:$[Estimate Hours]$474, 7, false), "")
I hope this works well for you.
-Jen
If you appreciate my response, please recognize the effort with an "Insightful" or "Vote Up" selection. Thanks!
-
Thanks @Jen Lange, but There is always sorting and filtering, so I need it to be a column formula where the person can also add email, or phone name if it's not already in there.
-
Okay., @Christina Lam. Makes sense. Let me dig further and see if I can come up with another approach or tweak my initial vision.
-
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.8K Get Help
- 406 Global Discussions
- 218 Industry Talk
- 457 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 297 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!