formula
Hi,
I'm trying to get the FGT result looked up from the 2nd sheet if the article Nr match.
I tried this
=INDEX(...), MATCH([Article NR]@row, {.....}, 0))
But it gives me only the correct result, when only 1 article Nr is entered in sheet 2.
How can I check all article Nr in sheet 2. I tried to combine HAS but I failed.
I also have the articles numbers separated( 3 column for 3 article Nr instead only 1) if this helps.
Thanks
Answers
-
If you have sheet 2 set up so that it has all article numbers in a multi-select dropdown then you could use something along these lines...
=INDEX(COLLECT({Sheet 2 FGT Column}, {Sheet 2 Article # Column}, HAS(@cell, [article Nr]@row)), 1)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65K Get Help
- 443 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 129 Brandfolder
- 150 Just for fun
- 70 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 35 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!