I thought I understood how to use the PRODUCT command until I saw this
formula:

{=PRODUCT(D61:D76+1)-1

I know that =PRODUCT(D61:D76) would multiply the entries in cells D61
through D76 together, but what does that +1 do that is next to the last
entry in the range?