+ Reply to Thread
Results 1 to 3 of 3

Numbering subtotals in one column and numbering details lines to relevant to subtotal

  1. #1
    Forum Contributor
    Join Date
    02-11-2014
    Location
    mauritius
    MS-Off Ver
    MS365
    Posts
    1,086

    Lightbulb Numbering subtotals in one column and numbering details lines to relevant to subtotal

    Hi All

    I have a sheet where i make subtotals with data -subtotals , however i need to numbered it manually in one columns related to subtotals and another columns numbered details related to the subtotals This is very painful to do this manually up to 1000.

    The sheet is sorted in concatenate (Hs Code 1 Description 1 Country)starting from smallest to highest, see sample

    Is there a way by formula to solve THIS

    Thanks in advance
    JEAN
    Attached Files Attached Files

  2. #2
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Numbering subtotals in one column and numbering details lines to relevant to subt

    In T2 Cell

    =IF(ISNUMBER(SEARCH("Total",K2)),MAX($T$1:T1)+1,"")


    In U2 Cell

    =IF(L2="","",COUNTIF($K$2:K2,"*Total*")+1)

    Drag both the formula's down...


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  3. #3
    Forum Expert
    Join Date
    03-28-2014
    Location
    Hyderabad,India
    MS-Off Ver
    Excel 2013
    Posts
    1,887

    Re: Numbering subtotals in one column and numbering details lines to relevant to subt

    HI,

    Try This .


    Punnam
    Attached Files Attached Files

+ 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. Numbering Subtotal Rows
    By alisonoutside in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-10-2013, 03:45 PM
  2. weird (auto numbering) numbering ....
    By freestone in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-20-2010, 07:46 PM
  3. WBS numbering help, auto numbering with indenture
    By hisham2929 in forum Excel General
    Replies: 2
    Last Post: 02-18-2007, 06:59 PM
  4. [SOLVED] Need help in numbering a column while skipping lines
    By Gary Reger in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-21-2005, 06:10 PM
  5. Numbering lines
    By Ralphael1 in forum Excel - New Users/Basics
    Replies: 3
    Last Post: 07-13-2005, 07:05 AM

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