+ Reply to Thread
Results 1 to 4 of 4

Referencing multiple ranges to return a value

  1. #1
    Registered User
    Join Date
    11-10-2013
    Location
    Las Vegas
    MS-Off Ver
    Excel 2010
    Posts
    4

    Referencing multiple ranges to return a value

    I have a worksheet with about 15 different sheets and I would like to have one reference sheet that I can see if someone appears in differing ranges from the other sheets. How do i write a formula that will return a value if of "1" if "Chris C" appears in the range FSplash, "2" if "Chris C" appears in FSSolo, "3" if "Chris C" Appears in Fduo, and finally ")" if he doesn't appear at all. I have names set up for my various ranges but the ranges sometimes appear on the same sheets, but most are on differing sheets. I have tried many variations of IF formulas, but I can't figure how to allow several references. I tried VLOOKUP, but the names change and are not in order. I tried MATCH, but again can't get it to reference differing ranges. Thanks for your help.

    Mike

  2. #2
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Referencing multiple ranges to return a value

    Like this...

    =IF(COUNTIF(FSplash,"Chris C"),1,IF(COUNTIF(FSSolo,"Chris C"),2,IF(COUNTIF(Fduo,"Chris C"),3,")")))
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  3. #3
    Registered User
    Join Date
    11-10-2013
    Location
    Las Vegas
    MS-Off Ver
    Excel 2010
    Posts
    4

    Re: Referencing multiple ranges to return a value

    Excellent thank you. I think I was missing some (and maybe a "

  4. #4
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Referencing multiple ranges to return a value

    You're welcome. Thanks for the feedback!

+ 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. [SOLVED] Return value if within range, return multiple values if ranges overlap
    By cde1983 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 08-17-2013, 06:16 AM
  2. Replies: 2
    Last Post: 08-16-2013, 10:18 AM
  3. [SOLVED] Multiple if statement to return single value based on numerous ranges
    By mcranda in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 06-21-2013, 04:51 PM
  4. Help with Referencing Ranges
    By etulipano in forum Excel General
    Replies: 8
    Last Post: 12-01-2012, 04:50 PM
  5. Analyse date frequency cross-referencing multiple date ranges
    By globalpontoon in forum Excel General
    Replies: 2
    Last Post: 05-15-2012, 04:24 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