I am creating a quote program for my work. The main page will be the specifications of the job, the second page will be all the formulas for calculating the costs based on those specification and various look ups. What I would like to do is have all of our materials and their associated sq in costs in a dynamic table on the 4th page that would look something like below.[TABLE="width: 500"]
<tbody>[TR]
[TD]Material 1[/TD]
[TD].009[/TD]
[/TR]
[TR]
[TD]Material 2[/TD]
[TD].008[/TD]
[/TR]
[TR]
[TD]Material 3[/TD]
[TD].007[/TD]
[/TR]
</tbody>[/TABLE]
I would like this table to be dynamic so that new materials can be added as they occur without having to redefine the controls of the dropdown.
Then on the first page, I want to have a drop-down list that will pull from column 1 of the table so you can choose the material. Next to that, I want a VLookup that will pull in the cost of the material. So for instance, if Material 1 is chosen, the cell directly next to the drop-down will pull in .009 so it can be used for the calculations on Tab 2.
It all works great until I add a record to the table. Once I do that, the data validation doesn't see the new record.
I currently have a quote program set up but it uses a combo box button that isn't dynamic.
I am using Excel for Mac ver 16.13.
I hope I have explained everything clearly and thank you in advance for any assistance.
<tbody>[TR]
[TD]Material 1[/TD]
[TD].009[/TD]
[/TR]
[TR]
[TD]Material 2[/TD]
[TD].008[/TD]
[/TR]
[TR]
[TD]Material 3[/TD]
[TD].007[/TD]
[/TR]
</tbody>[/TABLE]
I would like this table to be dynamic so that new materials can be added as they occur without having to redefine the controls of the dropdown.
Then on the first page, I want to have a drop-down list that will pull from column 1 of the table so you can choose the material. Next to that, I want a VLookup that will pull in the cost of the material. So for instance, if Material 1 is chosen, the cell directly next to the drop-down will pull in .009 so it can be used for the calculations on Tab 2.
It all works great until I add a record to the table. Once I do that, the data validation doesn't see the new record.
I currently have a quote program set up but it uses a combo box button that isn't dynamic.
I am using Excel for Mac ver 16.13.
I hope I have explained everything clearly and thank you in advance for any assistance.