VLOOKUP - Need to add data from multiple sheets into one cell

Hi,
Question:
How can I have the values of sheet 1 and sheet 2 go into 1 cell on sheet 3? I tried to just nest the same formula, as seen below:
=VLOOKUP([Week Number]@row, {Calculation Sheet - Sheet 1 Range 6}, 3), VLOOKUP([Week Number]@row, {Calculation Sheet - Sheet 2 Range 2}, 2)
Using the following formula successfully:
=VLOOKUP([Week Number]@row, {Calculation Sheet - Sheet 1 Range 6}, 3)
Result: 11
Total Sheets: 3
Sheet 1 value: 11
Sheet 2 value: 9
Master sheet: Total value in cell should be 20
Should I even use a VLOOKUP? Thank you in advance!
Best Answers
-
It looks to me like you need to add a JOIN to the start of your formula. As you have it listed, there is not a prompt for the second half of your formula to return.
Add the join at the beginning, and it should work for you.
If my answer helped you, please be sure to mark it as Accepted to help future learners locate the information.
Always happy to work through questions or concerns!
-
Thank you Colleen - That did it!
Answers
-
It looks to me like you need to add a JOIN to the start of your formula. As you have it listed, there is not a prompt for the second half of your formula to return.
Add the join at the beginning, and it should work for you.
If my answer helped you, please be sure to mark it as Accepted to help future learners locate the information.
Always happy to work through questions or concerns!
-
Thank you Colleen - That did it!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.7K Get Help
- 438 Global Discussions
- 152 Industry Talk
- 497 Announcements
- 5.3K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 77 Community Job Board
- 509 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 307 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!