+ Reply to Thread
Results 1 to 3 of 3

Match formula for multiple, different cells

Hybrid View

  1. #1
    Registered User
    Join Date
    07-08-2016
    Location
    London, England
    MS-Off Ver
    2010
    Posts
    5

    Match formula for multiple, different cells

    Hi,
    Can you match data from multiple cells that don't fall within an array? For example, I want to match figures from specific cells (A2, A4, A6, A8). And within that formula is there a way of making the value the next lowest number rather than a specific figure?

    Many thanks


    Single cell match

    =MATCH(1,A2,0)

    Array of cells match

    =MATCH(1,A2:A8,0)

    Specific cells match???

    =MATCH(1,A2,A4,A6,A8,0) ????


    Attached Files Attached Files

  2. #2
    Forum Expert tim201110's Avatar
    Join Date
    10-23-2011
    Location
    Russia
    MS-Off Ver
    2016, 2019
    Posts
    2,357

    Re: Match formula for multiple, different cells

    why these cells:A2,A4,A6,A8?
    if there is a condition, then =MATCH(1,if(conditioon,A2:A8),) as CSE

  3. #3
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Match formula for multiple, different cells

    There's no direct way to do that.
    With some manipulation probably, but need more information.

    Example:
    This will do it
    =MATCH(4,CHOOSE({1,2,3,4},A2,A4,A6,A8),0)

    However, Understand that it's NOT returning the row # relative to the cell
    If say 4 was in A4, that formula will return 2 (A4 is the 2nd cell specified in the formula)

    To make it return the next lower value, just subract 1
    =MATCH(4,CHOOSE({1,2,3,4},A2,A4,A6,A8),0)-1



    Now there's probably far better/easier ways to do what you're looking for.
    As Tim suggested, is there some pattern or criteria that determines which cells to look at ? That could probably be used.

+ 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. Replies: 5
    Last Post: 10-16-2016, 02:33 AM
  2. Replies: 11
    Last Post: 01-12-2016, 03:30 PM
  3. [SOLVED] Formula to auto populate cells to match multiple tabs with certain criteria
    By rowena229 in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 03-18-2015, 04:42 PM
  4. Formula to match multiple cells in 2 sheets
    By mubeenff in forum Excel General
    Replies: 15
    Last Post: 02-01-2015, 04:43 AM
  5. Replies: 2
    Last Post: 09-27-2014, 04:34 PM
  6. Excel 2007 : Index, Match, Large Formula: Multiple Criteria, Multiple Ranges
    By SimpleJack in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 07-19-2013, 08:54 AM
  7. Replies: 0
    Last Post: 08-22-2012, 05:28 PM

Tags for this Thread

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