+ Reply to Thread
Results 1 to 3 of 3

Findest the lowest occurence in a row

  1. #1
    Registered User
    Join Date
    09-12-2007
    Posts
    66

    Findest the lowest occurence in a row

    Hi All

    What is the formula I would need to use in the attached spreadsheet to calculated the lowest or first occurrence within a row?

    As you can see in the top table Product A is delivered in weeks 2, 4 and 6, what I need is the lower table to show the first week i.e. wk 2 that the product has been delivered.

    Is this possible?

    Thanks in advance!
    Attached Files Attached Files
    Last edited by mrchoppychops; 05-07-2009 at 11:48 AM.

  2. #2
    Forum Expert
    Join Date
    04-14-2009
    Location
    Taiwan
    MS-Off Ver
    Excel 2016,2019,O365
    Posts
    2,913

    Re: Findest the lowest occurence in a row

    B7
    =IF(COLUMN()=MIN(IF(ISNUMBER($B2:$I2),COLUMN($B2:$I12))),"x","")

    Commit with Ctrl+Shift+Enter, drag down this formula to fit your range

    Sample file is as attached

    HTH,

    windknife
    Attached Files Attached Files

  3. #3
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,702

    Re: Findest the lowest occurence in a row

    Try this formula in B7

    =IF(AND(ISNUMBER(B2),SUM($A2:A2)=0),"x","")

    copy across and down to I10

+ 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