Forum Discussion

leolapa's avatar
leolapa
Brass Contributor
Jan 08, 2025
Solved

Create array with repeated values from another array

The screenshot below pretty much summarizes what I need to accomplish. Say I have the "Original array" below. I need to come up with a formula that will create another array (the "Resulting array" ...
  • m_tarler's avatar
    Jan 08, 2025

    There are a number of ways.  Here is one using 365:

    =CHOOSEROWS(Table1,INT(SEQUENCE(ROWS(Table1)*count,,1,1/count)))

     

Resources