milovskilab
New Member
- Joined
- Jul 24, 2023
- Messages
- 2
- Office Version
- 365
- Platform
- Windows
Hi! Been scratching my head with this all afternoon - I want to filter a long list to give me unique values, but I want my new list to have 3 spare rows between each item.
I have used an excellent formula that i found on this forum, but it is consistently ignoring the last item on my filtered list... can anyone help please!
The formula is
=LET(u,SORT(UNIQUE(FILTER(Stk_Trans[[#All],[STOCK_CODE]],Stk_Trans[[#All],[STOCK_CODE]]<>""))),s,SEQUENCE(ROWS(u)*2-1,,,0.75),IF(MOD(s,1)<>0,"",INDEX(u,s)))
And it works like a dream apart from ignoring the last item on the filtered list. I am sure i am missing something really simple, but I just can't see it!
Thanks in advance, you clever people!
I have used an excellent formula that i found on this forum, but it is consistently ignoring the last item on my filtered list... can anyone help please!
The formula is
=LET(u,SORT(UNIQUE(FILTER(Stk_Trans[[#All],[STOCK_CODE]],Stk_Trans[[#All],[STOCK_CODE]]<>""))),s,SEQUENCE(ROWS(u)*2-1,,,0.75),IF(MOD(s,1)<>0,"",INDEX(u,s)))
And it works like a dream apart from ignoring the last item on the filtered list. I am sure i am missing something really simple, but I just can't see it!
Thanks in advance, you clever people!