+ Reply to Thread
Results 1 to 4 of 4

Sheet 2 not calculating

  1. #1
    Registered User
    Join Date
    02-05-2019
    Location
    New York
    MS-Off Ver
    2010
    Posts
    14

    Sheet 2 not calculating

    Hi, I've been struggling to find out why sheet 2 isn't calculating. I looked through a dozen+ videos found nothing worked. If anyone could please help with this, thank you kindly.
    Attached Files Attached Files

  2. #2
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.85 for Mac MS 365
    Posts
    8,513

    Re: Sheet 2 not calculating

    what is it you are summing? Have you used this formula before with results?
    it looks like you should be using countifs but I'm not sure what outcome you are looking for.
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

  3. #3
    Valued Forum Contributor
    Join Date
    06-02-2012
    Location
    London, England
    MS-Off Ver
    365
    Posts
    397

    Re: Sheet 2 not calculating

    Try this formula in C5 and adjust the rest to match.

    =SUMPRODUCT((Participants!C$2:C$1001=1)*(Participants!$F$2:$F$1001=$A5))

    But as Sam said, you could use COUNTIFS to be more efficient.

    =COUNTIFS(Participants!C$2:C$1001,1,Participants!$F$2:$F$1001,$A5)

    Beth.

  4. #4
    Valued Forum Contributor loginjmor's Avatar
    Join Date
    01-31-2013
    Location
    Cedar Rapids, Iowa
    MS-Off Ver
    Excel 2013
    Posts
    1,073

    Re: Sheet 2 not calculating

    You can use SUMIFS or COUNTIFS, depending on what data you are putting in your Participants table.

    =SUMIFS(Participants!C$2:Participants!C$1001,Participants!$F$2:Participants!$F$1001,$A5)
    ____________________________________________
    If this has solved your problem, please edit the thread title to add the word [SOLVED] at the beginning. You can do this by
    -Go to the top of the first post
    -Select Thread Tools
    -Select Mark thread as Solved

    If I have been particularly helpful, please "bump" my reputation by pressing the small star in the lower left corner of my post.

+ 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. Is there a way to determine if a sheet needs calculating?
    By foxguy in forum Excel Programming / VBA / Macros
    Replies: 13
    Last Post: 05-21-2012, 03:22 AM
  2. Calculating a column with another sheet
    By mstieler in forum Excel General
    Replies: 6
    Last Post: 12-21-2011, 04:32 AM
  3. Excel 2007 : Calculating from one sheet to another
    By wisedave in forum Excel General
    Replies: 19
    Last Post: 04-26-2011, 02:58 AM
  4. Calculating data from one sheet to another
    By Crockster in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 01-26-2011, 01:02 AM
  5. Calculating a time sheet?
    By Biff in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 09-06-2005, 06:05 AM
  6. [SOLVED] Calculating a time sheet?
    By tb in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 12:05 AM
  7. Calculating a time sheet?
    By tb in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-04-2005, 05:05 AM
  8. Calculating an AVG from data on another sheet
    By flummoxed in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-19-2005, 12:06 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