Pull Price from Products Sheet
Hello!
I have a products sheet with all of our prices on it. The prices change from time to time so I want the separate order sheets to change automatically when a price changes. So if a customer puts an order in on their sheet, if the product matches a product on the products sheet, I want it to pull the price per item to that row. I've tried a vlookup and can't quite get it to work.
Answers
-
Hey @dwuis21
An Index/Match will work on your Order sheet. This formula would go into your price column.
=INDEX({Product sheet Price column}, MATCH(Product@row, {Product sheet Product column},0))
Because this is a cross sheet reference, you will need to create these references yourself. You cannot just copy paste this formula into a sheet. Note that unlike a vLookup which uses an entire table, these ranges are individual columns. Also, make sure to edit the formula above with your actual column name for Product.
Will this work for you
Kelly
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!