Real Tough Question - Goal Seek Type Function

billybobb

New Member
Joined
Feb 27, 2011
Messages
4
Hello,

I am wondering if there is a way to have excel run iterations to find out when one cell would be equal to another.

As an example:

Say I have an INPUT of 5% which generates an output of $10

I have another INPUT of 7% which generates an output of $20

I know these two eventually intersect, I have the data table to prove it but I wanted to know if there is a way excel can solve for the INPUT that sets their outputs equal to each other, Goal Seek falls short because you need to enter the value, I want this to be automatic...

Any ideas, I appreciate the help.

Thanks,

Billy
 

Excel Facts

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.
You can use a third cell that calculates the difference between the two, and use Goal Seek to get that cell to zero.
 
Upvote 0
You cant in this case because then you would have to do a data table with every possible scenario, the idea is to have excel find the INPUT that sets the two outputs equal to each other...
 
Upvote 0
Where did a data table enter the discussion?

Maybe you could get a little more specific as to what's what.
 
Upvote 0
I am calculating two separate Net Present Values, those are my outputs. My inputs are the discount rate being used in each scenario. I want to find out what discount rate will make both Net Present Values equal to each other. I can plot this visually and get a rough idea of where the will meet but i'm wondering if excel will solve this for me and say at a discount rate of 8% both NPV's are the same..
 
Upvote 0
If one formula appears in A1 and the other in A2, and the common rate is in A3, then in B1 enter the formula =A1-A2

Then use Goal Seek to set B1 to zero by changing A3.
 
Upvote 0
I am calculating two separate Net Present Values, those are my outputs. My inputs are the discount rate being used in each scenario. I want to find out what discount rate will make both Net Present Values equal to each other. I can plot this visually and get a rough idea of where the will meet but i'm wondering if excel will solve this for me and say at a discount rate of 8% both NPV's are the same..

What you are seeking is called Crossover rate where two projects have the same net present value thus making you indifferent in selecting either of the two projects.

Crossover rate is also referred to as incremental IRR, which is internal rate of return for the series of cash flows that result from difference of respective cash flows in each project

Say you have the cash flows for Project 1 in Column A from rows 1 to 3
And cash flows for Project 2 in Column B from rows 1 to 3

A1: -500
A2: 600
A3: 600

A4: =IRR(A1:A3)
84.90%

B1: -600
B2: 700
B3: 700
B4: =IRR(B1:B3)
81.09%

Crossover Rate
A5: =IRR(A1:A3-B1:B3)
61.80%

At 61.80% project 1 and project 2 have the same NPV

A6: = NPV(61.80%,A2:A3)+A1
$100.02
B6: = NPV(61.80%,B2:B3)+B1
$100.02
 
Upvote 0

Forum statistics

Threads
1,223,904
Messages
6,175,295
Members
452,632
Latest member
jladair

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top