I want to populate a Quote with information from a price list sheet
Hi
Is there a formula or functionality that would enable me to to create a quotation using data from a price list on a separate sheet ?
For instance on the price list sheet Column A ( SKU / Stock Code ) , Column B ( Description ) , Column C ( Unit Price ) .
I want to fill the SKU / Stock code into the quote and have the description and unit price auto populate ?
Answers
-
Hey @Veshlin
Yes, you can do exactly as you desire. You will use a cross sheet formula to do this - you can see the link at the bottom for more information on creating the cross sheet reference. Since these are cross sheet references you cannot simply copy paste these formulas into your sheet
In your Description column on your Quote sheet
=INDEX({Price List sheet Description column}, MATCH([SKU / Stock code]@row, {Price List sheet SKU / Stock code column},0))
In your Price columns on your Quote sheet:
=INDEX({Price List sheet Unit Price column}, MATCH([SKU / Stock code]@row, {Price List sheet SKU / Stock code column},0))
Will these work for you?
Kelly
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.7K Get Help
- 434 Global Discussions
- 136 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 485 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!