+ Reply to Thread
Results 1 to 3 of 3

how to find small value except 0

  1. #1
    Registered User
    Join Date
    12-26-2012
    Location
    india
    MS-Off Ver
    Excel 2016
    Posts
    49

    how to find small value except 0

    how to find small and max value for the attached sheet without error #num
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,923

    Re: how to find small value except 0

    Change:

    =IF(H2="","0",(LEFT(H2,FIND("/",H2)-1)))

    to:

    =IF(H2="","0",VALUE(LEFT(H2,FIND("/",H2)-1)))
    Last edited by Phuocam; 06-13-2018 at 07:36 AM.

  3. #3
    Registered User
    Join Date
    12-26-2012
    Location
    india
    MS-Off Ver
    Excel 2016
    Posts
    49

    Re: how to find small value except 0

    thanks for your quick reply Phuocam worked...

+ 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] COLUMN find formula for index, small
    By Berna11 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 09-15-2016, 05:51 AM
  2. Using Small to find other columns/rows in the data
    By rpinxt in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-25-2016, 11:27 AM
  3. Using INDEX SMALL IF ROW to find multiple values
    By rival2031 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 06-05-2013, 02:28 AM
  4. [SOLVED] How to find n-th small missing number?
    By Guerolito in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 02-13-2013, 11:42 AM
  5. Can't find the error functions INDEX () and SMALL()
    By HyperG in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-28-2012, 12:20 AM
  6. HLOOKUP, then find SMALL in that column?
    By DavidNYC in forum Excel General
    Replies: 2
    Last Post: 09-21-2009, 02:54 AM
  7. find a small sequence
    By funf77 in forum Excel General
    Replies: 1
    Last Post: 07-30-2009, 12:37 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