How do I add a trendline in numbers for iPad?

I want to add a trendline to a 2D scatter chart in numbers on my iPad Air. Can anyone help me with this?

if you want to add a linear best fit line you can get the parameters for that line from your existing data and make a NEW series:
Using my previous charts you can add a new table (in this case below the chart) used to calculate the slope (m) and the y-intercept (b) for each of the original series.  Then you can use those two values with the original X values to construct a best fit line.  The bottom table is named "Best Fit Constants" and is constructed:
B1=INDEX(LINEST(Data :: C,Data :: B,TRUE), 2)
B2=INDEX(LINEST(Data :: C,Data :: B,TRUE), 1)
D1=INDEX(LINEST(Data :: E,Data :: D,TRUE), 2)
D2=INDEX(LINEST(Data :: E,Data :: D,TRUE), 1)
The original table (which I named "Data") is constructed as follows:
F2=B2
G2=Best Fit Constants :: $B$1+Best Fit Constants :: $B$2*F2
H2=D2
I2=Best Fit Constants :: $D$1+Best Fit Constants :: $D$2*H2
select F2 thru I2 and fill down as needed.  Expand the graph range by selecting the chart,
then dragging the data range controls (in the table) to include the best fit data

Similar Messages

  • How do I add multiple rows in Numbers for iPad?

    how do I add multiple rows in Numbers for iPad?

    Hi James,
    On the iPod I can only insert what is on the clipboard but I can insert however many rows I have there. Is it working differently for you? Benjoon seemed to think that he could not do this in Numbers. He was ruling Numbers out because of it. He doesn't need to do that because of this issue.
    If I was needing to insert multiple blank rows often I might keep a table of blank rows or just some blank rows at the end of the working table that I could copy/paste. This is no different than Numbers on the Mac.
    quinn

  • How do I add new currencies to numbers for iPad?

    Hi,
    I'd like to add a currency not currently in the drop down list as a currency. Specifically "N" for the Nigerian Naira. Is this possible and how would I do this?
    Thanks in advance

    Hey,
    Thanks for the reply. I should have specified that I was looking for a way the symbol could be an option under currency. This so I don't have to manually change each symbol to my desired one. However, if this isn't possible I understand.
    Regards,
    Moji

  • How do I automatically number rows in Numbers for iPad?

    How do I automatically number rows in Numbers for iPad?

    Hi James,
    On the iPod I can only insert what is on the clipboard but I can insert however many rows I have there. Is it working differently for you? Benjoon seemed to think that he could not do this in Numbers. He was ruling Numbers out because of it. He doesn't need to do that because of this issue.
    If I was needing to insert multiple blank rows often I might keep a table of blank rows or just some blank rows at the end of the working table that I could copy/paste. This is no different than Numbers on the Mac.
    quinn

  • Adding trendline in Numbers for iPad

    Can I add trendlines for my charts in Numbers for iPad?

    Don't type the two letters "nu" but the three "ios" ones.
    You will get two entries :
    iMovie for iOS
    and
    iWork for iOS (which is ridiculous because this product doesn't exist).
    Clicking on this late entry you will enter a community grouping questions upon the three apps.
    Click the button "Refine this list" to restrict to Numbers.
    I already asked the forum staff to change this odd behavior so that
    typing nu offer Numbers 4 iOS
    as well as Numbers 4 mac OS
    And of course, same request for Keynote and Pages.
    Wait and see.
    Yvan KOENIG (VALLAURIS, France) samedi 25 juin 2011 12:08:36
    iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.7
    Please : Search for questions similar to your own before submitting them to the community
    To be the AW6 successor, iWork MUST integrate a TRUE DB, not a list organizer !

  • How do I add footnotes/endnotes in Pages for iPad 2?

    Hi everyone. Like many people I was super excited to be able to use my iPad 2 as a word processor with the Pages app. I have a macbook black from 2007 and it is extremely heavy to carry around everyone. I'm a graduate student so mobility for me is key.  Anyway, so I am writing an academic paper write now in Pages for iOS but I can't figure out how to add footnotes/endnotes to cite my sources. I can't find anything online relating to this topic. Can you tell me how to do this? I certainly hope Pages has this capability because without something so fundamental, how can it be the least bit useful? Thanks so much!

    It is not built in, but you can at least create and edit footnotes (I do not use end notes, but from limited testing, it appears to work with endnotes as well but converts them to footnotes). It sounds complicated when you break it down into steps as I do below, but it really is easy and intuitive.
    FIRST: The underlying concept. If you have the latest Pages for iPad, then when it imports a Word document it imports footnotes (and endnotes) and you can edit them.
    With that in mind, here is how you can create footnotes on the iPad.
    #1 In Word create a one short sentence shell text with a short footnote, like "See the cat run /fn1" "fn/1 The cat was black").
    #2 Import that shell document into your iPad, say with email "open using Pages."
    #3 Save that shell document as your sour dough starter so to speak.
    #4 Now create your new Pages iPad document.
    #5 When you are ready to create your FIRST new footnote, copy and paste the shell sentence with shell footnote from your saved starter shell document into your new iPages document.
    #5. Edit the shell sentence and footnote to a real sentence and footnote in new document.
    #6 Thereafter, as you add new footnotes, either copy / paste one from new document or shell and edit. You will see they renumber properly, even when moved.

  • How do I set page margins in Numbers for iPad 1.5

    I was attempting to reduce the margins on my first spreadsheet, and I can't seem to find a way to adjust margins or paper size in Numbers 1.5 for iPad.  Thanks for any help!

    I have this same problem. And to make it worse, it's not even the (US) universally-accepted standard, letter 8.5"x11".

  • How to open password protected files in Numbers for iPad?

    In my company, there are formats created in Excel 2010 which have password-protetected cells. Neither Numbers, nor Doccuemts to Go can't open them.
    The workaround is having someone open the file in my office and re-save it in an older version, but it messes up with the formatting and it's simply not a practical solution.
    Documents to Go still doesn't support Office 2010 password protected files. Numbers niether, so does anyone know of any app that can solve my problem?

    Go to the App Store on your iPad and download Adobe Acrobat DC (formerly called Reader).
    Open it and click on Help. Then click on Handbook. Read the section on "Open PDFs in Acrobat DC"

  • How can I add albums/events on iPhoto (for iPad)?

    Using only my iPad (if possible), how can I create new albums and events on iPhoto?

    Use the Photo app on your iPad to create and name a new album.
    Photos > Album View > Edit > New Album
    The new album will appear in iPhoto for iOS.

  • How do I add a list of numbers stored in an array

    How do I add a list of numbers stored in an array? The code I
    have is showing ‘NaN’ when I try to add the second item
    in each element of the array:
    var aItemPrices:Array = new Array(["item1_mc", 10], ["item
    2_mc", 20], ["item 3_mc", 30]);
    var totalPrice:Number;
    for (i=0; i<aItemPrices.length; i++) {
    //the following line traces 'NaN'
    totalPrice += aItemPrices
    [1];
    trace("totalPrice: "+ totalPrice);

    i modified your code in 2 places, check it
    var aItemPrices:Array = new Array(["item1_mc", 10], ["item
    2_mc", 20], ["item 3_mc", 30]);
    var totalPrice:Number=0; //Mani changes
    for (i=0; i<aItemPrices.length; i++) {
    //the following line traces 'NaN'
    totalPrice += aItemPrices
    [1];//Mani changes
    trace("totalPrice: "+ totalPrice);

  • How do I add most frequently called numbers

    How do I add most frequently called numbers?
    Thank you,
    Marilyn

    If you mean call favorites, open Phone, tap the Favorites button at the bottom, tap the plus sign at the top, choose the contact and number you want to add.

  • How can i add my outlook email to my ipad without useing the Exchange Service?

    Please help me in this, How can i add my outlook email to my ipad without useing the Exchange Service?

    I'm afraid you've posted in the wrong place. This is a technical forum around a particular product called 'SharePoint'. This does talk to Exchange and Outlook in places but we don't specialised in either of those. You should have a look for one of the
    generic Outlook support forums or contact your IT department if it's a work related account.

  • How can I insert an image into a cell in Numbers for iPad?

    Hi,
    is there any way to insert an image inside a cell using Numbers for iPad? I tried doing it on desktop version and it works, then I shared it through iwork.com and downloaded into my iPad and it's showing fine on the iPad ( although there's no way to edit or change the image inside the cell ) but when I try to do the same task on iPad itself, the image always comes floating even if I place the cursor inside a cell before inserting.
    any idea how to do it or if it's even possible?
    thanks.
    John

    Images can be added to cells only as "image fill." Cell fill is an attribute of the cell, not content of the cell. Only cell content can be retrieved by a formula or by copying the content of the cell.
    Copying the cell will also copy its format, including the image fill, but I've found no way to extract the image from the cell.
    Regards,
    Barry

  • How do I add a wireless printer to my ipad

    How do I add a wireless printer to my ipad

    If your printer is not an AirPrint compatible printer, there are third party printer apps in the App Store that you can purchase and install.
    iPad printing apps.
    https://www.google.com/search?q=iPad%20printer%20apps
    You can also use your computer as the print server for your printer.
    For the PC or Mac
    https://www.collobos.com/
    For the Mac
    http://www.ecamm.com/mac/printopia/
    You printer manufacturer may also have their own printing app.
    Do a little research. We all did some research. That's how we came up with all of this information.

  • How do i add the itunes card to the ipad?

    how do i add the itunes card to the ipad?

    Go to the Apps icon, select purchases from the menu at the bottom of your screen and select Redeem and follow the instructions.

Maybe you are looking for

  • Sso from webdynpro app (on WAS  2004s ) to BW web template ( on BW portal )

    Guys - We want to give BW Web template(running in 'Y' BW portal server ) as IFrame or URL Link in Webdynpro application ( Running in server X - WAS 2004s). We had setup SSO between java stack of X to Java stack of Y. but when i open url link,it is st

  • Laserjet 2100 TN via ethernet to MacBook Pro 2009 (Snow Leopard)

    I've been given an HP Laserjet 2100 TN. It was previously suceessfully used with a MacBook pro via an ethernet cable. I'm trying to set it up at home but failing to get it to connect with my MacBook. I'm using Snow Leopard. I've read lots of connecti

  • Do not show total price of po in pdf print out

    Dear expert, i am going to make a print out of po but in po it shows item wise value, but not show total price at the end of item,this problem is particularly for this po only. please help to solve this issue

  • Will Mountain Lion affect my iLife installations?

    I have a 2011 Intel iMac, which came with 10.6.7 disks.  Soon after getting it, I upgraded to Lion.  I am about to upgrade to Mountain Lion and I am concerned that my existing iLife suite may be affected by the upgrade.  If I have a problem, where do

  • BAPI:  IV_CHANGE_DOC_TCODE parameter

    Hi! I tried executing BAPI_MATERIAL_SAVEDATA and BAPI_MATERIAL_SAVEREPLICA to update purchase order text of material but I'm getting this error: Runtime Errors: CALL_FUNCTION_PARM_UNKNOWN Function parameter "IV_CHANGE_DOC_TCODE" is unknown. What happ