View Single Post
 
Old 03-10-2015, 05:25 AM
gmayor's Avatar
gmayor gmayor is offline Windows 7 64bit Office 2010 32bit
Expert
 
Join Date: Aug 2014
Posts: 4,106
gmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud of
Default

If you put the following field structure in the footer, it will produce the format you require

{ IF { =MOD ({ PAGE },2) } = 1 "{=( { PAGE } +1) / 2 }" "{ =({ PAGE } /2) }" \# "000"}

Note each bracket pair { } is inserted with CTRL+F9 (or you can find macros that will help with that on my web site).
__________________
Graham Mayor - MS MVP (Word) (2002-2019)
Visit my web site for more programming tips and ready made processes www.gmayor.com
Reply With Quote