+ Reply to Thread
Results 1 to 4 of 4

SUMIF Help needed

  1. #1
    Forum Contributor
    Join Date
    11-01-2016
    Location
    Prague
    MS-Off Ver
    2013
    Posts
    121

    SUMIF Help needed

    Hi Everyone,

    I have an excel file as attached

    The issue is : In one row there are values such as "v 8" and "t 8" or " v 4" and "t 4" for half days.

    V means vacation
    T means training

    Basically, I need to calculate total Vacation and Training hours at the end of row. I think I need a SUM IF formula and it needs to separately sum the numbers with v and with t. But I just dont know how

    Hope its clear

    Please have a look to attached email, you can understand better. At the end, I have two cells (highlighted grey) where I am trying to build the SUMIF formula.

    Let me know if you need any other details



    Thanks a lot !
    Orhan
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,911

    Re: SUMIF Help needed

    Total V:

    =SUMIF($C14:$S14,"v",$D14:$T14)

  3. #3
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: SUMIF Help needed

    Vacation
    =SUM(IF(C14:S14="v",D14:T14))
    Array formula, use Ctrl-Shift-Enter
    Divide by 8 to get number of days


    Training
    =SUM(IF(C14:S14="v",D14:T14))
    Array formula, use Ctrl-Shift-Enter
    Divide by 8 to get number of days
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  4. #4
    Forum Contributor
    Join Date
    11-01-2016
    Location
    Prague
    MS-Off Ver
    2013
    Posts
    121

    Re: SUMIF Help needed

    I love this forum! Never took more then 1 day to take a solution.

    Thank you very much. It worked perfectly.

    Orhan

+ 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] Sumif Statement needed
    By kate.middleton1 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-07-2013, 07:03 PM
  2. Sumif and Vlookup- help needed!
    By logie143 in forum Excel General
    Replies: 10
    Last Post: 01-09-2012, 01:09 PM
  3. Sumif VBA needed?
    By Prcntrygrl in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-05-2009, 05:34 PM
  4. SumIf help needed ( I think)
    By julie in forum Excel General
    Replies: 4
    Last Post: 08-21-2006, 05:05 PM
  5. SumIf help needed plz...
    By miwarren in forum Excel Formulas & Functions
    Replies: 51
    Last Post: 09-06-2005, 12:05 PM
  6. [SOLVED] SUMIF help needed
    By Walter in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 04-30-2005, 12:07 AM
  7. SUMIF and AND help needed
    By Fende_testas in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-03-2005, 01:23 PM
  8. Sumif Help needed
    By Carl Brehm in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 02-09-2005, 07:06 AM

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