+ Reply to Thread
Results 1 to 7 of 7

cross referencing cells

Hybrid View

  1. #1
    Registered User
    Join Date
    01-11-2015
    Location
    norfolk
    MS-Off Ver
    2010
    Posts
    67

    cross referencing cells

    after some help from ACE_XL ( thank you )

    i am at a stage where i cannot cross reference
    see workbook attached

    in tab FIXTURES cell G2 i need it to return the result of finding a2 (arsenal ) along with the result of tab FIXTURES cell B3 (Middle ) from RESULTS column BO
    in this case there is one ( which is newcastle ) so should return the answer as 1

    thank you
    Attached Files Attached Files

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: cross referencing cells

    In G2

    =COUNTIFS(RESULTS!$C:$C,$A2,RESULTS!$BO:$BO,$B3)
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  3. #3
    Registered User
    Join Date
    01-11-2015
    Location
    norfolk
    MS-Off Ver
    2010
    Posts
    67

    Re: cross referencing cells

    i tried this '=sumif(RESULTS!$l:$l,$A2,RESULTS!$BO:$BO,$B3)'
    but said too many arguments

  4. #4
    Registered User
    Join Date
    01-11-2015
    Location
    norfolk
    MS-Off Ver
    2010
    Posts
    67

    Re: cross referencing cells

    and how to return the total of column L Ace please based on that criteria?
    in this case 17

    thank you so much

  5. #5
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: cross referencing cells

    COUNTIFS' counterpart should do it

    =SUMIFS(RESULTS!$L:$L,RESULTS!$C:$C,$A2,RESULTS!$BO:$BO,$B3)

  6. #6
    Registered User
    Join Date
    01-11-2015
    Location
    norfolk
    MS-Off Ver
    2010
    Posts
    67

    Re: cross referencing cells

    formulas the bain of me
    thanks ACE_XL
    that covers all my bases.
    I think

  7. #7
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,946

    Re: cross referencing cells

    Testing testing
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

+ 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. Populating some cells based on the text in another. Also, cross referencing?
    By zaphodbblbrux in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-21-2013, 02:50 PM
  2. Cross referencing
    By kborgers in forum Excel General
    Replies: 5
    Last Post: 02-05-2010, 10:56 AM
  3. Cross Referencing Cells to input values
    By whinston in forum Excel General
    Replies: 3
    Last Post: 08-04-2009, 09:56 AM
  4. Cross-referencing coloured cells
    By Simon Ryan in forum Excel General
    Replies: 1
    Last Post: 05-05-2006, 06:55 AM
  5. Cross-referencing-can anyone help?
    By ncmartin in forum Excel General
    Replies: 0
    Last Post: 03-09-2005, 03:37 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