Forum Discussion
cpkaway
Jan 10, 2022Copper Contributor
Calculating a page number using Field and Function
Problem: In Word 2013, I want to add a final line to a Contents list for something that is not in the Word document, but will be added manually after printing. [The Contents list is NOT generated by ...
Jan 10, 2022
You need to use
{ IF { = MOD({ PAGEREF Appendix_14 },2) } = 1 { = { PAGEREF Appendix_14 } + 2} { = { PAGEREF Appendix_14 } + 1 } }
You must use CTRL+F9 to insert each pair of field delimiters { }
cpkaway
Jan 10, 2022Copper Contributor
Thank you very much Doug for your help. I struggled with this for a long time.