+ Reply to Thread
Results 1 to 3 of 3

dynamically tally the daily sub total

  1. #1
    Registered User
    Join Date
    03-25-2020
    Location
    Australia
    MS-Off Ver
    365
    Posts
    2

    Question dynamically tally the daily sub total

    Hi,

    First post so; "hello". I have been browsing your website/forum for many hours now because I found a few *almost* solutions to my problem on a google search. And it seems like this is a really active and helpful community so I thought I would try my luck with my specific problem. I wish I knew what to search for because I searched through your forums for a few keywords and nothing seemed to really fit. I apologies if someone has asked this before. My skill level in excel is fairly basic but I've managed to wrangle together some basic functionality using examples I can find on the web.

    -----------------------------------

    I'm just putting together a simple time book for my techs to keep track of what jobs they've done each day and how many hours are recorded on each job (or session on each job - Sometimes a job can be done in 1 session, sometimes it takes multiple sessions over multiple days). Each Job or session on a job is 1 Row. We were doing this in a hand written exercise book but I want to be able to record it electronically.

    I've created a spreadsheet that will let me enter all the data into columns to be printed out and got the formulas, etc working to tally the start and stop hours entered in 24 hour format (column E and F) into decimal hours (Column G). I then added VBA to it which allows me to automatically create a new sheet for each fortnight when the button is clicked at the end of the fortnight + a few other formatting tricks. That side all seems to work.

    The basic functionality is there, but the last hurdle I'm looking to get over is that at the end of each day I want it to tally up the daily sub total so its obvious each day how long they've worked. Its not a payroll system, but its a check to make sure that nothing is missed from payroll.

    I have attached a week of sample data to show what I'm trying to do. Essentially I'm trying to tally the daily total in Column H (which I have highlighted yellow) dynamically, but because there may be 1 to say 20 jobs in a day, I cant work out a formula that can sum up a range of integers together based on how many rows are in a certain day.

    Because each Tech does something different each day, 1 day he might only work on 1 job for "x" hours, there may be only 1 line, other days there might be 10 lines of jobs they have done which will add up to "y". Example is Row 12 vs the total of Row 13 to Row 18.

    To top it off, I want the total to be tallied in Column H on the row above the following day (which is designated by an entry in Column A. If column A is blank, it is the same day as above. I want it to recognise that a Row with some text in Column A is the first entry in the array, and that the row above the next row that has some text in column A is the last entry in the array.


    from reading and research, I suspect the final formula is going to need something along the lines of Lookup(), sumif(), index() or the likes. But I am stuffed if I can get anything to work.

    I'm really stumped and I've been working on this problem for days all up. There may be a simple solution to this, but because I don't know the terminology, I haven't been able to search it thus far.

    On a side note, is there a way that I can get the data being entered into column E & F to auto populate/concatenate the ":00" if tab is pressed for easier data entry? ie if I type "8" then hit TAB, it will set it to 8:00? currently if I type "8" it resets to 0:00. I'm not worried if there this doesn't get answered here because I think this might be a VBA question to go somewhere else in the forum.

    Anyway, thank you for any assistance/guidance you might be able to provide me.

    Kind Regards,

    Lachlan.
    Attached Files Attached Files
    Last edited by basic1_au; 03-26-2020 at 10:15 PM. Reason: Glenn Solved it

  2. #2
    Forum Contributor
    Join Date
    11-20-2007
    Location
    Felixstowe, England
    MS-Off Ver
    Excel 2013, 2019
    Posts
    217

    Re: basic electronic time book - need help to dynamically tally the daily sub total

    This covers you main problem, i.e. summing per day in column H, although I had to put an entry of "End" after the last data item to trigger the final sum. Formula is:

    =IF(A8="","",IF(A7<>"",G7,SUM(INDEX(G7:G$7,LOOKUP(2,1/(A7:A$7<>""),ROW(A7:A$7))-6):G7)))

    see attached:
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    03-25-2020
    Location
    Australia
    MS-Off Ver
    365
    Posts
    2

    Re: dynamically tally the daily sub total

    Glenn, You sir are a legend! I'll go and work out how this works so I have an understanding, but it definitely works.

    Thanks so much.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Extracting daily data from a table, dynamically and daily
    By Sedgeway in forum Excel - New Users/Basics
    Replies: 6
    Last Post: 08-07-2016, 08:44 AM
  2. How to use Macro in Excel to create a basic tally sheet
    By personette in forum Excel General
    Replies: 3
    Last Post: 09-25-2012, 12:08 PM
  3. daily, monthly and yearly tally
    By roxy.roxy in forum Excel General
    Replies: 2
    Last Post: 11-29-2011, 07:12 PM
  4. basic difference between excel and tally
    By billamama in forum Excel General
    Replies: 1
    Last Post: 09-30-2011, 03:08 AM
  5. YTD tally of multiple values that are reset daily.
    By jrwalt in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 01-24-2008, 07:07 PM
  6. Keep monthly running tally from a daily sheet
    By indy1979 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 10-11-2007, 02:44 AM
  7. Networked Updating, Basic Tally, Pie Charts
    By Push Latency in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-24-2007, 12:20 PM

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