Forum Discussion

anupambit1797's avatar
anupambit1797
Iron Contributor
Mar 07, 2025
Solved

Filter and Sequence Function

Dear Experts,                   I have a Data like below:- The Column"D" can have the values from 1..5 but in Sequence only, I need to filter only the ones where this txNumber is starting from...
  • m_tarler's avatar
    m_tarler
    Mar 07, 2025

    In that last column use the following and fill down:

    =IF((D2>1)+(D3>1),"grp-"&COUNTIF(D$1:D3,2)-1,"")

    I will try attaching again but sometimes this forum will filter files (especially .xlsm & .xlsb)

Resources