Can anyone help me with this Word problem?
I want to insert sequential numbers through a series of ten documents (the books of the Rigveda). In the first book, I want to replace
.1
with
.1 (1)
so that .2 becomes automatically .2(2) etc., up to .1** (1**)
In the next book I want to replace
.1
with
.1 (192)
so that then .2 becomes automatically .2 (193) etc., up to .43 (234)
The tenth book will then replace the consecutive numbering from .1 to .1** with .1 (827) to .1** (1017).
I would be extremely grateful!