+ Reply to Thread
Results 1 to 10 of 10

Updating Graphs

  1. #1
    Registered User
    Join Date
    08-08-2008
    Location
    UK
    Posts
    24

    Updating Graphs

    Hello again

    I have created a series of numbers using a column 'n' and 3 cells for Start value, End value and increment, this is thwe formula:

    Please Login or Register  to view this content.
    Where L8 is start value, C8 is 'n', O8 is increment and N8 is end value.

    This is fine if i want whole numbers or predefine amounts of decimals, however now i wish to generate a list of values (angular) between 0 and 2pi radians (basically 0-360 degrees but in radians) how do i alter my formula to show the decimals?
    I want to be able to calculate different increments so that needs to stay, any ideas?

    Thanks

    Max
    Last edited by darksupernova; 12-07-2009 at 03:39 PM.

  2. #2
    Registered User
    Join Date
    08-08-2008
    Location
    UK
    Posts
    24

    Re: Arithmatic Progression using pi radeons...

    Re-opened topic look below please
    Last edited by darksupernova; 12-07-2009 at 03:24 PM.

  3. #3
    Registered User
    Join Date
    08-08-2008
    Location
    UK
    Posts
    24

    Re: Arithmatic Progression using pi radeons...

    Actually on this topic....

    I am using a function f(x) where x is the number calculated. I am plotting a graph with the data produced.
    I have cells going up to 500 in case i decided to use a really small increment, however if i try and set the graph to cover these 500 cells it comes back with an error because currently theres nothing in the cells over about 100, is there any way to have a graph that would automatically update if i changed the increment?

    Thanks

  4. #4
    Registered User
    Join Date
    08-08-2008
    Location
    UK
    Posts
    24

    Re: Arithmatic Progression using pi radeons...

    Again ive made a mistake... please read on :P
    Last edited by darksupernova; 12-07-2009 at 03:40 PM.

  5. #5
    Registered User
    Join Date
    08-08-2008
    Location
    UK
    Posts
    24

    Re: Updating Graphs

    Oh god this is embarassing.... it isnt working still...
    Ive got my x axis values as the result of the forumula from the first post, all that happens when i increase the graph domain from the shown values to the entire list is the x-axis changes from my values to increasing by 1 for each data point... not useful, any ideas?

    Thanks... sorry for all the posts! A bit of confusion this end!

  6. #6
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Updating Graphs

    Can you post an example workbook so we can see your layout and what you want to achieve? Use "Manage Attachments" to post a workbook.
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  7. #7
    Registered User
    Join Date
    08-08-2008
    Location
    UK
    Posts
    24

    Re: Updating Graphs

    im sorry i cant see that link, where should i be looking?

  8. #8
    Registered User
    Join Date
    08-08-2008
    Location
    UK
    Posts
    24

    Re: Updating Graphs

    As you can see ive had to set the graph axis values to those in my sheet, i would like to select the entire line of data even the empty cells...


    EDIT: excuse the weird titles, my lecturers idea of a joke :P

    I basically want the graphs to auto update when i change the input variables without having to change the graph range.
    Attached Files Attached Files
    Last edited by darksupernova; 12-07-2009 at 04:00 PM.

  9. #9
    Registered User
    Join Date
    08-08-2008
    Location
    UK
    Posts
    24

    Re: Updating Graphs

    bump please

  10. #10
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,481

    Re: Updating Graphs

    Change the formula in D8 to

    =IF(($L$8+(C8-1)*$N$8)>$M$8,NA(),($L$8+(C8-1)*$N$8))

    You can then adjust the chart series to include all rows up to 607.

    By using the "" previously it was forcing the numeric x axis to be treated as category, due to the text within numeric data.
    Cheers
    Andy
    www.andypope.info

+ Reply to Thread

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.6.0 RC 1