I'm trying to tweak a workbook that has several sheets (Scaffold, Hoarding etc.). On one of the sheets I've made a list that I can then refer to in a drop down list in the other sheets.
=CompanyName on the Company Details sheet
One of the sheets (Credit Breakdown) is setup for working out the costs for each of the other sheets. I have the following formula that currently counts the number of times a company name appears in a range on the other sheets and then multiplies that by a fixed cell (to give £ amount):
=COUNTIF(SCAFFOLD!$B$1:$B$36047,"=ADH Scaffolding")*$H$3
The Credit Breakdown sheet has multiple copies of the above formula setup with different company names but, when a new company name needs to be added, this means that the formula is having to be copied and manually edited in another cell.
I'm trying to figure out how to change the Credit Breakdown formula above to refer to a cell in which a user can simply choose the company from the CompanyName list (that way they can't mess up the formula while trying to manually edit it).
I hope this makes sense. Any help is greatly appreciated!
=CompanyName on the Company Details sheet
One of the sheets (Credit Breakdown) is setup for working out the costs for each of the other sheets. I have the following formula that currently counts the number of times a company name appears in a range on the other sheets and then multiplies that by a fixed cell (to give £ amount):
=COUNTIF(SCAFFOLD!$B$1:$B$36047,"=ADH Scaffolding")*$H$3
The Credit Breakdown sheet has multiple copies of the above formula setup with different company names but, when a new company name needs to be added, this means that the formula is having to be copied and manually edited in another cell.
I'm trying to figure out how to change the Credit Breakdown formula above to refer to a cell in which a user can simply choose the company from the CompanyName list (that way they can't mess up the formula while trying to manually edit it).
I hope this makes sense. Any help is greatly appreciated!