+ Reply to Thread
Results 1 to 5 of 5

Time divisions

  1. #1
    Forum Contributor
    Join Date
    04-18-2011
    Location
    Jeddah
    MS-Off Ver
    Excel 2007
    Posts
    362

    Question Time divisions

    I need help please with three formulas in Cell A1, A2 and A3 as follows:
    Entered time value in cell A5 will be divided by the three cells above so cell A3 will result in a time value one hour more than cell A2, and A2 cell value will result in one hour more than A1 cell.

    Example: if the entered time value in cell A5 is 8:00,
    Cell A3 should reflect 3:40
    Cell A2 should reflect 2:40
    Cell A1 should reflect 1:40

  2. #2
    Forum Expert Roel Jongman's Avatar
    Join Date
    03-28-2015
    Location
    Netherlands
    MS-Off Ver
    Office 365
    Posts
    1,483

    Re: Time divisions

    try For all 3 cells:

    =($A$5/3)-(ROW()-2)/24

    oops.. small mistake use plus sign instead

    =($A$5/3)+(ROW()-2)/24
    Last edited by Roel Jongman; 07-23-2018 at 04:48 PM.

  3. #3
    Forum Contributor
    Join Date
    04-18-2011
    Location
    Jeddah
    MS-Off Ver
    Excel 2007
    Posts
    362

    Re: Time divisions

    Inserting the given formula as it is in all three cells and time value of 8:00 in cell A5 resulted in the following;

    A1 4:40
    A2 5:40
    A3 6:40
    For a to total of 17:00 instead of a desired 8:00 total time value!

  4. #4
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,731

    Re: Time divisions

    Put this in A1:

    =(A$5-3/24)/3 +(ROWS($1:1)-1)/24

    then copy into A2:A3.

    Hope this helps.

    Pete

  5. #5
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,731

    Re: Time divisions

    Thanks for the rep, Khaldon - glad it worked for you.

    Pete

+ 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. Divisions that provide you with REMAINDERS!
    By joolzthomas in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 09-27-2016, 06:15 AM
  2. [SOLVED] Identify divisions by Operator
    By jimboryan in forum Excel General
    Replies: 3
    Last Post: 10-11-2015, 05:56 PM
  3. [SOLVED] Sum of full divisions by variable divisor
    By drrazor in forum Excel General
    Replies: 6
    Last Post: 12-12-2014, 08:15 AM
  4. Dynamic YDT calculation for different divisions
    By caashishddm in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-30-2014, 02:37 AM
  5. Calculate POINTS and DIVISIONS
    By [email protected] in forum Excel Formulas & Functions
    Replies: 20
    Last Post: 09-24-2013, 03:39 PM
  6. [SOLVED] Formula for irregular row divisions
    By zhl in forum Excel Formulas & Functions
    Replies: 18
    Last Post: 04-08-2013, 07:00 PM
  7. array formula and divisions
    By matt_pl in forum Excel General
    Replies: 2
    Last Post: 10-10-2006, 04:34 AM

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