Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 14
Default formula help

I am looking for a formula that will find the break even
age. I have columns as follows:

Age Amount Age Amount
62 100 62 0
63 150 63 0
64 200 64 175
65 250 65 225
66 300 66 290
67 350 67 310
68 400 68 425
69 450 69 575

I would like a formula that will return the age at which
the amounts overlap, or break even (the age at which the
second age/amount set of columns catches up with the first
set.

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,885
Default formula help

Hi Scott
one way: Enter the following array formula (CTRL+SHIFT+ENTER):
=INDEX(A1:A99,MIN(MATCH(TRUE,(D1:D99=B1:B99),0)))

HTH
Frank

scott wrote:
I am looking for a formula that will find the break even
age. I have columns as follows:

Age Amount Age Amount
62 100 62 0
63 150 63 0
64 200 64 175
65 250 65 225
66 300 66 290
67 350 67 310
68 400 68 425
69 450 69 575

I would like a formula that will return the age at which
the amounts overlap, or break even (the age at which the
second age/amount set of columns catches up with the first
set.

Thanks



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 30
Default formula help


-----Original Message-----
Hi Scott
one way: Enter the following array formula

(CTRL+SHIFT+ENTER):
=INDEX(A1:A99,MIN(MATCH(TRUE,(D1:D99=B1:B99),0)) )

HTH
Frank

scott wrote:
I am looking for a formula that will find the break even
age. I have columns as follows:

Age Amount Age Amount
62 100 62 0
63 150 63 0
64 200 64 175
65 250 65 225
66 300 66 290
67 350 67 310
68 400 68 425
69 450 69 575

I would like a formula that will return the age at which
the amounts overlap, or break even (the age at which the
second age/amount set of columns catches up with the

first
set.

Thanks



.
Thanks Frank. I tried the formula and am getting a

#value! result. Maybe this has to do with the fact that
I'm not sure what to do with the ctrl/shift/enter that
preceeded your suggested formula. Is this what I should
do before I enter the =index etc? I tried pressing the
keys and didn't see any difference so I just went ahead
and entered the formula.

Thanks again.


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,885
Default formula help

Thanks Frank. I tried the formula and am getting a
#value! result. Maybe this has to do with the fact that
I'm not sure what to do with the ctrl/shift/enter that
preceeded your suggested formula. Is this what I should
do before I enter the =index etc? I tried pressing the
keys and didn't see any difference so I just went ahead
and entered the formula.

Thanks again.


Hi Scott
enter the formula and after that instead of only hitting the ENTER key
hit CTRL+SHIFT+ENTER together. Afterwards the formula should look like
{INDEX(......)}

HTH
Frank


  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 30
Default formula help


-----Original Message-----
Thanks Frank. I tried the formula and am getting a

#value! result. Maybe this has to do with the fact that
I'm not sure what to do with the ctrl/shift/enter that
preceeded your suggested formula. Is this what I should
do before I enter the =index etc? I tried pressing the
keys and didn't see any difference so I just went ahead
and entered the formula.

Thanks again.


Hi Scott
enter the formula and after that instead of only hitting

the ENTER key
hit CTRL+SHIFT+ENTER together. Afterwards the formula

should look like
{INDEX(......)}

HTH
Frank


.
Ah yes. That did it. Much appreciated. Scott

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
Commenting custom formula fields/formula on formula editor Muxer Excel Programming 2 July 24th 03 01:02 AM


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