Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
reno
 
Posts: n/a
Default Lookup, Index or Offset

working with amortization table. i am plugging in various payments greater
than minimum ot amortize. I have a formula, that places the row number in
col g, where the ending balance is <=$0. I then want to use that row number
and go over two rows to pick up the date field.

e.g., if loan in paid off on payment 148 and that date is 8/01/2009, that
date is what I want to place at the top of the form for "Payoff Date..."

can not seem to get the correct date returned?
  #2   Report Post  
Vacation's Over
 
Posts: n/a
Default

sounds like = Vlookup
since Vlookup typically wants the data ascending not descending you need a
workaround. take the formula you are using that provides row number and
instead have it return "PAID" in column G
=if(e__ <=0,"PAID","") <==copy down all rows

=Vlookup("Paid",G2:I42,3,True) < ====set G2:I42 to your actual (G_:I_)

should return the value from col I that is in same row as "Paid"
"reno" wrote:

working with amortization table. i am plugging in various payments greater
than minimum ot amortize. I have a formula, that places the row number in
col g, where the ending balance is <=$0. I then want to use that row number
and go over two rows to pick up the date field.

e.g., if loan in paid off on payment 148 and that date is 8/01/2009, that
date is what I want to place at the top of the form for "Payoff Date..."

can not seem to get the correct date returned?

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
Index - Offset - Match Issues Ray Wright Excel Worksheet Functions 4 October 3rd 05 06:14 AM
ALLOW A REFERENCE IN "TABLE_ARRAY" POSITION OF LOOKUP & INDEX FUN. fcjssc Excel Worksheet Functions 2 March 3rd 05 01:39 PM
lookup, index, match, offset, etc. [email protected] Excel Worksheet Functions 2 January 3rd 05 08:51 PM
Index table lookup anomaly Carole O Excel Worksheet Functions 9 December 9th 04 04:33 PM
Lookup value in colA whos row matches row of index value in colB Gwen Frishkoff Excel Worksheet Functions 3 October 30th 04 09:07 PM


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