Match Collect Formula?
I have one sheet that has a list of Account Numbers and Account Names. This list is managed by one Department who adds to it as needed.
I have a second sheet, managed by another Department who uses the Account Numbers and manually enters them. They don't enter the Account Names. They haven't been needed and could be mispelled if manually entered.
We now need to add the Account Names to the second sheet. I would like the names to auto-fill from the other sheet but have not figured out a formula to look it up and pull it in without being an exact row match.
Any ideas?
Thank you
Best Answer
-
You are going to want to use something like this...
=INDEX({Other Sheet Account Name Column}, MATCH([Account Number]@row, {Other Sheet Account Number Column}, 0))
Answers
-
You are going to want to use something like this...
=INDEX({Other Sheet Account Name Column}, MATCH([Account Number]@row, {Other Sheet Account Number Column}, 0))
-
Paul,
Thank you so very much. This works exactly as I needed.
I greatly appreciate your knowledge and help with this.
Angie Hatfield
-
Happy to help! 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.1K Get Help
- 414 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!