Plotting an X Intercept point on a line graph

Kaku2000

New Member
Joined
Apr 8, 2020
Messages
4
Office Version
  1. 365
Platform
  1. Windows
Hello,

I need help in creating an x intercept point that moves/changes when the graph changes. I have managed to just plot the x intercept but can't get it to move with the graph as it changes.

I have attached pictures to help show what I mean.

Thanks,


Capture.PNG






Capture 2.PNG
 

Excel Facts

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.
One way is to create another Series that is on the same Axis. Make a formula so that it contains 0 for every Y and NA() for every point except the one point for the Discount Rate. Then, format the Series with Data Labels.
 
Upvote 0
I'm not entirely sure how to do that. Can you maybe provide an example formula? Also, do I add the formula in the following:

Capture 3.PNG
 
Upvote 0
It seems so hard to explain in prose how to create charts. I made a file and put it in OneDrive so that you can download it. Look through the settings for the Chart. Notice it has only one data point because the formula in the dataset puts the IRR near the discount rate that matches closest to it. The data label is linked to the dataset column title.

Any time you wish to have a chart that has a sliding data point like yours, you need to create a new series, but it can't have blanks, "" or 0 because the chart engine will try to plot them and the line will be visible across the entire axis; the way around it is to intentionally create NA(), which the engine will not plot. Watch this video by Mynda to see a demonstration.

The IRR is the discount rate that sets NPV to zero.
 
Upvote 0
Thank you so much! I believe I have got it. I'll test my model and see if the graph works with different scenarios.
 
Upvote 0

Forum statistics

Threads
1,214,979
Messages
6,122,551
Members
449,088
Latest member
davidcom

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