Forum Discussion

TannerCreamer's avatar
TannerCreamer
Copper Contributor
Mar 04, 2026
Solved

Excel Row Pattern

Is there a formula or way I can make multiple decimals continuously adding like so .001.001 .002.002 .003.003   but also have text in front of the 1st decimal  
  • m_tarler's avatar
    Mar 05, 2026

    try this:

    ="TEXT"& LET(s,SEQUENCE(99),n,TEXT(s,"\.000"),n&n)

    where "TEXT" is the text in front of the 1st decimal and the 99 is the number of lines you want