I've built a cost estimating calculator that allows me to input several variables for a job and it will calculate my time and materials expenses to get the job done. One of the main variables I need to provide is a quantity. As you can imagine, most customers ask for quotes based upon several quantities. So for now, I have a separate pricing table to the side that lists the quantities I want to quote and their costs (generated from the calculator). I add a markup and the table calculates a price for each quantity. But I need to manually enter each of the quantities (sometimes dozens) into the calculator one-at-a-time and manually post the costs into the pricing table.
I'd like to enter all my quantities in the pricing table and have each quantity automatically run through the calculator and plug a cost into the appropriate column/row in the pricing table. Would that require a pivot table? A macro? I don't really know how to approach that challenge, but I feel like I can figure it out with a little direction.
I'd like to enter all my quantities in the pricing table and have each quantity automatically run through the calculator and plug a cost into the appropriate column/row in the pricing table. Would that require a pivot table? A macro? I don't really know how to approach that challenge, but I feel like I can figure it out with a little direction.