Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Mortgage calculator: finish date?

I have a mortgage calculator which calculates the outstanding amount on a
daily basis. This gives me a huge column of figures, which eventually turns
negative somewhere around the middle, depending on how much I am repaying!

I would like to put a single cell at the top of the spreadsheet which
identifies the 'Mortgage Liberation Day" by referencing the cell where the
outstanding balance drops below zero.

I've tried VLOOKUP, but can't seem to get the formula right. Any help will
be much appreciated! - Column A is entirely formatted as dates, and column F
is the outstanding balance.
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5
Default Mortgage calculator: finish date?

Well, of course, as SOON as I posted my query, I found the answer (after
several hours of searching earlier!). If it's of help to anyone else, I've
pasted it here, and my very great thanks fo to N HARKAWAT for resolving my
own problem!

Answer
=INDEX(A4:A1000,MATCH(TRUE,(B4:B1000<0),0))
array entered(ctrl+shift+enter)

assuming range a4:a1000 holds the dates and b4:b1000 has the amounts




"JNW" wrote in message
...
I am doing some mortgage calculations. Based on any number of variables
and
calculations the final payoff date can vary. I have a spreadsheet with
the
date (in mmm-yy form) in one column and another with the remaining amount
on
the mortgage (which is a negative amount until payed off then turns
positive). What I need is some way funtion to return in cell a1 the date
at
which the value turns positive.

Thank you


"Dr. Zhivago" wrote:

I have a mortgage calculator which calculates the outstanding amount on a
daily basis. This gives me a huge column of figures, which eventually turns
negative somewhere around the middle, depending on how much I am repaying!

I would like to put a single cell at the top of the spreadsheet which
identifies the 'Mortgage Liberation Day" by referencing the cell where the
outstanding balance drops below zero.

I've tried VLOOKUP, but can't seem to get the formula right. Any help will
be much appreciated! - Column A is entirely formatted as dates, and column F
is the outstanding balance.



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
insert date Larry Excel Worksheet Functions 28 July 15th 06 02:41 AM
Insert Automatic, Non-Updating Date Stamp Ken Zenachon Excel Discussion (Misc queries) 8 January 18th 06 06:52 PM
Calculate 1st of month date from existing date. Jim15 Excel Discussion (Misc queries) 1 January 9th 06 10:05 PM
Need to Improve Code Copying/Pasting Between Workbooks David Excel Discussion (Misc queries) 1 January 6th 06 03:56 AM
Another Date issue. TimM Excel Worksheet Functions 1 November 17th 05 01:58 AM


All times are GMT +1. The time now is 07:37 PM.

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

About Us

"It's about Microsoft Excel"