+ Reply to Thread
Results 1 to 3 of 3

using small function while ignoring 2 cell WITH data

  1. #1
    Registered User
    Join Date
    10-22-2007
    Posts
    1

    using small function while ignoring 2 cell WITH data

    Hello,

    What I am trying to do is use the small function to find the second smallest number. The problem is that when I choose the cells =small(B1:D1,G1,2) It doesn't work, now I have figured out why it doesn't work is because as soon as it see the , it thinks that is the k value. I know you can skip blanks and 0 but the 2 cells I want to leave off have data in them. Is there a way to do this? I am so new to all of this that there is probably a very easy way do fix this. I have searched the web for 2 weeks and can find no info on this. Thank you all very much for any info you can give.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    One way is to name the range and use that name in the formula...

    so if you name B1:D1 and G1 as "Dataset" then a formula like: =SMALL(Dataset,2) will give desired result.

    To name the range, select B1:D1, hold CTRL key and select G1, then go to Insert|Name|Define and enter "Dataset" without the quotes (you can also just enter the name in the box to the left of the formula Bar at top).
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675
    If B1:D1 contains 1,2,2,3 and G1 contains 1 what do you expect the second smallest value to be?

+ 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