+ Reply to Thread
Results 1 to 2 of 2

Minimum Count

  1. #1
    Registered User
    Join Date
    10-12-2010
    Location
    Grand Rapids, MI
    MS-Off Ver
    Excel 2003
    Posts
    3

    Minimum Count

    Here is my situation.....I have a set of data 4 rows long and 4 columns wide. For example,
    lets say my data is:
    4 6 5 5
    3 4 5 2
    4 3 6 4
    2 5 4 6

    With that being columns A-D and rows 1-4, I would like a formula for Column E row 1 that would give the number of times that row contains a unique minimum for that row. For example, Row 1 would yield "0" as it has no unique minimums, Row 2 would yield "1" as 2 is the absolute minimum in column D, Row 3 would yield "1" as 3 is the minimum of column B, and Row 4 would yield "2" as both 2 and 4 are unique minimums of columns A and C. Sorry for the repetition, just wanted to give an example......If anyone has any advice I would appreciate it....Thanks.

    Drew
    Last edited by rodewala; 10-15-2010 at 05:56 PM.

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: Minimum Count

    Hello Drew, thanks for changing the thread title.

    Try this formula in E1 copied down

    =SUMPRODUCT((COUNTIF(OFFSET(A$1:A$4,0,COLUMN(A1:D1)-COLUMN(A1)),"<="&A1:D1)=1)+0)
    Audere est facere

+ 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