How to sum time values sorted by month/year?

I would like to sum time values that are sorted by month/year. (Concept is based on a pilot's logbook)
In Table 1, Column A is a date; Column B is the associated time value (duration).
In Table 2, I would like to Sum the time value of Table 1 Column B by month an year.
TABLE 1
Date
Time
Header 3
Jan 1, 2013
2:30
Jan 3, 2013
4:15
Jan 9, 2013
3:55
Feb 2, 2013
5:01
Feb 10, 2013
1:33
March 3, 2013
5:55
TABLE 2
Month/YR
Total Time
Header 3
Jan-13
10:40
Feb-13
6:34
Mar-13
5:55
Apr-13

smash,
Here's an example of what can be done:
The formula in the Total column of Summary is:
=SUMIFS(Log :: B, Log :: A, ">="&A, Log :: A, "<"&EOMONTH(A, 0)+1)
The Month column of Summary is filled with a series of dates that can be formatted as Jan-13, etc, if you wish.
I used the 0h 0m format for the Durations to distinguish it from times.
Jerry

Similar Messages

  • How to sum time values?

    I have a table with a column for duration of activities; boxes contain hours:minutes times such as 0:30, 1:45, 2:20 etc.
    I'd like to be able to sum the column, giving the total time spent on each activity - the three numbers listed should sum to 4:35.
    Advice would be welcome,
    Thanks,
    Mike

    Question asked and responded several times.
    Why not search in the existing threads ?
    In cells of column C the formula is:
    =TIMEVALUE(B)
    In D7 it is:
    =TIME(0, 0, SUM(C3:C6)24*6060)
    CAUTION, a time value can't be greater than 23:59:59 !
    Yvan KOENIG (VALLAURIS, France) mercredi 30 septembre 2009 12:11:08

  • HT4914 How long is the $24.99 subscription period for iTunes Match, nowhere does it show the time period?  Week, month year?

    How long is the $24.99 subscription period for iTunes Match, nowhere does it show the time period?  Week, month year?

    It's an annual amount - it's at the top of that page :
    iTunes Match requires an annual subscription fee of $24.99

  • How to use time values from graph or chart for other calculations

    iam generating an ultrasonic signal of frequency 500k. In the equation i need the values of time axis of the graph or chart for calculationg the envelope of the graph. please help me how to use the x-axis time values.I have tried by writing in spread sheeet or by using arrays. here iam not able to get only 1 dim time values.
    AshwiniP

    Use a property node

  • How to compare time values

    Friends
    Could some one help me with Time values...
    I would like to compare two time values one of which is stored as a string. so i would like to how to compare the system time with another column which has a string stored in time format..
    i mean Sysdate - 10:30:00
    Thanks in advance..

    select 'Y' from dual
    where to_char(sysdate, 'HH24:MI:SS') = '10:30:00'
    SQL> ed
    Wrote file afiedt.buf
      1  select 'Y' from dual
      2* where to_char(to_date('10-02-2006 10:30:00', 'DD-MM-YYYY HH24:MI:SS'), 'HH24:MI:SS') = '10:30:0
    SQL> /
    Y
    SQL> Cheers
    Sarma.
    Message was edited by:
    Radhakrishna Sarma

  • How to sum the value of "N/A"

    I am new to javascripting and am trying to solve a problem with little success. Can anyone help. This is the situation:
    I am using Acrobat Pro 11 and I have created a form. I have 36 dropdown fields that for example have the following choices N/A, 5, 0 - I want to sum the value of all the N/A choices.  The value of each N/A is the largest number in the field. In my example it would be 5. I can assign a value to each N/A or the formula could look for the largest number in that dropdown field and add them together.
    Thank you in advance for any help you can provide.

    It's not possible. However, I can think of a couple of
    workaraounds:
    - Insert the value from the GLOBAL into the table that the
    trigger is on
    - Create a server-side package, declaring a variable in the
    package header. Assign the GLOBAL to the package variable before
    doing the commit on the Form.

  • How to distribute annual value to each month

    Hi,
    In my case planning is done annually and Key Fig is 0BALANCE. Now once the planning is done:
    1. How do I distribute this annual amount equally in 12 months to Key Figure 0SALES for each month?
    2. How can I have seasonal distribution of this annual amount over whole year posting each month value to 0SALES for respective month?
    Thanks,
    sam

    Hi,
    what do you mean by not understanding part 2?
    Did you ever look at the function?
    I Think it is very self explaining.
    What is your question in detail?
    by the way - I mixed up the first formula, of course it is 0sales = 0balance if you have planned 0balance first.
    and what do you mean by having costcenter and costcentergroup? are these char not filled for 0balance?
    as long as the same char are filled for 0balance and they are included in the aggr level where you do the "copy" to the 0sales figure, they will be filled with exactly the same values as they were before.
    the same applies for the distribution funtion.
    In all planning functions you only have to take care of the fields that are changing and that is in the formula only the key figure and in the distribution funtion only the period.
    Cornelia

  • How to findrun time values

    i want find out what value iam getting in run time , whether it is char or numewric ?
    how to find out ?
    Regards,
    pandu

    Hi,
    if typ = c then
    dont display it.
    possible values of type is given below
    Identification    Data Type
    b             Elementary type b
    C            Elementary type c
    D            Elementary type d
    F            Elementary type f
    g            Elementary type string
    h            Internal table
    i             Elementary type i
    l             Data reference
    N           Elementary type n
    P           Elementary type p
    r            Object reference
    s           Elementary type s
    T           Elementary type t
    U           Flat structure
    v           Deep structure
    X Elementary type x
    y Elementary type xstring
    For more help press f1 on describe in se38 editor.
    Regards
    Sandipan

  • How to set dynamic value for field Month when running background job ?

    Dear guys,
    I have a Z* report in our company, in the selection screen there is a period field (Month and Year) and this report running in background job periodically. My Question is how i can set for Month field become dynamic follow month value of date when this report executed ?
    Example :
    When Z* report running in background on 16.04.2008, Month Value will be 04 and when running on 16.05.2008, Month Value will be 05.
    Please advice.
    Regards
    Gunawan

    Dear guys,
    I have a Z* report in our company, in the selection screen there is a period field (Month and Year) and this report running in background job periodically. My Question is how i can set for Month field become dynamic follow month value of date when this report executed ?
    Example :
    When Z* report running in background on 16.04.2008, Month Value will be 04 and when running on 16.05.2008, Month Value will be 05.
    Please advice.
    Regards
    Gunawan

  • How to show time values in a chart item of WAD 7.0?

    Hi experts,
    i have a keyfigure in time format hh:mm:ss. In the analyze item it is no problem to show the query results in this format. But in a chart for example line type the chart designer cannot resolve the values and all lines are down. In the chart wizard i can only choose between text, label and percent.
    Have anyone an idea that can help?
    take care
    Leo

    Hi Leo,
    You can use Time Scatter Chart for this purpose.
    Regards
    Erwin

  • How to sum two values given in text boxes?

    Hi People,
    Am beginner in forms.using oracle 9i with forms 6i.I want to add two values given in two text boxes and result should be displayed in third text box.
    how to write the coding in when button pressed trigger of a push button?.pls suggest me.
    Regards
    VIDS

    I dont what is problem
    Better you recreate the form again
    Block3
    1. button
    2. item1
    3. item2
    4. item 3.
    all item should be in one canvas
    on when button trigger
    write and code again test it.
    give item 1 no
    give item 2 no
    press the button now
    output should at 3rd item.
    check and revert back.
    kanish

  • How to sum the values based on the for all entries

    for example :
    select aufnr vornr sum (ISM02) sum ( ISM04) Sum (ism05) from afru into table I_afru for all entries of I_caufv where aufnr = i_caufv-aufnr group by aufnr.
    can any one help based on this query
    without forall entries it is working based for all entries only i want the solution Help me please.
    Regards
    Augustine

    Simple,
    select aufnr vornr ISM02 ISM04 ism05 from afru into table
    I_afru for all entries of I_caufv
    where aufnr = i_caufv-aufnr .
    <b>if sy-subrc eq 0.
    sort I_afru by aufnr.
    loop at l_afru.
    at end of aufnr.
    SUM.
    l_afru_temp = l_afru.
    append l_afru_temp.
    endat.
    endloop.
    endif.</b>

  • How to determine time value of a .wav file in real time as it plays?

    Hi all.
    I need to build a vi in which a .wav sound file is represented in a Waveform graph, and at the same time, I want to play that file, and have a vertical cursor line running along the Waveform graph, in order to have a visual representation of where the sound track is, in terms of time.
    Making the .wav file to appear graphicaly on a Waveform graph was an easy task to do, but then, I was´nt able to extract the time information of that .wav file, at the same time that this file is being played.
    This is a very common situation in music players, video players etc, where some kind of graphical artifact, represents in real time where the track is while it plays.

    Hi, this is the first ActiveX control I have played with but its really cool.
    I read this first: -
    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmplay10/mmp_sdk/iwmpcontrolsinterface.asp
    Which covers "The IWMPControls interface provides a way to manipulate the playback of a media item."
    Then built the attached sample.
    It should now be straight forward to attach the position information shown to a graph control cursor postion.
    You will need to set a file of your own choosing in the VI first.
    Let us all know if this is what you wanted.
    Attachments:
    mediaplayer current play position demo.vi ‏39 KB

  • Chart axis sorting by Month

    I have two database fields, "Month" and "Year" which will be combined in a formula for the purpose of a chart.
    (eg: "{Table.Month}" and "{Table.YEAR}" = January 2008)
    My question is, if I use a line chart, how can I have Crystal sort the Month/Year properly instead of having it sorted alphabetically like it is already doing? 
    As of right now, I'm getting April 2007, April 2008, August 2007, August 2008, etc...

    Try to create a formula to return a perfect date format by combining both month and year. Also try to combine a day value as 1 so that you will get a complete date. Now use this formula in chart and click on order button and choose group by monthly.
    Hope this Helps!
    Raghavendra

  • How can be time implimenting in Square Wave Point By Point .vi

    i want to use "Square Wave Point By Point .vi" but i can not understand how to put time value.

    Hello,
    I understand you wanted to use the mentioned vi. So the thing is the inputs that you can see are not compulsory or required inputs. Those are recommended inputs which you can use if you have a requirement in your application. So in thise vi as you know the duty cycle will define the time a square wave remains high versus low over one period. Morever the output of the square wave will be as follows:
    square wave = amplitude × square (p)
    where
    square(p) = 1 if [ (360. frequency. time + phase)mod(360)] is < [360. duty cycle(100%) / 100]
     and -1 for other cases.
    So from this equation you can work on your application and decide if you need any time input at all or not.
    Hope this helps.
    Cheers..!! 

Maybe you are looking for

  • PDF does not open

    I thought it was my new virus program, but i completely uninstalled it. So I have no firewall up, and no virus program, can't open any PDF. So I removed all Adobe software, rebooted, and reinstalled all updated Adobe programs. Still can not open any

  • How to send three attachments using three queries in a single email using sp_senddbmail

    Hi All, I have three scripts for extracting permissions at server,database & object level.Now how do i can execute all three queries and send multiple attachments in a single email using sp_senddbmail.I have done this before for single queries but no

  • Two vga monitors

    Is there a preferred way of conecting two VGA monitors to a Mini? All the other discussions I've seen outside of the apple fourms are "advice" from folks who don't even own a Mini let alone have successfully hooked up two VGAs. Thank You  -W

  • External Procedure in Oracle7

    I have found the topic for external procedure in Oracle document both Oracle9 and Oracle8, but not in Oracle7. Is external procedure supported in Oracle7? If yes, where can I find the document? Thanks.

  • After update the latest iOS 4 my ipad screen sometimes continues moving

    Why after update the latest iOS 4.3, my ipad screen sometimes continues moving and hard to chose or touch the keyboard or icon?