+ Reply to Thread
Results 1 to 2 of 2

Using a cell column from another sheet in a formula

  1. #1
    Registered User
    Join Date
    10-19-2017
    Location
    Holland
    MS-Off Ver
    2013
    Posts
    8

    Using a cell column from another sheet in a formula

    Let me explain this thread title.

    I have 1 sheet (named "N1") with all football results like this : HomeTeam | AwayTeam |Home Team Goals |Away Team Goals

    Now I want to make a formula in a different sheet that does the following.

    A list of all the teams and 3 columns after that: |Home Team games | Home Team Goals made | Home Team Conceded
    Team1 |
    Team2 |
    Team3 |

    So i need a formula that scans the Home team column on sheet "N1" and make a sum of the amount of games played at Home for that team.
    Than the cell next to it I wanna sum all the goals made at home for that team (so sum the Home Team Goals Team1, etc)

    Ive added the workbook because I might have not explained it very well. But this workbook will show exactly what I mean.
    Attached Files Attached Files

  2. #2
    Forum Contributor
    Join Date
    10-12-2011
    Location
    Sydney
    MS-Off Ver
    Excel 2016 in 2024
    Posts
    857

    Re: Using a cell column from another sheet in a formula

    Use Countif to sum the amount of games played at home:

    COUNTIF('N1'!C2:C73,Dutchleague!B3)

    Use SUMIF for goals:

    SUMIF('N1'!C2:C73,Dutchleague!B3,'N1'!E2:E73)

+ 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. Formula to look up last cell in column on a different sheet
    By RobynNeedsHelp in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 06-07-2017, 08:29 AM
  2. [SOLVED] Matching a cell on Sheet 1 to a cell that exists in column A on sheet 2
    By supremenuts in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 03-23-2017, 04:04 PM
  3. Replies: 8
    Last Post: 03-16-2015, 08:39 AM
  4. Replies: 2
    Last Post: 11-18-2013, 07:31 AM
  5. Replies: 4
    Last Post: 11-02-2012, 04:14 PM
  6. Replies: 0
    Last Post: 05-24-2010, 05:17 PM
  7. Replies: 1
    Last Post: 10-30-2009, 10:58 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