+ Reply to Thread
Results 1 to 3 of 3

Using Excel as a scheduling application

  1. #1
    Registered User
    Join Date
    11-30-2010
    Location
    Dallas, TX
    MS-Off Ver
    Excel 2007
    Posts
    1

    Using Excel as a scheduling application

    I want to use Excel to create and post my employee's schedule and tally up their scheduled hours for the week.
    When my managers create the schedule, they would use 6-CL as representing 6pm to close (2am) that equals 8 hours for a shift.

    How can I get Excel to calculate that into the total hours worked in the last column? Is there a way to have Excel remember that whenever 6-CL is typed in a cell, it needs to have a value of 8?

    I hope this is simple enough to answer that I would be able to get a response soon. Thanks.

  2. #2
    Forum Contributor
    Join Date
    11-25-2010
    Location
    Glasgow, Scotland
    MS-Off Ver
    Excel 2007
    Posts
    120

    Re: Using Excel as a scheduling application

    Hi,

    I really depends on the setup you have but a simple IF statement could do the trick:

    =If(A1="6-CL",8,A1)

    Assuming the entries start in A1, this formula could be in B1 which means Column B will only have numbers which you can total.
    If the post was helpful please click the black star on the bottom left to add some reputation and mark your thread as SOLVED.

    A day with nothing new achieved or learned, albeit however small, is a day lost forever?

    Constant Never Ending Improvement

  3. #3
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,372

    Re: Using Excel as a scheduling application

    Hello,

    that's not much to go by. If the text 6-CL is entered in A1, this formula will return the number 8, otherwise the content of A1 is returned:

    =if(A1="6-CL",8,A1)

    I guess it will be more complex than that, so you may want to post a little data sample in a worksheet.

    cheers,

+ 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