+ Reply to Thread
Results 1 to 4 of 4

formula to cross reference

  1. #1
    Forum Contributor
    Join Date
    01-06-2009
    Location
    uk
    MS-Off Ver
    Excel 2007
    Posts
    415

    formula to cross reference

    hi guys
    formulas i cannot get my head round at all

    i need e14 to
    work out how many times cell e1 appears in column h and in column b

    so if yes is in e1
    it then needs to look down column b and cross refernce it with column h and return the number of yes that appear in column b AND the same row in column h


    thanks
    Last edited by excellentexcel; 03-04-2009 at 04:23 PM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: formula to cross reference

    Something like:

    =Sumproduct(--(B1:B100=E1),--(H1:H100=E1))

    adjust ranges to suit.
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,372

    Re: formula to cross reference

    Hi
    the formula below counts how many times the value in E1 appears on the same row in column B and column H, between rows 2 and 13. Adjust to your liking.

    =SUMPRODUCT(--(B2:B13=E1),--(H2:H13=E1))

    Is that what you need?

  4. #4
    Forum Contributor
    Join Date
    01-06-2009
    Location
    uk
    MS-Off Ver
    Excel 2007
    Posts
    415

    Re: formula to cross reference

    nbvc
    you are the formula genius
    thank you

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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