Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JAH JAH is offline
external usenet poster
 
Posts: 4
Default Current Mortgage Balance

Hello.

I have created a spreadsheet that lists the "current" balances of all
our mortgages. By using seperate worksheets containing each mortgages
amortization schedule, I would like to pull the "current" balance of
each mortgage onto the summary sheet. Is there any way to do this?

Example:

Todays date is July 24, 2007. The summary sheet would display the
cell containing the balance of the mortgage after the July 1, 2007
payment. This amount would be on the seperate amortization worksheet
for that loan.

Thanks in advance for any help.

JH

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JAH JAH is offline
external usenet poster
 
Posts: 4
Default Current Mortgage Balance

Can you provide any more information on the MATCH function and how I
could implement it in this situation?

Thank you

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,441
Default Current Mortgage Balance

JH,

Use a VLOOKUP function, like

=VLOOKUP(TODAY(),'Mortgage Sheet 1'!A:B,2)

where dates are in column A and balances in column B...

HTH,
Bernie
MS Excel MVP





"JAH" wrote in message
ps.com...
Hello.

I have created a spreadsheet that lists the "current" balances of all
our mortgages. By using seperate worksheets containing each mortgages
amortization schedule, I would like to pull the "current" balance of
each mortgage onto the summary sheet. Is there any way to do this?

Example:

Todays date is July 24, 2007. The summary sheet would display the
cell containing the balance of the mortgage after the July 1, 2007
payment. This amount would be on the seperate amortization worksheet
for that loan.

Thanks in advance for any help.

JH



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JAH JAH is offline
external usenet poster
 
Posts: 4
Default Current Mortgage Balance

Bernie,

Thanks. I almost have it working, only I cannot get it to pull the
balance from column F instead of B. It only seems to work in column
B. Any ideas?

Jesse




  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,268
Default Current Mortgage Balance

Change the formula to

=VLOOKUP(TODAY(),'Mortgage Sheet 1'!A:F,6)


--
Regards,

Peo Sjoblom



"JAH" wrote in message
oups.com...
Bernie,

Thanks. I almost have it working, only I cannot get it to pull the
balance from column F instead of B. It only seems to work in column
B. Any ideas?

Jesse




  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JAH JAH is offline
external usenet poster
 
Posts: 4
Default Current Mortgage Balance

Thanks everyone, I works!!

Jesse

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
Returning a mortgage balance based on a particular date JWH Excel Discussion (Misc queries) 4 December 19th 06 01:03 AM
Mortgage calculations Jeff Excel Worksheet Functions 2 February 1st 06 11:50 PM
rent received/balance owed/running balance spreadsheet Quickbooks dummy Excel Discussion (Misc queries) 1 January 2nd 06 07:34 PM
Can I automatically enter the current date or current time into a Ben New Users to Excel 7 October 19th 05 03:38 PM
mortgage eddie New Users to Excel 2 June 24th 05 10:41 PM


All times are GMT +1. The time now is 10:48 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"