VLOOKUP and IF using Reference Another Sheet returning an #INVALID OPERATION error
I have a summary table that has collected information from respondents on a monthly basis from various accounts. Based on their answers, I've calculated a score for each account for that month (so a single account can have up to twelve lines each, one for each month). I am trying to create a separate table that will summarize the scores - so that an account will have one line, and I need to populate the columns/scores for each month.
I'm encountering an #INVALID OPERATION error when I use the following formula to populate the January column in the Summary Table, when pulling data from the Source Table.
=IF({Source Table Range 5} = "January", VLOOKUP([Account Name]@row, {Source Table Range 6}, 3, true), 0)
Hope someone can help!
Source table:
Summary table:
Answers
-
Try something like this...
=INDEX({Source Sheet Score Column}, {Source Sheet Month Column}, @cell = "January", {Source Sheet Account Column}, @cell = [Account Name]@row), 1)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.2K Get Help
- 430 Global Discussions
- 150 Industry Talk
- 490 Announcements
- 5.2K Ideas & Feature Requests
- 85 Brandfolder
- 154 Just for fun
- 74 Community Job Board
- 500 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!