+ Reply to Thread
Results 1 to 6 of 6

match and get intersection

  1. #1
    Forum Contributor
    Join Date
    06-15-2012
    Location
    beirut
    MS-Off Ver
    Excel 2007
    Posts
    215

    match and get intersection

    dear,
    i need a formula get value of cell by intersection of match value in column "A" and the last non empty cell in the same row of matching , also i want to get the header value of the same column of intersection , the i want to offset -1 in column to get the value of cell before last non empty cell with its header.

    in the attached file first row is the example to match value of "A1" = 75 then get the cell value from the intersection of row and last non empty cell with its header , also the same for the value of before last empty cell .
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    02-11-2014
    Location
    New York
    MS-Off Ver
    Excel 365 (Windows)
    Posts
    6,279

    Re: match and get intersection

    Here you go... attached.
    Attached Files Attached Files
    Bernie Deitrick
    Excel MVP 2000-2010

  3. #3
    Forum Contributor
    Join Date
    06-15-2012
    Location
    beirut
    MS-Off Ver
    Excel 2007
    Posts
    215

    Re: match and get intersection

    Very thanks Bernie deitrick , this is what i want .

    Best Regards

  4. #4
    Forum Contributor
    Join Date
    06-15-2012
    Location
    beirut
    MS-Off Ver
    Excel 2007
    Posts
    215

    Re: match and get intersection

    dear Bernie, can you edit the formula a little bit to be : if the value in "A1" greater than last value in Column "A" to get massage " out of Area " in Cells B1:C2 ?

  5. #5
    Forum Expert
    Join Date
    02-11-2014
    Location
    New York
    MS-Off Ver
    Excel 365 (Windows)
    Posts
    6,279

    Re: match and get intersection

    in A2, use

    =IFERROR(MAX(IF(VLOOKUP($A$1,$A$4:$J$12,COLUMN($A$4:$J$4),FALSE)<>"",COLUMN($A$4:$J$4))),"Out of Area")

    And change all the other formulas from

    =OLDFormula
    to
    =IFERROR(OldFormula,"Out of Area")

  6. #6
    Forum Contributor
    Join Date
    06-15-2012
    Location
    beirut
    MS-Off Ver
    Excel 2007
    Posts
    215

    Re: match and get intersection

    Thanks Bernie for helping me

    Best Regards

+ 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] Index Function/match Intersection?? ?
    By pAPERCLIP20 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-05-2013, 11:14 AM
  2. Replies: 1
    Last Post: 07-16-2013, 06:41 PM
  3. Index / Match to find value at point of intersection across multiple sheets
    By Pipes Chettiar in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-19-2012, 08:32 AM
  4. Intersection
    By kamalhilmi in forum Excel General
    Replies: 1
    Last Post: 01-26-2011, 01:10 AM
  5. [SOLVED] Match data to find intersection
    By Shannon in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 08-07-2006, 12:30 PM
  6. Looking for intersection
    By David in forum Excel Programming / VBA / Macros
    Replies: 14
    Last Post: 11-16-2005, 09:40 AM
  7. [SOLVED] intersection of 2 graphs
    By utopian_sorceror in forum Excel Charting & Pivots
    Replies: 4
    Last Post: 09-19-2005, 02:05 AM
  8. intersection
    By Micro in forum Excel General
    Replies: 3
    Last Post: 06-29-2005, 07:05 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