Thread: PRODUCT Command
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Rick[_40_] Rick[_40_] is offline
external usenet poster
 
Posts: 2
Default PRODUCT Command

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?