+ Reply to Thread
Results 1 to 4 of 4

table to show Non Zero

  1. #1
    Forum Contributor
    Join Date
    11-10-2012
    Location
    India
    MS-Off Ver
    Excel 2003 to Excel 2010
    Posts
    235

    table to show Non Zero

    i have attached a file where there is a sample data in Green naming "new"... in other table I want to show only those data where points are coming non Zero.
    Sample file is attached herewith
    Attached Files Attached Files
    Last edited by vjharry; 06-15-2013 at 08:50 AM.
    Click on (*), if you agree.

  2. #2
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: table to show Non Zero

    maybe with an pivot table.
    Attached Files Attached Files
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  3. #3
    Valued Forum Contributor
    Join Date
    10-29-2012
    Location
    Mojokerto,Indonesia
    MS-Off Ver
    Excel 2007
    Posts
    554

    Re: table to show Non Zero

    array formula (C S E )

    at F11
    {=IFERROR(INDEX(A$3:A$8,SMALL(IF(new[points]<>0,MATCH(new[Name],new[Name],0)),ROW(1:1))),"")}
    drag right and down.

  4. #4
    Valued Forum Contributor
    Join Date
    10-29-2012
    Location
    Mojokerto,Indonesia
    MS-Off Ver
    Excel 2007
    Posts
    554

    Re: table to show Non Zero

    sorry at A12

+ Reply to Thread

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