Results 1 to 13 of 13

Vlookup or If/Then to return a substitute cell for a cell that matches itself in a range

Threaded View

Shadefalcon Vlookup or If/Then to return... 11-13-2012, 01:09 PM
tigeravatar Re: Vlookup or If/Then to... 11-13-2012, 01:46 PM
Shadefalcon Re: Vlookup or If/Then to... 11-13-2012, 02:04 PM
Shadefalcon Re: Vlookup or If/Then to... 11-13-2012, 02:05 PM
tigeravatar Re: Vlookup or If/Then to... 11-13-2012, 02:19 PM
Shadefalcon Re: Vlookup or If/Then to... 11-13-2012, 02:29 PM
Shadefalcon Re: Vlookup or If/Then to... 11-13-2012, 02:25 PM
tigeravatar Re: Vlookup or If/Then to... 11-13-2012, 02:32 PM
Shadefalcon Re: Vlookup or If/Then to... 11-13-2012, 02:43 PM
Jacc Re: Vlookup or If/Then to... 11-13-2012, 02:44 PM
tigeravatar Re: Vlookup or If/Then to... 11-13-2012, 02:59 PM
Shadefalcon Re: Vlookup or If/Then to... 11-13-2012, 03:30 PM
Jacc Re: Vlookup or If/Then to... 11-13-2012, 06:02 PM
  1. #11
    Forum Expert tigeravatar's Avatar
    Join Date
    03-25-2011
    Location
    Colorado, USA
    MS-Off Ver
    Excel 2003 - 2013
    Posts
    5,361

    Re: Vlookup or If/Then to return a substitute cell for a cell that matches itself in a ran

    Shadefalcon,

    Attached is a modified version of example book 2.

    In sheet 'Table 1' cell B2 and copied down is this array formula:
    =IF(COUNTIF('Table 2'!$A$2:$E$15,A2)=0,"",INDEX('Table 2'!A:A,MIN(IF('Table 2'!$A$2:$E$15=A2,ROW('Table 2'!$B$2:$E$15)))))
    Note that array formulas must be entered with Ctrl+Shift+Enter and not just Enter. That's how they get the curly braces {}. Do not try to add those yourself.
    Attached Files Attached Files

Thread Information

Users Browsing this Thread

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

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