F
forevergrateful
I'm trying to geomean the values of certain rows based on whether they are
within a particular date range. Here is the formula I've put together:
=GEOMEAN(IF(($A$37:$A$966>=$AW21)*($A$37:$A$966<=$AX21),BD$37:BD$966)^12-1)
$A$37:$A$966 -- The date range
$AW21 -- The begin date
$AX21 -- The end date
BD$37:BD$966 -- The values
)^12-1 -- annualizing the monthly values
Any help would be greatly appreciated.
FG
within a particular date range. Here is the formula I've put together:
=GEOMEAN(IF(($A$37:$A$966>=$AW21)*($A$37:$A$966<=$AX21),BD$37:BD$966)^12-1)
$A$37:$A$966 -- The date range
$AW21 -- The begin date
$AX21 -- The end date
BD$37:BD$966 -- The values
)^12-1 -- annualizing the monthly values
Any help would be greatly appreciated.
FG