+ Reply to Thread
Results 1 to 3 of 3

vlookup; reverse range of array

Hybrid View

Sri94 vlookup; reverse range of... 04-01-2014, 03:29 PM
Pauleyb Re: vlookup; reverse range of... 04-01-2014, 04:37 PM
Sri94 Re: vlookup; reverse range of... 04-03-2014, 04:05 PM
  1. #1
    Registered User
    Join Date
    01-31-2014
    Location
    India
    MS-Off Ver
    Excel 2010
    Posts
    5

    vlookup; reverse range of array

    Hello.

    I have column a and colm b.. Colm a consists of a range aa,aa,aa,ab,ab,ab,ab.... Colm b consist of the ranking of colm a in the order 1,2,3,1,2,3,4... Now am trying an array formula if(b1=large(vlookup(a1,a1:b7,2),1),"Y","N") this is giving me y while it should give n....probably because vlookup refers to.the first values first as the range. Can someone help me fix this??

    please excuse no table.. Query posted from handphone

  2. #2
    Forum Expert
    Join Date
    06-26-2010
    Location
    Austin, TX
    MS-Off Ver
    Excel 2010
    Posts
    1,673

    Re: vlookup; reverse range of array

    I think this is what you are looking for (it is an array formula):
    =IF(B1=MAX(--(A1=$A$1:$A$7)*$B$1:$B$7),"Y","N")
    Pauley
    --------
    If I helped with your issue, I'd appreciate a rep bump (hit the '*' icon to the bottom left of this post).

  3. #3
    Registered User
    Join Date
    01-31-2014
    Location
    India
    MS-Off Ver
    Excel 2010
    Posts
    5

    Re: vlookup; reverse range of array

    Thank u!! That helped!!

+ 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. how to reverse a range/array?
    By Harlan Grove in forum Excel Formulas & Functions
    Replies: 15
    Last Post: 09-06-2005, 02:05 PM
  2. [SOLVED] how to reverse a range/array?
    By peter dmz in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 11:05 AM
  3. [SOLVED] how to reverse a range/array?
    By peter dmz in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 03:05 AM
  4. how to reverse a range/array?
    By peter dmz in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 02:05 AM
  5. [SOLVED] how to reverse a range/array?
    By peter dmz in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-05-2005, 11:05 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