+ Reply to Thread
Results 1 to 3 of 3

Return value different than "" from a data array.

  1. #1
    Registered User
    Join Date
    01-03-2014
    Location
    Mexico
    MS-Off Ver
    Excel 2010
    Posts
    2

    Return value different than "" from a data array.

    Good afternoon! I've been struggling with this issue, and so far I haven't been able to solve it. I have a complex date master, consisting of the following:

    7 item categories (i.e. A,B,C,D,E,F,G) each letter represents a different component for each item type. I've performed a Vlookup which returns either "" or a serial number (i.e. 123NDXXX092).

    Vlookup formula used

    =IF(IFERROR(VLOOKUP("*"&R2&"*",'48A4D050-G-621EE'!$D$2:$D$2000,1,0),"")<>"",VLOOKUP("*"&R2&"*",'48A4D050-G-621EE'!$D$2:$D$2000,1,0),"")

    *****

    Item B, for instance, has 420 rows, of which only one row returns a serial number, whilst the others return "" with the already mentioned Vlookup formula.

    Trouble comes when trying to make the summary. I've a table listed

    Item Serial Number
    A -
    B -
    C -
    D -
    E -
    F -
    G -

    I want it to show the row which return a result different from "", since only one row out of the total array will have a serial number. I've tried the following formula but it only works for the arrays which have the result on the top row:

    =IF(INDIRECT(U6)<>"",INDIRECT(U6),"")

    Whereas U6 is the name of the data array.

    I deeply appreciate in beforehand all of your help. If additional information is needed, feel free to ask for it.

    Regards!

  2. #2
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,446

    Re: Return value different than "" from a data array.

    This thread is marked "Solved" is this correct?

  3. #3
    Registered User
    Join Date
    01-03-2014
    Location
    Mexico
    MS-Off Ver
    Excel 2010
    Posts
    2

    Re: Return value different than "" from a data array.

    Nope! It shouldn't be marked as solved yet! Thanks for noticing it!

    Admin note - Marked the thread as unsolved for you.
    Last edited by arlu1201; 01-06-2014 at 02:07 AM.

+ 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. Replies: 5
    Last Post: 01-23-2014, 11:02 AM
  2. Return "green", "yellow" or "red" from date/age and priority ranking
    By Cantaloop in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-04-2013, 12:12 AM
  3. Replies: 2
    Last Post: 12-25-2012, 08:49 AM
  4. Replies: 3
    Last Post: 02-16-2011, 02:55 PM
  5. If changed array formula reduce ""\""\""\ - signs to #Missing, will it make ...
    By Maria J-son in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 03-05-2006, 08:25 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