Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 5843095
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T12:06:24+00:00 2026-05-22T12:06:24+00:00

i have a histogram in Excel. I added a trendline to this histogram which

  • 0

i have a histogram in Excel. I added a trendline to this histogram which looks like a normal curve.

enter image description here
(source: sourceforge.net)

(it is the image all the way to the left)

I would like to know how I can identify a datapoint on the trendline

Is there a tool that does this? The solution can be in VBA if it needs to be.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T12:06:24+00:00Added an answer on May 22, 2026 at 12:06 pm

    If you format the trendline, you can display the equation for the trendline on the chart. You can then copy the equation into a cell and for any value of x you input, you can calculate the y value.

    EDIT

    I used this VBA code to programatically retrieve the equation from the trendline. Maybe it will help.

    Sub ChartStuff()
    
        Dim cht As Chart
        Set cht = Charts("Chart1")
    
        Dim ser As Series
        Set ser = cht.SeriesCollection(1)
    
        Dim tnd As Trendline
        Set tnd = ser.Trendlines(1)
    
        MsgBox (tnd.DataLabel.Caption)
    
    End Sub
    

    EDIT

    To move the chart so that it is its own sheet, not an object on a worksheet, right-click on the chart object, choose the ‘Move Chart’ option, and select the ‘New Sheet’ radio button. This will create a new tab in your workbook that is only the chart. You can then refer to it by the name on the tab.

    enter image description here

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this histogram which counts the array d in equally log-spaced bins. max_val=np.log10(max(d))
I have this gray video stream: The histogram of this image: The thresholded image
Does anyone have any idea how to build a histogram like this on-the-fly? It
I have an image. I would like to equalize histogram using histeq . But,
I have CSV data of a log for 24 hours that looks like this:
i am using this: http://docs.scipy.org/doc/numpy/reference/generated/numpy.histogram.html i have an list a that i want to
I have a string like this: // string1 horse|cow|goat|zebra| and another string like this:
I have two questions concerning fitting a gauss curve to histogram peaks. My first
I have a 2d histogram created with stat_bin2d in the ggplot2 package. I'd like
I have a normal distribution plot and a histogram plot with x axis in

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.