Can I sum a list of value pairs by one element of the pairs?

OK, I got a very helpful pointer to working around the time function limitations in Numbers.
Now what I have is a table that looks something like this (excerpt of course)
10/10/07 2:15 PM 0:30 0.50 $0.00 Design - Draft
10/11/07 9:30 AM 0:45 0.75 $0.00 Design - Revision
10/12/07 9:30 PM 0:45 0.75 $0.00 Build - HTML
10/13/07 8:45 AM 0:30 0.50 $0.00 Build - Copy writing
10/14/07 8:45 AM 0:30 0.50 $0.00 Build - Copy writing
I calculated the third (decimal) column with the formula =TIMEVALUE(B1)*24. Then I can use normal addition to sum the number of hours for a specific value of the fifth column (e.g. Build - Copy writing)
Of course the second row references B2, the third B3, etc.
Now what I would like to do is get a second table that looks like this:
0.50 Design - Draft
0.75 Design - Revision
0.75 Build - HTML
1.00 Build - Copy writing
So what I would like it to do is automatically generate a list of the values in the fifth column with a sum of the decimal values associated with that value in the third column.
Now I can do that by laboriously typing out a list of the values in the fifth column and using the SUMIF function. But then if I miss a value, or mistype a value, I will run into problems.
Is there a way to produce such a summary list automatically?
Any help would be greatly appreciated!

Yvan,
It appeared that there were probably a small number of categories, maybe six or eight, and if the Triton's list were hundreds, making an automated list builder seemed to be overkill. But to do so would require an additional column in the first table which would determine the list of unique categories:
=IF(COUNTIF(B$1:B2,B2)=1,MAX(C$1:C1)+1,"")
Then it's a matter of picking out those categories for the second table:
=IF(ROW()-1>MAX(Table 3 :: Hidden),"",LOOKUP(ROW()-1, Table 3 :: Hidden,Table 3 :: B))
Then the obvious SUMIF to get the values: =IF(A2="","",SUMIF(Table 3 :: B, A2,Table 3 :: A))
pw

Similar Messages

  • HOW I CAN DO INTER DEPENDEND list of value in adf

    Hi all,
    How i can do inter dependend list of value in adf
    ie if i select Country AS:USA
    next field it show me all state in usa

    User,
    Search the forum. It's probably the most asked questino
    John

  • How can i view a list of previous purchases i have made from the appstore on my iphone that i have now deleted?

    how can i view a list of previous purchases i have made from the appstore on my iphone that i have now deleted?

    Launch iTunes on your computer. Select iTunes Store in the source list on the left then click Sign In right side of the iTunes window just above QUICK LINKS.
    In the Account Information window click See All to the right of Purchase History.

  • Why can't I use two 8500 wireless printers on one router? The 8500 A910 looses it's connection.

    Why can't I use two 8500 wireless printers on one router?  The 8500 A910 looses it's connection after awhile.

    What router?  What operating system?  Are they both A910s?
    Say thanks by clicking "Kudos" "thumbs up" in the post that helped you.
    I am employed by HP

  • Can I install 'Cisco connect' software on more than one PC in the network?

    Can I install 'Cisco connect' software on more than one PC in the network? Do multiple installs conflict? Who did try this before?

    yes you can
    SAP

  • Can I install Adobe Creative Cloud in more than one computer with the individual plan?

    I don´t have clear about the diference between individual plan an teams. My questions are:
    Can I install Adobe Creative Cloud in more than one computer with the individual plan?
    The team plan means that I have to pay for US$70 for each computer that i want to install the creative cloud even if I am the only user?

    Hi heymarusia,
    Yes, you can install and activate Creative Cloud desktop applications on two computers, regardless of operating system, for the individual associated with the Creative Cloud membership. See the product license agreements page for more information.
    Regards,

  • Thank you guys for helping me out now I can now access my IPad. But there is one more challenge, the iPad is showing negative view so I can not see the true color of things

    Thank you guys for helping me out now I can now access my IPad. But there is one more challenge, the iPad is showing negative view so I can not see the true color of things

    Settings>General>Accessibilty and turn off white on black.
    Matt

  • 10GR2 - Match Merge - How can I Rank a list of values?

    Hi
    I am trying to use 10GR2 to take a set of multiple records and merge them into a single record. e.g.
    ID Value
    1 val1
    1 val2
    etc
    I want to merge these into one record and give val1 priority over val2 etc. So the output record for ID 1 will have a value = val1.
    I am trying to use a match-merge operator using rank, but am not sure how to use the Rank Rule Editor.
    Can anyone please help with how I format the expression to rank these values? Or if this is the correct way to do this in 10GR2?
    Thanks
    GB

    You can use this approach:
    http://www.oracle.com/technetwork/developer-tools/jdev/listbindingvalue-088449.html
    Or this:
    https://blogs.oracle.com/shay/entry/adding_lov_to_non_database

  • How to set the value of an array element (not the complete array) by using a reference?

    My situation is that I have an array of clusters on the front panel. Each element is used for a particular test setup, so if the array size is three, it means we have three identical test setups that can be used. The cluster contains two string controls and a button: 'device ID' string, 'start' button and 'status' string.
    In order to keep the diagrams simple, I would like to use a reference to the array as input into a subvi. This subvi will then modify a particular element in the array (i.e. set the 'status' string).
    The first problem I encounter is that I can not select an array element to write to by using the reference. I have tried setting the 'Selection s
    tart[]' and 'Selection size[]' properties and then querying the 'Array element' to get the proper element.
    If I do this, the VI always seems to write to the element which the user has selected (i.e. the element that contains the cursor) instead of the one I am trying to select. I also have not found any other possible use for the 'Selection' properties, so I wonder if I am doing something wrong.
    Of course I can use the 'value' property to get all elements, and then use the replace array element with an index value, but this defeats the purpose of leaving all other elements untouched.
    I had hoped to use this method specifically to avoid overwriting other array elements (such as happens with the replace array element) because the user might be modifying the second array element while I want to modify the first.
    My current solution is to split the array into two arrays: one control and one indicator (I guess that's really how it should be done ;-) but I'd still like to know ho
    w to change a single element in an array without affecting the others by using a reference in case I can use it elsewhere.

    > My situation is that I have an array of clusters on the front panel.
    > Each element is used for a particular test setup, so if the array size
    > is three, it means we have three identical test setups that can be
    > used. The cluster contains two string controls and a button: 'device
    > ID' string, 'start' button and 'status' string.
    >
    > In order to keep the diagrams simple, I would like to use a reference
    > to the array as input into a subvi. This subvi will then modify a
    > particular element in the array (i.e. set the 'status' string).
    >
    It isn't possible to get a reference to a particular element within an
    array. There is only one reference to the one control that represents
    all elements in the array.
    While it may seem better to use references to update
    an element within
    an array, it shouldn't really be necessary, and it can also lead to
    race conditions. If you write to an element that has the
    possibility of the user changing, whether you write with a local, a
    reference, or any other means, there is a race condition between the
    diagram and the user. LV will help with this to a certain extent,
    especially for controls that take awhile to edit like ones that use
    the keyboard. In these cases, if the user has already started entering
    text, it will not be overwritten by the new value unless the key focus
    is taken away from the control first. It is similar when moving a slider
    or other value changes using the mouse. LV will write to the other values,
    but will not rip the slider out of the user's hand.
    To completely avoid race conditions, you can split the array into user
    fields and indicators that are located underneath them. Or, if some
    controls act as both, you can do like Excel. You don't directly type
    into the cell. You choose w
    hich cell to edit, but you modify another
    location. When the edit is completed, it is incorporated into the
    display so that it is never lost.
    Greg McKaskle

  • Query to get the list of Employees Transferred from one dept to the other

    Hi friends,
    Can some one give me the abstract query for the employees who aare transferred from one dept to the other
    thanks

    In this table oracle auto upload data at particular time but if you want to upload at the same time, therefore you need to run request "Update Assignment Events Fact ", after running this request you will find data in this table.
    --thanks                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • How can I assgin a master feild value in combobox bind variable in the detail

    Hi All,
    I'm working on a MD-Form in portal.
    I want to pass a master block value in the dynamic combobox where clause.
    Combo box is in the detail Block. Can anyone please give a solution for this?
    This a very urgent Requirement for me. I really appreciate.
    Thanks
    Murali

    Does this help?
    Dreamweaver Dynamic Master List with link to Detail - YouTube

  • How can I find a list of installed add-ons in FF5? (the one I'm looking for is installed, but does not appear in Extensions, Appearance, or Plugins)

    I installed an add-on that would allow me to change the content of the context menu. It works like a charm and I want to make a donation to the person who developed it, but I can't remember its name and I don't know how to find a list of the add-ons that I have installed. I've checked the lists that appear when you go to the Add-ons Manager under Extensions, Appearance, and Plugins, but it isn't there. Any help would be very much appreciated.

    You're welcome. Could you mark the problem as solved, that along with the comment you already made helps other users with similar problems find aspects of Firefox and try things out for themselves, Thanks.

  • Entering data as a List of value associated to a field in the form that I created.

    There are 300 values that I need to upload to this drop down field  called  OFFICE LOCATION on my form.
    Is there any easier way of doing it other than manually uploading them?
    Also I have another field called REGION. Can I build a relation between the two field?

    Hi;
    There is no method to import the data into the field.
    We do have a "Feature Request" form where you can vote on popular existing ideas or add a new one of your own:
    https://adobeformscentral.com/?f=XnF-KJVCovcEVQz9tZHYPQ
    As to building a relationship, it depends on what you need to do.  FormsCentral has "Show/Hide" logic where you can show or hide items based on the selection/s of other field/s.  There are both "Page Skip logic" and "Show/Hide" logic, this tutorial shows how to use the Skip logic and doesn't really cover show/hide logic but you should get the idea: https://www.acrobat.com/formscentral/en/library/skip.html
    Thanks,
    Josh

  • Where can I find a list of all available add-ons, not just the ones I already have?

    It is incredibly frustrating to go through hundreds (thousands?) of addons, even if they are broken down in sub-categories. I understand that new ones are being added regularly, but surely a list in some format might be available every month or so?
    Thank you for your efforts.
    Aurel Guillemette

    ''aurel2015 [[#question-1055162|said]]''
    <blockquote>
    It is incredibly frustrating to go through hundreds (thousands?) of addons, even if they are broken down in sub-categories. I understand that new ones are being added regularly, but surely a list in some format might be available every month or so?
    Thank you for your efforts.
    Aurel Guillemette
    </blockquote>
    a list of only the new additions DOESN'T solve the problem, this would mean that I would have to do a very LONG search of the entire listings, THEN do a regular search of the new additions. It makes me wonder if the creators of the system, or the creators of the addons don't want to be noticed and chosen?

  • Can I obtain a list of all syncs of my iPad for the last year?

    i am looking for a report that shows the date/times that i synced my iPad with my account.

    Even if you had a list of when your device was synced, it would still be hard to prove a specific file wasn't synced. Perhaps you need to resolve this issue in a less technological way. Best of luck.

Maybe you are looking for

  • How to delete an email address in Mail

    A friend of mine has just changed his email address but I cannot remove his old one from Mail. I have added his new address and removed the old one from my Address book but his old address still comes up as the default when starting a new email to hi

  • OTN for Oracle 11g R2 for Linux x86_64 "See All" link does not work

    I'm trying to view all of the downloads for LInux x86_64 Oracle 11g R2. When I select the link I get the following message: An error occurred while processing the request. Try refreshing your browser. If the problem persists contact the site administ

  • MobileMe Sync Issue

    Anyone else having problems publishing events/albums to MobileMe I keep trying & its starting to really annoy me I have tried publishing an event with 230 photo's in there most of which are RAW format I have just become a dad & I want to publish all

  • Multiple servlet requests

    Hi, I want to send multiple requests to my servlet (tomcat container) simultaneously from Java code........what is the best way of doing this in Java?? Thread?? If so how do I do this?? Can anyone suggest please.......... Help will be much appreciate

  • Schedule_ship_date not to sat ,sun (Holiday) in report in oracle

    Hi All, I have the below query in which the column (ool.schedule_ship_date - (DECODE(planning_make_buy_code,2,NVL(ceil(POSTPROCESSING_LEAD_TIME) ,0) + ceil(NVL(FIXED_LEAD_TIME,0)),ceil(NVL(FIXED_LEAD_TIME,0))+ ceil(NVL(VARIABLE_LEAD_TIME,0)))) schedu