+ Reply to Thread
Results 1 to 11 of 11

Find out the time between 1st day to next day for **** wages calculation

  1. #1
    Registered User
    Join Date
    10-04-2013
    Location
    India,
    MS-Off Ver
    Excel 2007
    Posts
    16

    Find out the time between 1st day to next day for **** wages calculation

    Sir,/Madam,
    I am thanks in advance,

    Cell A1 is 6:00 Hrs.
    Cell A2 is 6:00 Hrs. (Next day Morning)
    Cell A3 is to be 24:00 Hrs (i.e A2-A2) as working hrs

    Please solve the above by excel formula, Waiting for your reply.

    Once again Thanking you.

  2. #2
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Find out the time between 1st day to next day for **** wages calculation

    Can you please show the values in excel workbook so that we can know how the data entered on those cells.

    Attach a sample workbook. Make sure there is just enough data to make it clear what is needed. Include a BEFORE sheet and an AFTER sheet in the workbook if needed to show the process you're trying to complete or automate. Make sure your desired results are demonstrated, mock them up manually if needed. Remember to desensitize the data.

    Click on GO ADVANCED and use the paperclip icon to open the upload window.

    View Pic


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  3. #3
    Registered User
    Join Date
    10-04-2013
    Location
    India,
    MS-Off Ver
    Excel 2007
    Posts
    16

    Re: Find out the time between 1st day to next day for **** wages calculation

    thanks, attachment icon not enabled in my screen, however i explain the issue as
    Employee enter the shift -06:00 am
    Employee out the shift-06:00 am next day
    totally he is working 24 hrs.
    I want working hrs. in formula
    Available Data:
    In Time 06:00 AM (DATE NOT AVAILABLE)
    Out time 06:00 AM NEXT DAY (DATE NOT AVAILABLE)
    PLEASE HELP TO ME

  4. #4
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,926

    Re: Find out the time between 1st day to next day for **** wages calculation

    To attach a file to your post,
    click advanced (next to quick post),
    scroll down until you see "manage file",
    click that and select "add files" (top right corner).
    click "select files" find your file, click "open" click "upload" click 'done" bottom right. click "submit reply"

    Once the upload is completed the file name will appear below the input boxes in this window.
    You can then close the window to return to the new post screen.
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  5. #5
    Registered User
    Join Date
    10-04-2013
    Location
    India,
    MS-Off Ver
    Excel 2007
    Posts
    16

    Re: Find out the time between 1st day to next day for **** wages calculation

    Sir,

    Finally i have attach the files, please solve the problem.

    Thanks
    Attached Files Attached Files

  6. #6
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,913

    Re: Find out the time between 1st day to next day for **** wages calculation

    =MOD(E2-D2,1)
    Try this and copy towards down
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  7. #7
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,913

    Re: Find out the time between 1st day to next day for **** wages calculation

    or try
    =IF(AND(D2,D2=E2),1,MOD(E2-D2,1))
    and change the cell format
    Format Cells > Number > Custom > [h]:mm

  8. #8
    Registered User
    Join Date
    10-04-2013
    Location
    India,
    MS-Off Ver
    Excel 2007
    Posts
    16

    Re: Find out the time between 1st day to next day for **** wages calculation

    Dear nflsales, thanks your reply,

    But, Please see the attachment for more issues,
    Attached Files Attached Files

  9. #9
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,913

    Re: Find out the time between 1st day to next day for **** wages calculation

    Please see post no 7

  10. #10
    Registered User
    Join Date
    10-04-2013
    Location
    India,
    MS-Off Ver
    Excel 2007
    Posts
    16

    Re: Find out the time between 1st day to next day for **** wages calculation

    Thanks, NFLSALES,
    =IF(AND(D2,D2=E2),1,MOD(E2-D2,1)) is working fine,
    it is very useful for me & Us
    May i know your name?


    thanks

  11. #11
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,458

    Re: Find out the time between 1st day to next day for **** wages calculation

    This is enough:

    =1-D2+E2

    or tighter:

    =(D2>E2)-D2+E2
    Quang PT

+ 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] Excel calculation for adding time and calculating remaining time
    By mark888 in forum Excel Formulas & Functions
    Replies: 27
    Last Post: 01-12-2015, 12:55 PM
  2. [SOLVED] Time entry on UserForm displaying inccorectly and calculation not working on the time.
    By Colin Smit in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 08-12-2014, 01:21 PM
  3. Payroll time sheet calculation where time exceeds 24 hours
    By Rolo1 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-23-2014, 08:57 AM
  4. Replies: 2
    Last Post: 09-19-2013, 09:06 AM
  5. [SOLVED] Elapsed time and wages calc
    By eggselent in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-26-2013, 12:03 PM

Tags for this Thread

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