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
- Smartsheet Customer Resources
- 62.3K Get Help
- 364 Global Discussions
- 199 Industry Talk
- 428 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 444 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 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!