+ Reply to Thread
Results 1 to 6 of 6

Need opinions on digital timesheet

  1. #1
    Registered User
    Join Date
    01-16-2012
    Location
    Michigan, USA
    MS-Off Ver
    Excel 2000
    Posts
    4

    Need opinions on digital timesheet

    I am currently updating a digital time sheet for my work. I have never taken a class in Excel so everything I have done I either taught myself or just copy pasted an existing formula and edited it. So what I need to accomplish is that when "Y" is selected in A10 I need to add an amount of time (0:15 for example) to A14. Rinse and repeat for the rest of the row. That is just the start but if I can get some help with this part out the rest should be easier. Also, if you have any input with my existing formulas please let me know.


    nxstr_time_sheet_01132012.xls

  2. #2
    Registered User
    Join Date
    01-16-2012
    Location
    Michigan, USA
    MS-Off Ver
    Excel 2000
    Posts
    4

    Re: Need opinions on digital timesheet

    Oh and I forgot that I need to add the 0:15 to whatever time the technician has/will entered/enter into A14.

  3. #3
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2504
    Posts
    13,621

    Re: Need opinions on digital timesheet

    Hi
    you can change =IF(OR(C9="FR",AND(C9="ES")),C7-C6,0) to =IF(OR(C9="FR",C9="ES")),C7-C6,0) ( the AND part is not necessary)
    does one enter time in A14 and should the sheet add 15 min to the same cell? VBA would be needed for that
    If you use another cell to calculate the result, it would be A14+1/96 (the latter is the equivalent of 15 min or 1/4th of 1/24th of one day)

  4. #4
    Forum Expert royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    26,200

    Re: Need opinions on digital timesheet

    It doesn't look like you mean A10 or A14. I think you mean C10 & C14.

    However, you cannot input into a cell that contains a formula without overwriting it.
    Hope that helps.

    RoyUK
    --------
    For Excel Tips & Solutions, free examples and tutorials why not check out my web site

    Free DataBaseForm example

  5. #5
    Registered User
    Join Date
    01-16-2012
    Location
    Michigan, USA
    MS-Off Ver
    Excel 2000
    Posts
    4

    Re: Need opinions on digital timesheet

    Quote Originally Posted by Pepe Le Mokko View Post
    Hi
    you can change =IF(OR(C9="FR",AND(C9="ES")),C7-C6,0) to =IF(OR(C9="FR",C9="ES")),C7-C6,0) ( the AND part is not necessary)
    does one enter time in A14 and should the sheet add 15 min to the same cell? VBA would be needed for that
    If you use another cell to calculate the result, it would be A14+1/96 (the latter is the equivalent of 15 min or 1/4th of 1/24th of one day)
    Thanks so much for the input. Is there a pretty steep learning curve to do that in VBA?

  6. #6
    Registered User
    Join Date
    01-16-2012
    Location
    Michigan, USA
    MS-Off Ver
    Excel 2000
    Posts
    4

    Re: Need opinions on digital timesheet

    Quote Originally Posted by royUK View Post
    It doesn't look like you mean A10 or A14. I think you mean C10 & C14.

    However, you cannot input into a cell that contains a formula without overwriting it.
    Yes you are right that is what I meant. Thanks for the input I was fairly sure that I couldn't do it but I needed someone to confirm it.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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