+ Reply to Thread
Results 1 to 5 of 5

Need Formula to make Series of Numbers with Defined Conditions

  1. #1
    Registered User
    Join Date
    08-07-2022
    Location
    Canada
    MS-Off Ver
    2021
    Posts
    39

    Need Formula to make Series of Numbers with Defined Conditions

    Hi Everyone,
    I hope you are fine,
    Series 1
    In cell B4, I have value from which the sequence should start. In cell C4, I have value on which sequence will end. In cell D4, I have a value for which next value of sequence will increase. In cell B8, I have a value say 30. This sequence should repeat for 30 times. I want to start this series from cell B10 onward.

    Series 2
    In cell B5, I have value from which the sequence should start. In cell C5, I have value on which sequence will end. In cell D5, I have a value for which next value of sequence will increase. In cell C8, I have a value say 10. Every next number of the sequence should be repeated for 10 times. I want to start this series from cell C10 onward.

    Series 3
    In cell B6, I have value from which the sequence should start. In cell C6, I have value on which sequence will end. In cell D6, I have a value for which next value of sequence will increase. In cell D8, I have a value say 10. Every next number of the sequence should be repeated for 10 times. I want to start this series from cell D10 onward.

    Please see attached sample file for more clarification

  2. #2
    Forum Expert
    Join Date
    09-07-2014
    Location
    Israel
    MS-Off Ver
    office 365 for MAC
    Posts
    3,105

    Re: Need Formula to make Series of Numbers with Defined Conditions

    hi,
    Are you using MS365?

  3. #3
    Registered User
    Join Date
    08-07-2022
    Location
    Canada
    MS-Off Ver
    2021
    Posts
    39

    Re: Need Formula to make Series of Numbers with Defined Conditions

    Hi belinda200,

    I am using Excel 2021.

  4. #4
    Registered User
    Join Date
    06-02-2020
    Location
    Turkey
    MS-Off Ver
    365 TR - V.2309
    Posts
    97

    Re: Need Formula to make Series of Numbers with Defined Conditions

    Hi,
    see attached file..

    Series 1

    =D4*(MOD((SEQUENCE(F4*B8*E4)-1),E4)+1)

    Series 2

    =D5*(MOD(INT((SEQUENCE(F5*C8*E5)-1)/C8),E5)+1)

    Series 3

    =D6*(MOD(INT((C-1)/D8),E6)+1)

    Nota :
    D8 = 60 (not 10)
    and for 300 rows total, Nb repeat
    Series 1 F6 = 1
    Series 2 F7 = 5
    Series 3 F8 = 1

    Edit :
    =SEQUENCE(F6*D8*E6) or SEQUENCE(F4*B8*E4) or SEQUENCE(F5*C8*E5) = SEQUENCE(300)
    Attached Images Attached Images
    Attached Files Attached Files
    Last edited by 52779; 08-07-2022 at 09:21 PM.

  5. #5
    Registered User
    Join Date
    08-07-2022
    Location
    Canada
    MS-Off Ver
    2021
    Posts
    39

    Re: Need Formula to make Series of Numbers with Defined Conditions

    Hi 52779,

    Thank you so much for your time and efforts. It worked perfectly. Really too much thankful to you

+ 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. [SOLVED] Excel formula to Extract Numbers Within a Defined Range
    By Bontcho10 in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 03-05-2019, 06:06 PM
  2. [SOLVED] need formula to add all positive numbers in a series of numbers
    By excel4jp in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-03-2017, 09:04 AM
  3. [SOLVED] Match Pre-defined Numbers and Enter Pre-defined Text
    By pratnimk in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 02-28-2017, 04:41 AM
  4. [SOLVED] Specific conditions (values) make a formula bug
    By pitinswiss in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-16-2014, 12:39 PM
  5. Replies: 3
    Last Post: 07-27-2013, 04:57 AM
  6. If formula greater than a series of numbers
    By newbie4 in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 08-17-2012, 03:25 PM
  7. [SOLVED] Need help: The sum of a series of numbers in a single formula
    By Notasnack in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 08-02-2012, 04:34 PM

Tags for this Thread

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