Forum Discussion
Sleav83
Dec 29, 2021Copper Contributor
Pricing Tool Automation
Hi there, I am trying to create a way for my price list to become dynamic. You would have to select a package, then a company size and I want it to automatically assign the price based on the pri...
- Dec 29, 2021
=VLOOKUP(E2&F2,CHOOSE({1,2},A2:A16&B2:B16,C2:C16),2,0)
Is this what you are looking for? Enter formula as arrayformula with ctrl+shift+enter if you don't work with Office365 or 2021. Dropdowns are in E2 and F2 in my example.
Sleav83
Dec 29, 2021Copper Contributor
I should add, the packages and company size are currently in a drop down list if that matters