Sequential numbering of cells

Is there a way of automatically numbering cells in sequential order.

e.g. after Post Idea 2 is Post Idea 3, Post Idea 4, etc.?

hi @Steven_Kryger ,

this formula outputs numbers in sequential order in case the table is not sorted:

thisTable.Find(thisRow)

this you can use in a Format() and would look like something:

Hope it helps,

Cheers, Christiaan

4 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.