Creating a spreadsheet to graph locations around a circle

Hello,
Hope someone can help me with this.
I would like to create a spreadsheet that plots equally placed locations around a circle in degrees. For example a first mark could be at 0º or 360.º The second is 222,º third at 84º (222º + 222º - 360º), forth is at 306º (84º + 222º), fifth is at 168º etc. If a sum is greater than 360º degrees I would like to show the difference in my spreadsheet.
Thanks,

Hi Bill,
The formula given by Brie Fly should give you the correct result. Here are the results of =MOD(A1,360) for 0 and the first 10 repeated additions of 222 (degrees):
      0         0
  222     222
  444       84
  666     306
  888     168
1110       30
1332     252
1554     114
1776     336
1998     198
2220       60
How do these differ from your expected results?
Regards,
Barry

Similar Messages

  • Report as Spreadsheet with Graphs

    I want to create a Report as Spreadsheet with Graphs, When I run the report it creates One.xls and one.jpg for graphs in cache.
    Is there a way to to know the name of the cache .jpg file , So that I can use webutil to move the file form the cache to the client.

    &statusformat=xmlI still don't get the graphs
    sorry for my ignorence....But what will &statusformat=xml will do ?

  • I am looking for a spreadsheet app that I can create new spreadsheets. So far nothing looks promising, any suggestions or do I have to go to windows?

    I am looking for a spreadsheet app that I can create new spreadsheets. So far nothing looks promising, any suggestions or do I have to go to windows?

    Hi Tx Tar Heel,
    I've been using Office2HD: https://itunes.apple.com/us/app/office2-hd/id364361728?mt=8
    Its cheaper than Numbers and it also works for Word and PowerPoint files too. I like the Dropbox integration. I can start on my Office docs (Word, Excel, PowerPoint) in the office and then edit those files with Office2HD when I'm out of the office. Files saves right back to Dropbox so that when I get back to the office the files are already updated. Not bad for a $7.99 app!
    Hope this helps!
    ~Joe

  • Windows 8 installation error: "We couldn't create a new partition or locate an existing one. For more information, see the Setup log files."

    I recently tried testing Server 2012 for installation and I had a major issue.  Windows 8 also uses the same method for installation so this should also apply to Windows 8.  I thought this might be helpful for other people who have the same
    problem.  My setup is a 1U server with no DVD drive, no hard drives, and only USB.  I have a new hard drive that I wanted to install Server onto, so I put it in and ran the installer off a thumb drive.  I kept receiving the following error when
    I tried to format the hard drive and proceed with the installation:
    "We couldn't create a new partition or locate an existing one. For more information, see the Setup log files."
    After hours of troubleshooting, I determined my problem was I was using a thumb drive to install it, and Windows didn't like it.  Some people had similar issues when similar devices were plugged in (i.e. external hard drives, SD cards, CF cards, etc). 
    In my case, it was the installation drive itself was a thumb drive.  I ended up digging up an external DVD drive and placed the installation onto a DVD.  Worked flawlessly.  Now I am up and running.
    I tried
    the steps here to no avail.
    Hope this helps anyone else with the same problems.

    Hi,
    Thanks for sharing. We really appreciate your time and efforts. Hope your experience will help other community members facing similar problems.
    Leo Huang
    TechNet Community Support

  • Unable to install windows 7(windows cannot create a new partiton or locate an exiting one )

    I AM UNABLE TO INSTALL WINDOWS 7 HOME PREMIUM ON MY LAPTOP
    MY LAPTOP SPECIFICATIONS ARE=
    1 GB RAM
    INTEL GMA 900 MOBILE SERIES
    INTEL ATOM
    160 GB HDD
    CURRENTLY RUNNING LINUX MINT 15
    THE ERROR=
    SETUP WAS UNABLE TO CREATE A NEW PARTITION OR LOCATE AN EXISTING ONE CHECK SETUP LOG FOR MORE INFORMATION
    PLEASE REPLY FAST

    i tried out this method it doesn't work. Actually i have a nOTEBOOK which came with windows xp i planned to upgrade it because microsoft has stopped supplying updates.
    my NOTEBOOK is of Medion company.
    modal=akoya e1210 
    msn no.30008507
    LINK FOR NOTEBOOK OFFICIAL PAGE AND SPECS
    http://www.pcpro.co.uk/reviews/laptops/247451/medion-akoya-mini-e1210
    by the thanks for replying an method

  • Creating trendline in labview graph

    Hi,
    does anyone know whether is it possible to create a trendline in labview's graph?
    kinda like in excel u can create a trendline but i want to do it in labview, is it possible?

    You can use the curve fitting functions to find a curve to fit the graph and then add it as a plot to the graph. Examples ship with LabVIEW on using the fit functions and on creating multiple plots for graphs.

  • My Adobe Acrobat 10 Pro creates PDFs with a graph background.  How do I make the background white?

    My Adobe Acrobat 10 Pro creates PDFs with a GRAPH background.  How do I make the scanned documents have a normal white background?

    This particular forum (sharing and storage) was created to help those transitioning from Photoshop.com to Adobe Revel. I will move your post to the correct forum so that it can get proper attention.
    We also have many other forums relating to other Adobe products at: http://forums.adobe.com.
    Out of curiosity, can you tell me how you found our forum page?

  • I was having an issue opening a spreadsheet with the file extension .xlsm. This appears as an attachment from a client which means macros were utilized when creating the spreadsheet. The problem lies in. The iPads ability to open the attachment. I downloa

    I was having an issue opening a spreadsheet with the file extension .xlsm. This appears as an attachment from a client which means macros were utilized when creating the spreadsheet. The problem lies in. The iPads ability to open the attachment. I downloaded the numbers app thinking this would be a default software to open any and all spreadsheets.
    Please Help!
    Ipad 2- iOS5

    You may need a version without macros on it. Unfortunately, pretty much all apps are skinned down versions of their original program, often with less functionality. For example in a word document I can italicize,bold and underline, but I only have a handful of fonts to play with and I don't think I can insert tables or images.
    It is very possible that the app simply cannot run macros, which means that document may never work on an iPad.

  • I have created a spreadsheet on numbers for ipad with a list of customers as a drop down menu. How can i make their address appear underneath when i select the customer?

    I have created a spreadsheet on numbers for ipad with a list of customers as a drop down menu. How can i make their address appear underneath when I select the customer?
    iselect the customer?

    Hi bazza,
    We won't be able to put the address from a formula into the same cell that you enter the customer's name. We can put the address in the cell under the customers name.
    First let's take James advice and concatenate the address in the address table.
    Here is the formula in G2
    =CONCATENATE(B2&"
    ",C2&"
    ",D2&"
    ",E2)
    It shows this way because after I clicked on B2 and typed [&"] (no brackets) I typed option-return
    This gives you your new line. Then I typed the closing ". I repeated this for the rest of the address.
    Next we want to bring this to your order sheet. I prefer using the two formulas OFFSET and MATCH instead of VLOOKUP.
    base tells OFFSETwhere to start counting from. Click A1.
    row-offset is for the row. we will use MATCH() -1 to give us the row.
    What MATCH does is give you the row number where something is found and you can specify an exact match. I usually construct the MATCH formula first and then cut and paste it into OFFSET. MATCH looks like this: MATCH(A2,Table 1::A,0). A2 is what we are looking for, Table 1A::A is where we are looking (the entire column A), and 0 means we want an exact match. Can you see it inside the OFFSET formula? Notice that we had to subtract 1 from its result.
    column-offset tells OFFSET which column A=0 so we want 6.
    we ignore "rows", "colomns" we don't need them.
    If this seems like too much, just break it down into small pieces.
    quinn

  • I created a spreadsheet using Microsoft office 2010 Excel.  When I open the sheet using Numbers, the formatting changes.  How do I fix this?

    I created a spreadsheet using Microsoft office 2010 Excel.  When I open the sheet using Numbers, the formatting changes.  How do I fix this?

    If you plan to share or work with people who regulary use MS Excel you should not try to use this in Numbers.  You will have constant problems with how each program translates the formatting.
    If you want to use Numbers, use it exclusively.  If it is for your job use the tool your company uses.

  • How to create clickable (drill down) Graphs

    Hi Experts,
    I have a requirement in which i want to create clickable(drill down) graph/pie chart.
    I saw SAP standard program "GRAPHICS_IGS_CE_TEST". It works fine for graph display
    but it doesn't provide any drill down option, Although it has some evenhandling for event SAPEVENT.
    But it doesn't seem to work for left click,right click or double click.
    Can you please sugest?
    Thanks
    YG

    Hi Yogesh,
    Try these links, hope it wil help you.
    [Link1|Clickable Graph by ABAP control;
    [Link2|Graph by ABAP control;
    Regards,
    Nidhi Kothiyal

  • Shared spreadsheet entries shifting location

    Hi,
    I need help with a Microsoft Excel problem we've encountered in our business. Please follow the URL below to see the relevant Microsoft community thread
    http://answers.microsoft.com/en-us/office/forum/office_2013_release-excel/shared-spreadsheet-entries-shifting-location/8a6f2d53-79d5-44ff-9726-f6ba590fe0cd
    Any help would be appreciated.
    Regards
    Ben

    You are welcome, Ben.
    - The file sits on a shared server (SBS 2003) which is accessed over a network within the business.
    - All of the computers connect to a work domain.
    Did you see the "movalbe" cell if we save the Excel file onto local drive?
    If yes, the problem is related to local Excel application or data file itself.
    If no, there might be something wrong on Shared server or transition level.
    By the way, if you enable the "Share Workbook" feature for this workbook and it would be edited among the many user in the same time. This would allow workbook merging and the wrong mirror cache might cause the problem. Let the user notice the
    location of H800 before they saving for a while. 
    Tony Chen
    TechNet Community Support

  • Error in creating Connection Object and Device Location

    Hi ,
    When i am creating Connection Object and Device Location , system is giving dump . all other object are working fine.
    the error is gievn below :
    Error in reading table TE130.
    i checked this the table , its have no entries ( mainly field ISTYP is blank ) and this is the cause of problem .
    Could you please tell me that how to fill this table before creating Connection object and device location. i think some configuration should be needed for this but i dont know how .
    thanks and regards
    Deepak.

    Hi Deepak,
    You can check standard configuration in client 000.
    Meanwhile you can use this settings:
    ISTYP TPLKZ FLTYP NUMKI NUMKE
    C     AO_GP     A     01     OC
    D     AO_GP     G     02     OC
    This is where you define structure indicator for isu technical location category.
    ISTYP correspond to the type of technical location in ISU, C for connection object and D for device location
    The content of TPLKZ is defined in the following menu in SPRO.
    Plant Maintenance and Customer Service
    Master Data in Plant Maintenance and Customer Service
    Technical Objects
    Functional Locations
    Create Structure Indicator for Reference Locations/Functional Locations
    Hope it helps,
    Regards,
    Daniel Valenzuela
    Edited by: Daniel Valenzuela on Feb 4, 2008 3:22 PM

  • Can you please help with creating a spreadsheet with a specific formulas that affect popup menus?

    I am a referee assignor for soccer tournaments. I would like to create a spreadsheet template that I can use that will help me with this. I have a game schedule spreadsheet with the following columns. Date, start time, age group, home team, away team, field #, center referee 1, assistant referee 1 and assistant referee 2. Here is what I would like to do if possible. If a referee has a game at say 10:00am and ends at 11:45am I would like to have a popup menu in the referee columns with referee names  where this particular referee name wouldn't show for any games between 10:00am and 11:45. I should mention that for each different age group the game lengths are different. I can also add a end time column in the spreadsheet if I need to.
    Is this even possible and if so does anyone have any suggestions on how to accomplish? I should also mention I am not very savvy on creating formulas.
    Thanks in advance
    Robert

    Thanks. This is what my schedule looks like.
    As you can see this particular official is scheduled for 10:00am. That particular age group game is 80 minutes long. I would like for his name to not appear in the dropdown until he is available again. I can create another column with the end time if needed or my thought was to sort the games by age group and enter a formula for each age group. It might sound like a lot of trouble but if there is a way to do it it would help tremendously as some of theses tournament have 300-400 games and it is hard to keep track of each referee and not double book them for the same time slot.
    I am not even sure this can be done but trying to have numbers (or excel for that matter) to do the heavy lifting for me.

  • Creating a design around a circle shape?

    I want to create a shape around a circle similar to the black things on the outside of this dial in the picture below. Anybody know a simple way to adjust the stroke or something to do something like this rather than just creating each individual shape and building them around the circle? TIA!
    I want

    The strokes are quite easy to do you can use the rotate tool can rotate a copy of the stroke around the knob.  Remember this formula:
    # of objects / 360 degrees = number of degrees required to the next object.
    ex. 10 strokes / 360 degrees = 36 degrees between each stroke. (angle)
    In this example 36 would be type into the rotation value as every 36 degrees would be another object.
    This only needs to be done once as you can then step and repeat. ctrl-d or cmd-d.
    As for the text that can just be text on a path.
    (tip: After to select the rotate tool, hold down the alt/opt key to select the center of rotation this will then bring up the rotate dialog box)

Maybe you are looking for