IF and Vlookup Statement
I'm not sure if should I do it right
What I would like to achieve:
Smartsheet A - with list of the application name and ID
Smartsheet B - will collect information from Smartsheet A
I use if statement below and give me error # INVALID OPERATION
=IF({import Info Range 1}="PDI", VLOOKUP([Primary Column]@row, {import Info Range 2}, 3, true))
thx!
Best Answers
-
I would suggest something more along the lines of...
=INDEX(COLLECT({Other Sheet Column To Pull From}, {Other Sheet Station Column}, "PDI", {Other Sheet Column4}, [Primary Column]@row), 1)
-
=INDEX(COLLECT({import Info Range 4}, {import Info Range 1}, "PDI", {import Info Range 5}, [Primary Column]@row), 1)
and I got error '# invalid Column Value '
Answers
-
I would suggest something more along the lines of...
=INDEX(COLLECT({Other Sheet Column To Pull From}, {Other Sheet Station Column}, "PDI", {Other Sheet Column4}, [Primary Column]@row), 1)
-
=INDEX(COLLECT({import Info Range 4}, {import Info Range 1}, "PDI", {import Info Range 5}, [Primary Column]@row), 1)
and I got error '# invalid Column Value '
-
Make sure the column types on both sheets match.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 85 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!