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
- Smartsheet Customer Resources
- 64K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 137 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!