+ Reply to Thread
Results 1 to 5 of 5

Formula help in Holiday sheet

  1. #1
    Registered User
    Join Date
    04-23-2013
    Location
    Carlisle
    MS-Off Ver
    Excel 2007
    Posts
    30

    Formula help in Holiday sheet

    Hi again

    I'm looking for your help again, Its hopefully a easy fix.

    The attached is a sample holiday form what i would like is a formula which will add up, per staff member not just the holiday days (input as 1.0) but also sick days (input as S) and training days (input as T).

    Thanks in advance

    Sue
    Attached Files Attached Files

  2. #2
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,737

    Re: Formula help in Holiday sheet

    Use
    =COUNTIF(C3:AG3,"S")
    for sick
    And
    =COUNTIF(C3:AG3,"T")
    for training
    Attached Files Attached Files
    Wayne
    if my assistance has helped, and only if you wish to , there is an "* Add Reputation" on the left hand side - you can add to my reputation here

    If you have a solution to your thread - Please mark your thread solved do the following: >
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  3. #3
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,724

    Re: Formula help in Holiday sheet

    Put this formula in AI3 to count the Sick days:

    =COUNTIF(C3:AG3,"S")

    and this in AJ3 to count the Training days:

    =COUNTIF(C3:AG3,"T")

    Then copy both formulae down.

    Hope this helps.

    Pete

  4. #4
    Registered User
    Join Date
    04-23-2013
    Location
    Carlisle
    MS-Off Ver
    Excel 2007
    Posts
    30

    Re: Formula help in Holiday sheet

    Thank

    That does the job grand

  5. #5
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,737

    Re: Formula help in Holiday sheet

    your welcome and thanks for the rep

+ 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. Conditional formatting for holiday sheet
    By Dibbley247 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-20-2014, 01:07 PM
  2. [SOLVED] Date should exclude holiday which saved separately at sheet 2.
    By ExcelUser2707 in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 08-21-2013, 01:26 AM
  3. [SOLVED] IF function using WORKDAYS and a Bank Holiday list - trying to add new holiday dates
    By jowarks in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 07-05-2013, 05:42 AM
  4. Replies: 3
    Last Post: 01-20-2012, 01:35 PM
  5. Holiday Planner show holiday taken?
    By Mac5 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-23-2006, 01:23 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