I have a workbook with two sheets. One called "County Info" and one called "Values". On the Values sheet is a table similar to below.
XLS screenshot.JPG
On the County Info Sheet, the corresponding columns for this information is:
Type = EC
Zip Code = AF
Acreage = EH
I need a formula in a column on the County Info sheet that will look at the values in Type (EC), Zip Code (AF), and Acreage (EH), return the appropriate corresponding Value from the table on the Values sheet, and then multiply that value times the Acreage (EH). For example:
If Type is Commercial, Zip Code is 12345, and Acreage is 2, the result of the formula would be 40000
If Type is Residential, Zip Code is 67890, and Acreage is 10, the result of the formula would be 10000
This formula would need to be copied down thousands of rows. Thanks in advance!
Bookmarks