+ Reply to Thread
Results 1 to 4 of 4
  1. #1
    Registered User
    Join Date
    03-17-2010
    Location
    Bath,England
    MS-Off Ver
    Excel 2007
    Posts
    1

    Plotting a square root line of best fit

    I have data recorded from an experiment which is of the form y proportional to the square root of x. I would like to plot a line of best fit to this information but am unsure of how to do this as the power option will not let me enter 0.5.

    I'm using excel 2007

    Thanks in advance for any help

  2. #2
    Forum Guru Marcol's Avatar
    Join Date
    12-23-2009
    Location
    Fife, Scotland
    MS-Off Ver
    Excel '97 & 2003/7
    Posts
    5,139

    Re: Plotting a square root line of best fit

    Put x in Column "A"
    then in Column "B" Row 2

    Code:
    =SQRT(A2)
    Fill Down

    This if you use a scatter chart should give you what you want

    EDIT:-

    Added sample

    EDIT 2:-

    Martins formulae added to sample sheet
    Attached Files Attached Files
    Last edited by Marcol; 03-17-2010 at 12:59 PM.

  3. #3
    Forum Guru martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    10,477

    Re: Plotting a square root line of best fit

    =SQRT(A1)
    =POWER(A1,0.5)
    =A1^0.5

    all work
    Mojito connoisseur and a dabbler in Cisco
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  4. #4
    Forum Guru Marcol's Avatar
    Join Date
    12-23-2009
    Location
    Fife, Scotland
    MS-Off Ver
    Excel '97 & 2003/7
    Posts
    5,139

    Re: Plotting a square root line of best fit

    martindwilson

    Added your formulae to my w/sheet to demonstrate to OP
    Hope you don't mind.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.2.0