+ Reply to Thread
Results 1 to 5 of 5

Problem extracting information from the list

  1. #1
    Registered User
    Join Date
    03-26-2015
    Location
    SINGAPORE
    MS-Off Ver
    MS2013
    Posts
    56

    Problem extracting information from the list

    Hi can anyone here kind enough to tell me what is wrong with my formula.
    I want to extract the list of suppliers from another worksheet, but the last row of information is always missing!
    And how to delete the empty rows from the drop down list. Pl help!
    Thanks!
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,209

    Re: Problem extracting information from the list

    Try

    =IFERROR(INDEX(POS!$E$2:$E$100,SMALL(IF(POS!$E$2:$E$100<>"",ROW(POS!$E$2:$E$100)-ROW(POS!$E$2)+1,""),ROWS($1:1))),"")

    You get a problem because you have blanks in your supplier list so the COUNTA used to determine the length of the named range is wrong.
    Last edited by JohnTopley; 05-26-2016 at 04:42 AM.

  3. #3
    Registered User
    Join Date
    03-26-2015
    Location
    SINGAPORE
    MS-Off Ver
    MS2013
    Posts
    56

    Re: Problem extracting information from the list

    yes, i know is the blanks that is causing the problem. May I know what is the problem with the count on the suppliers? I keep having one less. Why is that so?

  4. #4
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,209

    Re: Problem extracting information from the list

    COUNTA in your named range gives a count of 7 and in the INDEX formula uses 7 as the number of rows which takes us to row 8. But your data ends in row 10: hence missing data.
    Last edited by JohnTopley; 05-26-2016 at 06:51 AM.

  5. #5
    Registered User
    Join Date
    03-26-2015
    Location
    SINGAPORE
    MS-Off Ver
    MS2013
    Posts
    56

    Re: Problem extracting information from the list

    This formula does not give me a unique distinct list.

+ 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] Extracting information from a list
    By doublea17 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 11-21-2013, 04:25 PM
  2. [SOLVED] Problem Extracting State(Text) from a long list of addresses.
    By seaspi in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 09-11-2013, 05:25 PM
  3. Extracting Row Information if Value appears in Columns to List under Column Heading
    By cristame in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 09-10-2013, 11:26 AM
  4. Replies: 5
    Last Post: 04-17-2013, 10:55 AM
  5. [SOLVED] Extracting information from a comma separated list of values in one cell
    By cardiff in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 09-11-2012, 09:17 PM
  6. Extracting information from a list
    By leoceara in forum Excel General
    Replies: 4
    Last Post: 07-09-2007, 01:15 PM
  7. Replies: 0
    Last Post: 03-20-2006, 10:55 AM
  8. Extracting Information
    By badpuppie in forum Excel General
    Replies: 0
    Last Post: 05-20-2005, 02:45 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