Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Bertiesmum
 
Posts: n/a
Default Help with VLookup in Excel 2003 please

I need to write a 2 Vlookup formulas at Cell E25 to display the date a loan
will be repaid and secondly the total interest paid.
I have an analysis table called 'table' with 6 columns
1. Date
2. Opening loan balance
3. Add interest
4. Less payment
5. Closing balance
6. Cumulative interest
I can get the sheet to work easily but the vlookups are an entirely
different matter, I just cant get them to work. My boss has specified that he
wants lookups.
TIA Chris

  #2   Report Post  
JE McGimpsey
 
Posts: n/a
Default

One way:

You can't use VLOOKUP for the date, since the date is to the left of the
balance. You can use INDEX(MATCH()), though:

=INDEX(table, MATCH(0, OFFSET(table,0,4,,1),FALSE),1)

total interest paid is more straightforward:

=VLOOKUP(0,OFFSET(table,0,4,,2),2,FALSE)




In article ,
"Bertiesmum" wrote:

I need to write a 2 Vlookup formulas at Cell E25 to display the date a loan
will be repaid and secondly the total interest paid.
I have an analysis table called 'table' with 6 columns
1. Date
2. Opening loan balance
3. Add interest
4. Less payment
5. Closing balance
6. Cumulative interest
I can get the sheet to work easily but the vlookups are an entirely
different matter, I just cant get them to work. My boss has specified that he
wants lookups.
TIA Chris

  #3   Report Post  
Bertiesmum
 
Posts: n/a
Default

Thank you for sending me the links JE, the solution is already in place, I do
appreciate your time. Regards Chris.


"JE McGimpsey" wrote:

One way:

You can't use VLOOKUP for the date, since the date is to the left of the
balance. You can use INDEX(MATCH()), though:

=INDEX(table, MATCH(0, OFFSET(table,0,4,,1),FALSE),1)

total interest paid is more straightforward:

=VLOOKUP(0,OFFSET(table,0,4,,2),2,FALSE)




In article ,
"Bertiesmum" wrote:

I need to write a 2 Vlookup formulas at Cell E25 to display the date a loan
will be repaid and secondly the total interest paid.
I have an analysis table called 'table' with 6 columns
1. Date
2. Opening loan balance
3. Add interest
4. Less payment
5. Closing balance
6. Cumulative interest
I can get the sheet to work easily but the vlookups are an entirely
different matter, I just cant get them to work. My boss has specified that he
wants lookups.
TIA Chris


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
Excel Re-calculation 2000 compared to 2003 tonymitchell Excel Discussion (Misc queries) 1 August 3rd 05 04:22 PM
Problems using Excel 2000 to open/save file saved in Excel 2003 [email protected] Excel Discussion (Misc queries) 1 June 29th 05 02:50 AM
Excel 2003 crashes loading excel files created Excel 2000 Jeff Lewin Australia Excel Discussion (Misc queries) 0 June 27th 05 04:20 AM
Microsoft Excel 2003 and Hyperion Retrieve with Excel 2000. Juan Angel Excel Discussion (Misc queries) 1 June 21st 05 09:55 PM
sharing/using/saving Excel 2002 files in Excel 2003 maze2009 Excel Discussion (Misc queries) 0 January 20th 05 07:27 PM


All times are GMT +1. The time now is 03:42 AM.

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"