How do I write a formula similar to a lookup in Excel?
I would like to populate a field in the Summary of a sheet with a contact name from another sheet. I am looking for help to write a formula that will say:
Find the row where the words 'Project 25' is in a Column titled Project Name, in Sheet 'All Projects' and return the text in the column of the same row titled "Manager"
I have been given: =IFERROR(INDEX(COLLECT({Program Owner}, {Opportunity Number}, [Parent Opportunity Number]#), 1), "<<PROGRAM OWNER>>") which works to bring back the Program Owner but when I replace the word Program Owner with Manager, it doesn't work.
Any help would be greatly appreciated.
Thankyou
Best Answer
-
Awesome. Glad we could help you out. Can you please accept our answers?
Answers
-
Hi @Trinity Brookes ,
Try a simply vlookup:
=vlookup("Project 25", {project name}, 3) where {project name} is the data range with the name column on the left going right to the manager name column, and change 3 to be the number of columns between the project name and manager name. As you enter the formula the option will come up to reference another sheet. Select that and find the data range you want.
Confirm that the summary field property is correct for the data going in. Default is text but you can change it to contact list if you're pulling from a contact list field.
Work?
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
-
Here is more information on the Vlookup Formula.
Did this help?
-
Thankyou, I've managed to solve this issue.
-
Awesome. Glad we could help you out. Can you please accept our answers?
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 137 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives