+ Reply to Thread
Results 1 to 5 of 5

FIND first different value in a series and produce corresponding value from another column

  1. #1
    Registered User
    Join Date
    06-12-2016
    Location
    Ann Arbor, MI
    MS-Off Ver
    2010
    Posts
    6

    FIND first different value in a series and produce corresponding value from another column

    Did you follow all that? Yeah, me neither but that's precisely what I need and I've tried nearly every combination of FIND, MATCH, INDEX, and all of my other go-to's but to no avail. That's why I defer to your expertise to solve the following issue:

    I'm looking for a formula that finds the first different value in column B for each value in column A, and produces the corresponding value in column C.

    I feel like this is more easily demonstrated visually than verbally so I've attached a quick example that should make this way more comprehensible. Thank you so much in advance for your help!
    Attached Files Attached Files
    Last edited by Lemmy Kickit; 11-22-2017 at 05:24 PM.

  2. #2
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,445

    Re: FIND first different value in a series and produce corresponding value from another co

    In cell D2:
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    and copy down. Filter column D for non blank and copy if required.
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


  3. #3
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: FIND first different value in a series and produce corresponding value from another co

    Try this in G30:

    =INDEX(C$2:C$27,INDEX(MATCH(1,(A$2:A$27=F30)*(B$2:B$27<>VLOOKUP(F30,A$2:B$27,2,0)),0),0))

  4. #4
    Registered User
    Join Date
    06-12-2016
    Location
    Ann Arbor, MI
    MS-Off Ver
    2010
    Posts
    6

    Re: FIND first different value in a series and produce corresponding value from another co

    Quote Originally Posted by TMS View Post
    In cell D2:
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    and copy down. Filter column D for non blank and copy if required.
    Dang, I hadn't considered going that route, thanks a lot for your help!

    Quote Originally Posted by 63falcondude View Post
    Try this in G30:

    =INDEX(C$2:C$27,INDEX(MATCH(1,(A$2:A$27=F30)*(B$2:B$27<>VLOOKUP(F30,A$2:B$27,2,0)),0),0))
    This is perfect, and makes me feel better that I was so close. Thank you also. Really appreciate the help, guys. Now I won't have to stay late the day before Thanksgiving haha.

  5. #5
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: FIND first different value in a series and produce corresponding value from another co

    You're welcome. Glad that we could help.

    Enjoy your thanksgiving!

+ 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] Find Suitable sheet material to produce panel size
    By lee_har in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 11-20-2016, 09:26 AM
  2. Replies: 2
    Last Post: 02-27-2015, 04:20 PM
  3. How do you fill a series of cell references and skip four to produce a sequence
    By john dalton in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 12-02-2014, 07:25 AM
  4. How to Find Minimum Can Produce?
    By Rajeshkumar R in forum Excel General
    Replies: 7
    Last Post: 03-14-2012, 11:56 PM
  5. mixing column chart types for series and macro series?
    By riwiseuse in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 03-30-2010, 05:27 PM
  6. produce a formulate to produce assigned seats for dinner
    By DavidJoss in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 10-03-2005, 10:05 PM
  7. how do I change a line series to a column series in excel?
    By Mati in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 05-12-2005, 05:06 AM

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