![]() |
Interactive Sheet help
I have a workbook that calculates the value of a parcel of land. I am
attempting to automate this for our forestry department. The user will enter the number of years before disposal in a specific cell. I need that cell to reference a TVM table in another spreadsheet (in the same workbook) so a calculation can take place. For example, if the user enters "10" in the cell, I need Excel to scan through the table and locate 10, then use the amount in the cell next to it for the calculation. I know it can be done but not sure how to make it happen. All suggestions welcome. |
Interactive Sheet help
Hi,
user enters 10 in A1. In B1 the formula =A1*(VLOOKUP(A1,Sheet3!A1:B13,2,FALSE)) This looks for the value in A1(10) in column A of sheet 3 and returns the corresponding value for column B and multiplies it by 10. MIke "Mawaller" wrote: I have a workbook that calculates the value of a parcel of land. I am attempting to automate this for our forestry department. The user will enter the number of years before disposal in a specific cell. I need that cell to reference a TVM table in another spreadsheet (in the same workbook) so a calculation can take place. For example, if the user enters "10" in the cell, I need Excel to scan through the table and locate 10, then use the amount in the cell next to it for the calculation. I know it can be done but not sure how to make it happen. All suggestions welcome. |
All times are GMT +1. The time now is 11:19 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com