+ Reply to Thread
Results 1 to 4 of 4

=MAX number column in order

  1. #1
    Registered User
    Join Date
    08-25-2011
    Location
    Macau
    MS-Off Ver
    MAC Excel 2008
    Posts
    18

    =MAX number column in order

    Would like to have APU 500 PARTS sheet L4:L30 to number 1,2,3,4 when K4:K30 is "Yes" have struggled with =MAX formula to make it work see attached sheet
    Attached Files Attached Files

  2. #2
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,167

    Re: =MAX number column in order

    Hi,

    Try this formula in L4 and pull it down using the lower right corner of the cell handle.

    =COUNTIF(K$3:K4,"Yes")

    Is that what you are looking for? The dollar sign in the formula counts down from the top cell.
    One test is worth a thousand opinions.
    Click the * Add Reputation below to say thanks.

  3. #3
    Forum Expert Palmetto's Avatar
    Join Date
    04-04-2007
    Location
    South Eastern, USA
    MS-Off Ver
    XP, 2007, 2010
    Posts
    3,978

    Re: =MAX number column in order

    =IF(K4="No","",COUNTIF($K$4:K4,"Yes"))
    Palmetto

    Do you know . . . ?

    You can leave feedback and add to the reputation of all who contributed a helpful response to your solution by clicking the star icon located at the left in one of their post in this thread.

  4. #4
    Registered User
    Join Date
    08-25-2011
    Location
    Macau
    MS-Off Ver
    MAC Excel 2008
    Posts
    18

    Re: =MAX number column in order

    Thanks added a little to it to cover blank cells as well now to work on the Summary page to create an order form

    =IF(K4<>"",IF(K4="No","",COUNTIF($K$4:K4,"Yes")),"")
    Last edited by jettechfsr; 12-26-2016 at 01:22 PM.

+ 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. Filter Column doesn't arrange in number order
    By Article92 in forum Excel General
    Replies: 1
    Last Post: 10-23-2014, 04:32 PM
  2. Add numbers to column based on order number change
    By fpmsi in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 11-11-2013, 11:48 AM
  3. [SOLVED] Add an Autonumber to a column, for use as a sequential Purchase Order Number
    By oracle741 in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 10-24-2013, 04:44 PM
  4. Replies: 1
    Last Post: 07-25-2012, 11:05 PM
  5. Replies: 1
    Last Post: 04-28-2006, 02:20 PM
  6. [SOLVED] How do you make a column number its self in order from a given #
    By jasond in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-20-2006, 09:10 PM
  7. How do you make a column number its self in order from a given #
    By jasond in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-20-2006, 09:10 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