Results 1 to 26 of 26

Cross Check Columns for Index Match Match

Threaded View

  1. #1
    Registered User
    Join Date
    12-30-2015
    Location
    London
    MS-Off Ver
    2010
    Posts
    13

    Cross Check Columns for Index Match Match

    Hello,

    My first time, so apologies in advance for any forum etiquette mistakes.

    Brief Background:
    I have a table of data which is updated monthly, and I have to update another excel document manually. For this exercise I have created a small dumby document but it still has the same principles.
    I have developed a formula which extracts a cell value and puts the value into another table, provided a given integer (serial number) is specified.

    Formula: copy to clipboard
    =INDEX($G$13:$H$28, MATCH(A3&"*", $G$13:$G$28,0), MATCH("Cost",$G$13:$H$13,0))


    Problem:
    I will try my best to explain, however I ask please view the attached so it will make more sense.
    Currently my INDEX MATCH MATCH is only extracting costs from line 1 to 6 (see table 1 below). This is an issue as when I seek information from line 8 "Vauxhall|5|Silver|1002yum|£8,465.25", my INDEX MATCH MATCH will never retrieve this as instead it will take line 2. This is due to the serial numbers being the same.

    What I require is an initial formula that cross checks the three columns (car, door and colour), before it then looks for the serial number. My first obstacle is matching a partial string with a string in the car column. All I have managed so far is:

    Formula: copy to clipboard
    =IF(AND(MATCH(J7&"*", B3:B18, 0), MATCH("*"&J7&"*", C3:C18,0), MATCH("*"&J7,D3:D18,0)),INDEX($E$3:$F$18, MATCH(J4&"*", $E$3:$E$18,0), MATCH("Cost",$E$3:$F$3,0)),"Error")


    First Table
    Car Door Colour S/N Cost
    Ford 5 Silver 1001ttcc £5,998.78
    Ford 5 Silver 1002yun £3,454.56
    Ford 5 Black 1003uyt £4,875.45
    Ford 3 Black 1004ret £3,460.34
    Ford 3 Silver 1005dft £8,973.34
    Ford 3 Black 1006hgt £8,778.23
    Vauxhall 5 Black 1001ttcc £3,785.45
    Vauxhall 5 Silver 1002yun £8,465.25
    Vauxhall 5 Black 1003uyt £1,549.35
    Vauxhall 5 Silver 1004ret £1,237.56
    Vauxhall 3 Silver 1005dft £7,895.64
    Vauxhall 3 Silver 1006hgt £5,498.36

    Second Table
    Vauxhall 5 Door Silver
    1002 3454.56 <- should be £8,465.25 (from line 8 in table 1)
    1004 3460.34 <- should be £1,237.56 (from line 10 in table 1)

    Thank you in advance, and I hope I have made this as clear as possible.

    Harr
    Attached Files Attached Files

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Using Index & Match (or similar) to check two columns for a match
    By dvs in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 10-30-2015, 07:07 PM
  2. INDEX MATCH MATCH/OFFSET MATCH MATCH with named ranges
    By Andrew-Mark in forum Excel General
    Replies: 3
    Last Post: 02-27-2015, 10:56 PM
  3. Index/Match but the second match criteria >0 regarding 3 columns
    By Ben2487 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 09-29-2014, 12:08 PM
  4. Index Match Match with rank check
    By Jonathan9 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-20-2014, 11:46 AM
  5. [SOLVED] Match Issue - Consolidate Columns of Data With Match/Index/etc?
    By excelsior123 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-03-2014, 05:14 PM
  6. [SOLVED] Index Match (I think) cross checking multiple criteria
    By jimbokeep in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-23-2013, 11:55 AM
  7. Index/Match cross search and extract
    By taccca in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 12-03-2009, 07:13 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