Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9
Default 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.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,501
Default 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.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Interactive PivotTables on the Web dvbunte Excel Discussion (Misc queries) 1 August 1st 07 06:30 AM
Interactive course pepenacho New Users to Excel 1 July 16th 07 10:23 AM
Interactive Forms Susan Excel Worksheet Functions 0 January 25th 06 09:48 PM
iNTERACTIVE EXCEL FILE NOT INTERACTIVE ON THE WEB kathy in kansas Excel Discussion (Misc queries) 0 January 24th 05 07:47 PM
interactive vba Hervé Hanuise Excel Programming 1 October 8th 03 05:49 PM


All times are GMT +1. The time now is 04:50 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"