Cell Reference if two cells contain specific info
I am trying to create some automation for invoicing and am running into an issue finding the right formula for cross sheet referencing.
I have a product sheet with pricing and then have individual client order sheets. I want to return the price from the product sheet based on criteria in a "Product to Order" and "Container Size" columns. Ex: If Product is X and Container Size is X, return price for that order size from reference sheet.
HELP!
Answers
-
It sounds like you are going to need an INDEX/COLLECT.
=INDEX(COLLECT({Price}, {Product}, @cell = [Product To Order]@row, {Size}, @cell = [Container Size]@row), 1)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 142 Industry Talk
- 473 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 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!