Manually at the title level. Determine the number of pages you want to drop the count by. Then, before moving either the page number or number of pages into the text field variable, move each to a temporary variable and subtract the number. Then add that temporary variable to the string instead of the original variable.Example:Replace: Add PageInChapter to page text field withTemp = PageInChapter Subtract n from tempAdd Temp to Page text field.repeat for number of pages.cheers, ben