Need Help With Type of Formula to Use (VLookup with Index/Match), Index/Match, VLookup/IF/AND??????
Hi, I have two sheets that I am trying to pull from. I want to pull the "Service Date" from the "Service Integration Sheet" and put it onto the "Account Management Sheet".
I am trying to match accounts that have completed their "Onboarding Call". The common variable on both sheets is the Sales Order Number, but I think the issue might be that there are several rows of the SO on the Service Integration Sheet. I have tried so many different formulas and they never work. I uploaded an Excel File with both sheets on separate tabs.
Can someone help?
Answers
-
Hi @Syoung113
You need to create cross-sheet references
- In the Account Management sheet, right click on any cell and and then click "Manage References"
- In the window that opens, click on Create button.
- In this window, search for Service Integration Sheet and select the "Sales Order Number" column by selecting the header. At the top, type the Sheet reference name as "SalesOrders"
- Click on Insert Reference.
- Repeat the process and select "Account Name" column. Name this reference as "AccountNames"
- Use this formula in the "Account Name" column in the "Account Management" sheet
=INDEX({AccountNames}, MATCH([Opportunity_r: Sales Order Number]@row, {SalesOrders}, 0))
You might have to update the formula to refer to the actual column name which is not fully visible in the screenshot. I assumed it is "Opportunity_r: Sales Order Number" and the formula is created accordingly.
Best Regards
Amit Wadhwani, Smartsheet Community Champion
Smartsheet CoE, Ignatiuz, Inc., Exton, PA
Did this answer help you? Show some love by marking this answer as "Insightful 💡" or "Awesome ❤️" and "Vote Up ⬆️"https://www.linkedin.com/in/amitinddr/
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.5K Get Help
- 433 Global Discussions
- 152 Industry Talk
- 494 Announcements
- 5.3K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 77 Community Job Board
- 506 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 307 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!