Index Match Formula help
Hi all,
I have a Sponsorship Grid which lists all the product ID#'s the sponsor purchased within a single cell (comma separated). On my list of list of products (separate grid) I want to be able to reference the sponsor using that product. If this was one sponsor to one product I'd use index/match. Any ideas for the best approach?
Answers
-
-
This is the Sponsor Grid - It contains the name of the company and the product ID #'s each sponsor has paid for.
This is the Product list. So I'm hoping to pull the name of the sponsor that purchased the product onto the Product List for reference.
-
Try something along these lines...
=JOIN(COLLECT({Source Sheet Company Column}, {Source Sheet Product # Column}, @cell = [Sponsor Product #]@row))
Help Article Resources
Categories
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!