Hello.
I have a column that contains a repeating word, within a named range. ("Chapter_Range")
Is it possible to add an incremental value at the end of this word throughout the named range?
As an example, given the name "Chapter"
From this:
Bill
Chapter
John
Robert
Chapter
Mary
Chapter
to this
Bill
Chapter 1
John
Robert
Chapter 2
Mary
Chapter 3
If this is difficult, Having the increment appear in the adjacent cell would also work (although the above request would be preferred)
I will be adding new rows in between, so a VBA script will allow me to manually update via button, when needed.
Thanks for any help
Jeff
.
Bookmarks