+ Reply to Thread
Results 1 to 5 of 5

count number between specific cells given certain conditions

  1. #1
    Registered User
    Join Date
    07-08-2013
    Location
    Cincinnati, ohio
    MS-Off Ver
    Excel 2010
    Posts
    13

    count number between specific cells given certain conditions

    so i have a master list of data:

    Number Date
    4.1 6/2
    4 6/3
    5 6/4
    4.5 6/5
    4.2 6/6
    4.8 6/7

    and then i use formulas to get the largest two values and specific dates:

    5 6/4
    4.8 6/7

    i need to know the number of cells between 5 and 4.8 after i've found that they are the two highest. I cannot use the dates as a counting method. I need to somehow use a count formula to tell me that there are 4 cells (including 5) from 5 to 4.8.

    days between 2 highest numbers
    ???

    any help would be greatly appreciated!

  2. #2
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,612

    Re: count number between specific cells given certain conditions

    ...and then i use formulas to get the largest two values...
    Which are?...
    Ben Van Johnson

  3. #3
    Registered User
    Join Date
    07-08-2013
    Location
    Cincinnati, ohio
    MS-Off Ver
    Excel 2010
    Posts
    13

    Re: count number between specific cells given certain conditions

    =large(A1:A6, 1)
    =large(A1:A6, 2)

    which gives me 5 and 4.8

    so there are 4 cells between those numbers on my original list, i need a formula to tell me that

  4. #4
    Forum Expert ConneXionLost's Avatar
    Join Date
    03-11-2009
    Location
    Victoria, Canada
    MS-Off Ver
    2010
    Posts
    2,952

    Re: count number between specific cells given certain conditions

    How about:

    Please Login or Register  to view this content.
    Would you like to say thanks? Please click the: " Add Reputation" button, on the grey bar below the post.

  5. #5
    Registered User
    Join Date
    07-08-2013
    Location
    Cincinnati, ohio
    MS-Off Ver
    Excel 2010
    Posts
    13

    Re: count number between specific cells given certain conditions

    Yeah!!!

    thanks for the help!!

+ 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