+ Reply to Thread
Results 1 to 3 of 3

Substitute for Sumfs formula with 1 row and 1 column for Criteria

  1. #1
    Registered User
    Join Date
    01-27-2009
    Location
    Owen Sound, Ontario
    MS-Off Ver
    Excel 2016
    Posts
    71

    Substitute for Sumfs formula with 1 row and 1 column for Criteria

    I am hoping someone can help. I am working on a spreadsheet that uses 2 criteria to sum but one is a culumn and 1 is a row and 1 is a column. I am attaching a copy of the spreadsheet. I want a formula on the Summary tab that will separate the the total for each classification if it is either a project or service as shown in row 2 on the FTEs tab. I can't find a formla to work so if there are any suggestions I would so appreciate any help.

    Thanks in advance
    Attached Files Attached Files

  2. #2
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: Substitute for Sumfs formula with 1 row and 1 column for Criteria

    SUMIFS works fine, but SUMPRODUCT is a little easier to troubleshoot, due to being able to step through the evaluation process.

    SUMPRODUCT
    Please Login or Register  to view this content.
    SUMIFS
    Please Login or Register  to view this content.
    for either, copy down and across as needed
    Make Mom proud: Add to my reputation if I helped out!

    Make the Moderators happy: Mark the Thread as Solved if your question was answered!

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

    Re: Substitute for Sumfs formula with 1 row and 1 column for Criteria

    You can use this formula in C2 of your Summary sheet:

    =SUMPRODUCT(('FTE''s'!$B$3:$B$84=A2)*('FTE''s'!$Q$2:$U$2=$C$1),'FTE''s'!$Q$3:$U$84)

    and this one in D2:

    =SUMPRODUCT(('FTE''s'!$B$3:$B$84=A2)*('FTE''s'!$V$2:$AC$2=$D$1),'FTE''s'!$V$3:$AC$84)

    and then copy down. NOTE that you do not have an entry for TE or for YW in your summary table.

    Hope this helps.

    Pete

+ 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. Replies: 4
    Last Post: 10-28-2014, 11:04 PM
  2. [SOLVED] Using substitute with with additional criteria
    By tryer in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 11-08-2012, 06:27 PM
  3. How to use a substitute formula to substitute text entries to a different text entry
    By andybocchi in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 11-01-2010, 07:50 PM
  4. Substitute parts of Entries by criteria list
    By Raph81 in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 07-08-2010, 10:34 AM
  5. how to substitute a value for calculation with a column of values
    By Peiru in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-02-2006, 09:10 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