Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Interactive PivotTables on the Web | Excel Discussion (Misc queries) | |||
Interactive course | New Users to Excel | |||
Interactive Forms | Excel Worksheet Functions | |||
iNTERACTIVE EXCEL FILE NOT INTERACTIVE ON THE WEB | Excel Discussion (Misc queries) | |||
interactive vba | Excel Programming |