I am trying to calculate YTD but getting the sum rather than the product. How can I get the product?
Here is what I have...
YTD (G8) : =SUMPRODUCT( ( F$5:F8 ) * ( YEAR(A$5:A8 ) = YEAR($A8) ) )
1 Year (H8) : =PRODUCT(1 + $F5:$F8) - 1
At year-end dates, YTD should = 1 year
Here is a small sample of data, it continues quarterly until current date.
The Xl2bb mini sheet process was freezing my computer so here is a screenshot...
Here is what I have...
YTD (G8) : =SUMPRODUCT( ( F$5:F8 ) * ( YEAR(A$5:A8 ) = YEAR($A8) ) )
1 Year (H8) : =PRODUCT(1 + $F5:$F8) - 1
At year-end dates, YTD should = 1 year
Here is a small sample of data, it continues quarterly until current date.
3 Mo | YTD | 1 Year | |||||
3/31/2013 | 24.70% | 24.70% | - | ||||
6/30/2013 | 1.44% | 26.14% | - | ||||
9/30/2013 | -2.88% | 23.27% | - | ||||
12/31/2013 | 10.37% | 33.64% | 35.61% | ||||
The Xl2bb mini sheet process was freezing my computer so here is a screenshot...
Last edited: