+ Reply to Thread
Results 1 to 4 of 4

Worksheet that records employees time for payroll

  1. #1
    Registered User
    Join Date
    09-14-2013
    Location
    Manalapan
    MS-Off Ver
    Excel 2010
    Posts
    2

    Worksheet that records employees time for payroll

    I am trying to setup a worksheet that records employees time for payroll. We have 3 categories for days off, personal, vacation, and sick. What I would like to do is input 10p for a 10 hour personal day and have Excel record the 10 hours in the correct cell. Is there a formula that will recognize the P and record the 10 hours if there is a P otherwise it will show 0?
    Last edited by jeffreybrown; 09-14-2013 at 08:59 PM. Reason: Fixed title to conform with rules

  2. #2
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: Excel timesheet problem

    Hello & Welcome to the Forum,

    One possibility...

    A
    B
    C
    1
    11v
    0
    B1: =IF(RIGHT(A1)="p",SUBSTITUTE(A1,RIGHT(A1),"")+0,0)
    2
    10p
    10
    HTH
    Regards, Jeff

  3. #3
    Registered User
    Join Date
    09-14-2013
    Location
    Manalapan
    MS-Off Ver
    Excel 2010
    Posts
    2

    Re: Excel timesheet problem

    That worked great. If I wanted it to add the personal days for the week would i just put A1:A7?

  4. #4
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: Excel timesheet problem

    I'm not 100% following so could you put together a sample with showing what you want and the results?

    There could be many different ways this could be done.

+ 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] Timesheet problem
    By Birdy25 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-25-2012, 03:01 PM
  2. [SOLVED] timesheet problem
    By shawnf711 in forum Excel General
    Replies: 2
    Last Post: 06-15-2012, 04:47 PM
  3. Timesheet Problem
    By Tony6562 in forum Excel General
    Replies: 2
    Last Post: 07-09-2009, 09:20 AM
  4. Problem with timesheet
    By colt seavers in forum Excel General
    Replies: 4
    Last Post: 08-05-2008, 03:28 AM
  5. Timesheet problem
    By Oi you in forum Excel General
    Replies: 3
    Last Post: 10-18-2005, 04:05 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