Several possibilities described at https://www.exceldemy.com/excel-inse...every-nth-row/
I used this formula in cell E4, so that it could be compared directly with what you want to achieve:
=IF(MOD(ROWS($1:4),5)=0,"",INDEX(A$4:A4,COUNTIF(E$3:E3,"?*")+1))
If you want it to work in column C you need to change the references to column E (shown in red above).
Hope this helps.
Pete
Thanks to both of you @Pepe Le Mokko And @Pete_UK
You're welcome, and thanks for the rep.
Pete
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks