+ Reply to Thread
Results 1 to 5 of 5

Sum function to increase by one

  1. #1
    Registered User
    Join Date
    12-09-2013
    Location
    Lancashire, England
    MS-Off Ver
    Excel 2023
    Posts
    39

    Sum function to increase by one

    Hi

    I have a sheet which I use for orders and have 25 on the sheet each A4 size. The order number looks similar to 12345/2016/ABC/001 and would like the 001 to increase by 1 on each sheet but when I put in the basic formula of =SUM(C4+1) this doesn't work could anyone please provide a different one please?

    Thanks

    Will

  2. #2
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: Sum function to increase by one

    Hi Will,

    If I understand your picture/layout correctly, how about in C4 and drag down...

    ="12345/2016/ABC/"&TEXT(ROW()-3,"000")
    HTH
    Regards, Jeff

  3. #3
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,728

    Re: Sum function to increase by one

    You could do something like this:

    =LEFT(C4,15) & TEXT(RIGHT(C4,3)+1,"000")

    Hope this helps.

    Pete

  4. #4
    Registered User
    Join Date
    12-09-2013
    Location
    Lancashire, England
    MS-Off Ver
    Excel 2023
    Posts
    39

    Re: Sum function to increase by one

    Worked great

    Thanks

  5. #5
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: Sum function to increase by one

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.

+ 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. Not sure which function to increase the dividing number
    By gec888 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 12-19-2015, 08:04 AM
  2. use of (IF) function in increase number gradually with condition
    By anindya.zen in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 10-18-2015, 09:24 PM
  3. Replies: 2
    Last Post: 05-17-2013, 03:00 AM
  4. Need a function to increase dealer costs in a column
    By SkylerOkeefe in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 09-06-2011, 02:23 AM
  5. Function to increase by cloumn and Row simultaneously
    By simon123 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-18-2011, 10:53 AM
  6. Increase function formula by 1 each time i drag down
    By Tommy1005 in forum Excel General
    Replies: 2
    Last Post: 01-09-2011, 08:37 PM
  7. [SOLVED] excel function reduce and increase numbers
    By Joseph Weber in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-28-2005, 05:25 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