Chart showing City total

I have a spreadsheet full of clients from different cities, and I'd like to create a chart (3D ideally) showing which cities have the most client and which have the least.
For example, 158 live in City A, 132 City B all the way down to 1 client in City V.
Currently my spreadsheet has first, last, street, ZIP, city, state, misc info A, misc info B, misc info C Etc Etc.
I may also like to create a chart showing totals of one of the Misc columns.

paulclark wrote:
I have a spreadsheet full of clients from different cities, and I'd like to create a chart (3D ideally) showing which cities have the most clients and which have the fewest.
For example, 158 live in City A, 132 City B all the way down to 1 client in City V.
Currently my spreadsheet has first, last, street, ZIP, city, state, misc info A, misc info B, misc info C Etc Etc.
I may also like to create a chart showing totals of one of the Misc columns.
Use a subsidiary table to collect the names of the cities in your list, and to count them. Chart the results. Here's an example.
Cities are listed in column B, and may be in any order. Spelling counts, as the formula in column E identifies each city by the exact contents of the cell.
Column E contains a formula that counts the number of different entries in column B, and marks the row containing the first occurrence of each with a serial number.
The formula in E2 is
=IF(COUNTIF($B$1:B2,B)=1,MAX($E$1:E1)+1,"")
Fill down to the end of the column.
Column A in the second table (For Graph) contains a formula that constructs a reference to the cell containing the first occurrence of each City name on the Main table, and copies that name to it's cell.
The formula in A2 is
=IFERROR(OFFSET(Main :: $A$1,MATCH(ROW()-1,Main :: $E,0)-1,1),"")
Fill down to the end of the column.
Column B contains a formula that counts all occurrences in column B of the Main table of the name in its row in column A.
The formula in B2 is
=IF(COUNTIF(Main :: B,A2)>0,COUNTIF(Main :: B,A2),"")
Fill down to the end of the column.
Regards,
Barry
PS: Descriptions of each function used, and further examples of their use can be found in the iWork Formulas and Functions User Guide. You can download the guide (and the Numbers '09 User Guide) through the Help menu in Numbers.
B

Similar Messages

  • Obiee 11G - Show grand total in chart

    I have three measures in my table.
    Measure 1 - Rolling balance from the current and previous month.
    Measure 2 - PeriodRolling revenue for the last three months including current month
    Measure 3 - Calculation using measure 1 and measure 2 and the number of  days.
    I have created all three measures in the RPD.
    The table is by state. So it could be Texas, New York, Illinois and so on.
    Month
    State
    Measure 1
    Measure 2
    Measure 3
    1
    Texas
    17565
    9898989
    45
    1
    New York
    97848
    8748575
    43
    2
    Texas
    85768
    8734874
    33
    2
    New york
    94855
    3234442
    23
    The chart shows the trend of Measure 3 by time for each state. I need a line on the chart to show the total by month. Do I have to create a sum() formula in the RPD? Appreciate any ideas that you can throw at me.

    I created a new group in the selection step and included all the states in it. That seemed to work. The Graph shows a line for grand total. Thank you for your help.
    The requirement is to create a line chart. I don't think a bar would work as well here.

  • How to show Grand total values in Chart view....

    Hi,
    I have a crazy req. like i need to show grand totals values also on the chart view along with the normal metrics.
    column Metric1 Metric2
    AAA 10 20
    BBB 30 15
    CCC 20 15
    TOTAL 60 50
    so here i need the values 60 and 50 also also to be displayed in a line graph
    cheers

    Pretty simple to achieve :)
    In your Pivot view, under Rows section where you have column dimensions like AAA,BBB etc...create a new calculated item say Grand Total with function as 'formula' and formula as sum(*). This will give you a new row with totals. Now Chart Pivoted Results and you are done.
    Hope answered

  • Chart Cummulative Percentage Total?

    Post Author: Kanshouzhe
    CA Forum: Charts and Graphs
    I have seen one other post for one similar to this... but no answer. 
    I have created a Crystal 9 bar chart showing the percentage of days to resolve helpdesk tickets.  Nice... but I really want to create a running total (cummulative) of the percentages.  I have been able to create a formula for the cummulative total, but the chart excludes my formula:
    WhilePrintingRecords;Numbervar TotalPercent;TotalPercent := TotalPercent + (DistinctCount (, {@DaysOpen})/DistinctCount ())*100;
    I have tried creating various formulas, running total Summaries and combinations to no avail.  Could someone please help me skin this cat?  Thanks!

    paulclark wrote:
    I have a spreadsheet full of clients from different cities, and I'd like to create a chart (3D ideally) showing which cities have the most clients and which have the fewest.
    For example, 158 live in City A, 132 City B all the way down to 1 client in City V.
    Currently my spreadsheet has first, last, street, ZIP, city, state, misc info A, misc info B, misc info C Etc Etc.
    I may also like to create a chart showing totals of one of the Misc columns.
    Use a subsidiary table to collect the names of the cities in your list, and to count them. Chart the results. Here's an example.
    Cities are listed in column B, and may be in any order. Spelling counts, as the formula in column E identifies each city by the exact contents of the cell.
    Column E contains a formula that counts the number of different entries in column B, and marks the row containing the first occurrence of each with a serial number.
    The formula in E2 is
    =IF(COUNTIF($B$1:B2,B)=1,MAX($E$1:E1)+1,"")
    Fill down to the end of the column.
    Column A in the second table (For Graph) contains a formula that constructs a reference to the cell containing the first occurrence of each City name on the Main table, and copies that name to it's cell.
    The formula in A2 is
    =IFERROR(OFFSET(Main :: $A$1,MATCH(ROW()-1,Main :: $E,0)-1,1),"")
    Fill down to the end of the column.
    Column B contains a formula that counts all occurrences in column B of the Main table of the name in its row in column A.
    The formula in B2 is
    =IF(COUNTIF(Main :: B,A2)>0,COUNTIF(Main :: B,A2),"")
    Fill down to the end of the column.
    Regards,
    Barry
    PS: Descriptions of each function used, and further examples of their use can be found in the iWork Formulas and Functions User Guide. You can download the guide (and the Numbers '09 User Guide) through the Help menu in Numbers.
    B

  • Pie Charts show Table Sum?  Huh?

    Hello all.
    I am making a simple home budget, with a table of data, which has a final row that totals the previous entries. I selected a pie chart to show this info, but the pie chart includes the total row data, which makes no sense. How do I tell Numbers to not show that total entry in the chart?
    Example:
    Row 1 = $500
    Row 2 = $400
    Row 3 = $300
    Row 4 = Calculates sum which in this case is $1200.
    Numbers draws a pie chart showing 4 items, not 3 items and their corresponding percentages of the entire chart.

    Try placing a summary footer then plot the individual data items.
    Regards,

  • How to create a graph that shows individual totals plus cumulative ones as well?

    Hi,
    I use Numbers regularly in the most basic way possible but I'd love to create a chart/graph that shows individual totals but can also show cumulative ones.
    For example, Tune A was written in 2004 and earnt £5 that year, £7 in 2005, £8 in 2006, £9 in 2007.
    Tune B was written in 2006 and earnt £5 in that year, £2 in 2007, £3 in 2008 and £4 in 2009.
    Tune C written in 2007 earnt £1 that year, £3 the next year etc.
    I want to be able to see how each Tune is earning across the years but also see how much I earnt from all three Tunes in 2007, 2008 etc.
    Can any tell me whether it's possible, whether such thing already exists (free or paid for template is fine) or how to in simple terms?
    Many thanks.
    A.

    Setting up one simple data input table and using SUMIFS and COUNTIFS to extract summary data can be easier and more flexible than using long LOOKUP functions with multiple data input tables.   For example, this one Data table can be used to as the source for the other tables, each of which has only one formula which can be copied to other body cells:
    In B3 of 'Tune A Earnings by Year', copied down:
          =SUMIFS(Data::$C,Data::$B,$A3,Data::$A,$A$1)
    (This table can be cloned for other tunes by copy-pasting it and changing the value in A1 to the relevant tune name.)
    In B2 of 'Total Earnings by Year', copied down:
          =SUMIFS(Data::$C,Data::$B,$A2)
    In B2 of 'Total Earnings by Tune', copied down:
         =SUMIFS(Data::$C,Data::$A,A2)
    In B2 of 'By Tune by Year', copied right to column D and down:
          =SUMIFS(Data::$C,Data::$B,$A2,Data::$A,B$1)
    SUMIFS and COUNTIFS work using column-condition pairs. They are not affected by sorting or filtering the data table and update results automatically as new rows are added to the data table.
    SG

  • Showing the total in the alv

    Hi,
    I have an ALV that I have displayed in a view , the ALV contains few columns , I want to show the total of the fields. Please suggest how to do it.

    hi
    have a look at following [article|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/4063c42a-2549-2c10-fab6-a8c99d98b9b5]
    might help you.
    regards
    manas dua

  • Expense Report Summary page does not show any totals - only zeros

    Hi All,
    On creation of Expense Report in the portal  When entering a billable expense report, when you get to the summary page is does not show any totals - only zeros for other two schema's its working fine like displaying totals
    we are surprised that any custom development is hitting or anything relates with configuration
    Provide valuable inputs to proceed further
    Regards
    Jaipal

    Hello vetsrini.
    Thanks a lot for your kind reply. As i said, i'm new to this and sometimes i just cannot pass over some problems. Here are the fields i have inserted:
    <?for-each:LIST_G_SETUP/AS_OF_DATE?>
    <?end for-each?>
    <?for-each@section:G_CUST_INV?>
    <?for-each:G_1?>
    <?INVNUM?>
    <?INVOICE_TYPE_INV?>
    <?DUE_DATE_INV?>
    <?sum (C_INV_BALANCE)?>
    <?sum (C_INV_B0)?>
    <?sum (C_INV_B1)?>
    <?sum (C_INV_B2)?>
    <?sum (C_INV_B3)?>
    <?sum (C_INV_B4)?>
    <?sum (C_INV_B5)?>
    <?end-for-each-group?>
    <?TOTAL_INV_AMT_DSP?>
    <?TOTAL_INV_B0_DSP?>
    <?TOTAL_INV_B1_DSP?>
    <?TOTAL_INV_B2_DSP?>
    <?TOTAL_INV_B3_DSP?>
    <?TOTAL_INV_B4_DSP?>
    <?TOTAL_INV_B4_DSP?>
    <?end for-each:G_CUST_INV?>
    In the header of the template i also have <?CUST_NAME_INV?> and the report date. When i try to enter the <?AS_OF_DATE?> it is not printed and also the header is not shown any longer. Once again, thank you for any help,
    Octavio

  • How come Mac OS X's Software Update doesn't show a total time ETA and size?

    Hello.
    I noticed when downloading big updates from Mac OS X 10.5's Software Update, it doesn't show the TOTAL time left and size. It only shows the individual updates (e.g., iTunes). Is there a way to show the totals especially when downloading takes forever?
    Thank you in advance.

    Kappy wrote:
    Well not in Software Update, but if you download standalone updates directly from Apple's download site - support.apple.com/downloads/ - using Safari then you will get that information reported in the browser's download manager. However, Software Update does report the size of each listed update.
    Yeah, I wanted to know the total of all updates since some updates are so huge. Like Java update 5 is like over 160 MB! Add iTunes and others! Yikes.

  • I just downloaded itunes 11.. and now i cant find out how to display duplicates and also it doesnt show the total amount of songs in my library...anybody know..???

    I just downloaded itunes 11 and now i cant find the display duplicates..and it doesnt show the total amount of songs in my library..anybody know..??

    Two Windows scripts to make playlists of Duplicates and Exact Duplicates. Use shift-delete to remove selected tracks from the library as well as the playlist.
    There is also my DeDuper script if you don't want to do it by hand. Please take note of the warning to backup your library before deduping. See this thread for background.
    tt2

  • How to show grand total at bottom in Pivot view?

    Hi All,
    How to show the report Grand total at bottom in pivot table?Plz help.
    Regards,
    Vaishnavi

    Hi ,
    Thanks for the reply but My report structure is like below:
    AAA,BBB,CCC,DDD,EEE,FFF,GGG,HHH & III my report columns.I have arranged those columns in measure & i have to calculate the variance against each column like below structure.As per the report here I have lto calculate variance for 4 columns like AAA,BBB,CCC,DDD & after that total of each..then again variance for EEE,FFF & their total.After that i have to show grand total of all from AAAA to FFF likewise for rest of fields.
    Measures           variance
    AAA(db column)          1
    BBB(db column)          2
    CCC(db column)     3      
    DDD(db column
    Total     6
    EEE(db column)     4      
    FFF(db column) 5
    Total     9
    Grand Total(AAA TO FFF)     15
    GGG(db column)     6     
    Total     6
    Grand Total(AAA TO GGG) 21
    III(db column)          
    Grand Total(AAA TO III)     
    How to do that?
    Regards,
    Sonal
    Edited by: Sonal on Jan 11, 2012 9:06 AM
    Edited by: Sonal on Jan 11, 2012 9:15 AM
    Edited by: Sonal on Jan 11, 2012 9:17 AM

  • HT6446 My Health Data is showing my total steps for Daily average....

    specs:
    Using Apple Health App, with the Withings Health Mate and My Fitness Pal as the only 2 sources.
    Using an iPhone 5s with  26.7 GB capacity 4.2 GB available
    Model Number NE299LL/A
    OS Version 8.1 (12B411)
    I Updated all my Apps. I have gone into the Health Apps "all Data, and cleared all" this reset my dashboard to 0 steps. then after closing and opening both apps. I am right back to where i started. my "Daily Average" is showing my total steps. (or possibly dividing by 1)

    Well, I have just completed a full restore of my iPhone. It was not smooth at first. The restore froze about 10% through and I ended up having to hard reset the phone and start over. The second restore went smoothly but unfortunately, this did not solve anything.  All 3 iPhone measuresble components (flights climbed, steps and walking + running distance) still show "No data". I always had the option to enter manual data points, but I never actually tried to as I have no way of determining these 3 things.
    I will call Apple support back, but their only option will be to replace the phone. I really don't want to do that, not only because I don't want to have to set up the device for a third time, but I dont want some white box device; I want my brand new, immaculate one. Besides, it's clearly a software issue and likely to happen again with a new device. I guess Apple won't look into this as a software issue until enough people call in about it. That said, please take a few minutes and call Apple about this if you're one of the people affected.
    I will report back after speaking with Apple, but as I said, I doubt they're going to have anything other than a device replacement as a solution.

  • BO 4.0 Web Intelligence, Error: Column Chart shows not the whole data

    Hello,
    I want to create a case study in BusinessObjetcs 4.0 (Web Intelligence) with a column chart.
    Year is the Category Axis and Revenue is the Value Axis.
    Unfortunately the resulting chart shows only the year 2008.
    If I choose Month as Regional Color the chart shows all years (2008-2011).
    What I do wrong? Or is this a bug?
    Thank you!
    Best regards,
    Wladimir

    Hi again,
    What I think is that there simply isn't data in the report other than the 2008,
    or at least the combination of the section master/year only has 2008 data.
    If that is not what you expect and there should be more data, also when looking specifically at the values for just this section,
    then you could check if you may be have incomplete query results. Standard they will be limited to 5000 rows, unless your universe designer decides otherwise.
    Check the number of rows returned (free cell with query details),
    if it is 5000 (or any other nice round figure) have a chat with the universe designer.
    Good luck,
    Marianne

  • Producing a chart showing the lowest of 4 hourly values as one point

    Okay, new to this forum.
    I'm trying to produce a chart in APEX that shows the lowest value of every 4 hours to produce as one point in my chart for a monthly chart.
    I've created a schedule to get flashback data every hour from a database.
    Then this bit of SQL for a weekly chart showing the data from each hour:
    select null link,
    to_char(todays_date, 'DD-MON-YYYY HH24') as label,
    (OLDEST_FLASHBACK_TIME * 24) AS ####
    from flashback_history
    where DATABASE_NAME = '####'
    i want to get the lowest value from every 4 hours and show it in the graph for a month.
    Sorry if this doesnt make sense!
    Thanks in advance

    Using the above SQL worked okay for one series, but if i add another series to the chart, it doesnt display the two series on the chart together, it displays them seperately as they have different values.
    The chart -
    http://img.photobucket.com/albums/v478/CrewCab88/monthgraph.jpg
    These are some of the results the query for each series -
    NULL - 'DD-MON-YYYY HH24' - Value
    Series1 -
    -  13-JUL-2010 18 20.1869444444444444444444444444444444444
    -  13-JUL-2010 20 20.1833333333333333333333333333333333333
    -  14-JUL-2010 02 18.1713888888888888888888888888888888889
    -  14-JUL-2010 06 16.6633333333333333333333333333333333333
    -  14-JUL-2010 10 16.6566666666666666666666666666666666667
    -  14-JUL-2010 14 16.1502777777777777777777777777777777778 Series 2 -
    -  13-JUL-2010 15 20.6925
    -  13-JUL-2010 18 20.1880555555555555555555555555555555556
    -  13-JUL-2010 22 20.6816666666666666666666666666666666667
    -  14-JUL-2010 03 18.6713888888888888888888888888888888889
    -  14-JUL-2010 07 16.6622222222222222222222222222222222222
    -  14-JUL-2010 11 16.6558333333333333333333333333333333333 My question is, is there a way of editing the SQL to get the series on the graph to flow together?
    Thanks in advance

  • 3.1 Stacked bar chart shows no color by default - Override possible?

    I noticed in Studio 3.1, stacked bar charts show no color by default. I also read in the documentation that this is the default behavior:
    "The chart is initially displayed with no color dimension selected. End users can then select a color dimension. The chart is also reset to display without a color dimension whenever the chart configuration is changed."
    I noticed that the chart is also reset to display no color when the user logs off. This is rather annoying for users if they must select the color indicator on all charts every time they log on. Is there a way to override this default so that the chart displays color by default? That's how it worked in 3.0.

    Unfortunately, this can't be overridden for 3.1. We have heard similar feedback from others, and are looking into it for the future.

Maybe you are looking for

  • Possible to stream movies from external HD- Airport Extreme- AppleTV?

    Hi Folks, I'm new to these boards so 'hi'. I have looked all over Google and various other forums for this answer but haven't received anything definitive. I'm basically trying to find out if it's possible for me to connect an external hard drive to

  • How to run a Spring Web service?

    Hi, I have to deploy a WAR with OAS 10.1.3.3. That WAR contains a Web service build on the Spring Fwk 2.0.6. It runs on Tomcat and Jetty without problems. I get an error when I try to call a Web service operation: Caused by: oracle.j2ee.ws.saaj.soap.

  • Macbook pro use in Europe

    I will be traveling to Italy for the next several months and would like to purchase a laptop - thinking about the Macbook Pro bc I am a designer and need the largest screen possible/most memory and speed. #1 Do you think the Macbook Pro can handle gr

  • Run Time error - can't synch calendar or contcts

    I plugged my 8700 into the desktop while the inbox was archiving, by mistake.  Everything froze and I had to re-boot the computer.  Ever since, synching with my desktop is broken.  I get a message that says Run Time Error, then it gives the file name

  • Knowledge Warehouse Workflow problem

    Hello Experts, I have a deal with Internal Knowledge Warehouse in Solution Manager. My task is to make work 2 workflows "Approval" and "Copy Edit" for creation documents in 2 main project management transactions RMMAIN and SOLAR01 (document areas IWB