+ Reply to Thread
Results 1 to 3 of 3

Formula to Auto popluate Hours

  1. #1
    Valued Forum Contributor Parth007's Avatar
    Join Date
    12-01-2014
    Location
    Banglore
    MS-Off Ver
    2010
    Posts
    879

    Formula to Auto popluate Hours

    Hi Members,

    Need to auto populate Hours on the basis of Data in Column H,

    Example..

    If column H have value as 15:29:00
    then Column F should get value the next hour break in it..
    Column F = 15:30:00

    IF column H = 16:42:00
    Then Column F should be = 17:00:00

    Attached sample have sample data in it..

    Please suggest
    Attached Files Attached Files
    Last edited by Parth007; 03-10-2015 at 12:12 PM.
    Regards
    Parth

    I appreciate your feedback. Hit * if u Like.
    Rules - http://www.excelforum.com/forum-rule...rum-rules.html

  2. #2
    Forum Expert
    Join Date
    02-11-2014
    Location
    New York
    MS-Off Ver
    Excel 365 (Windows)
    Posts
    5,956

    Re: Formula to Auto popluate Hours

    If you want the next half-hour time, use this formula, formatted as time, for a time entry in H2

    =ROUNDUP(H2*48,0)/48

    For the next 15 minute interval insted of half-hour, use

    =ROUNDUP(H2*96,0)/96
    Last edited by Bernie Deitrick; 03-10-2015 at 12:40 PM.
    Bernie Deitrick
    Excel MVP 2000-2010

  3. #3
    Valued Forum Contributor Parth007's Avatar
    Join Date
    12-01-2014
    Location
    Banglore
    MS-Off Ver
    2010
    Posts
    879

    Re: Formula to Auto popluate Hours

    Thanks Bernie.. Got a way through ....

+ 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] Formula Calculated total work hours - now need to remove breaks and standard hours?
    By smeem in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-10-2014, 12:15 AM
  2. [SOLVED] Need formula to auto-deduct 30 minutes from hours worked if over 6 hours
    By BluesJunkie in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-06-2014, 03:07 PM
  3. Writing a Macro to popluate averages
    By Carnold1987 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-30-2013, 12:06 PM
  4. I need a formula to auto popluate data in a table from another table.
    By sixsteps268 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-14-2013, 06:46 AM
  5. Auto popluate area name from unknown number of sheets
    By Cidona in forum Excel - New Users/Basics
    Replies: 7
    Last Post: 01-21-2011, 07:03 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