I use the following array formula to pull data by dates, where A6 is the beginning date and B6 is the ending date.
{=AVERAGE(IF((OR_at_rodman_dam_date>=$A6)*(OR_at_rodman_dam_date<=$B6)*ISNUMBER(OR_at_rodman_dam_discharge),OR_at_rodman_dam_discharge))}
If I try to use geomean instead of average, I get ye olde #NUM! raspberry.
Is it possible to have a setup such as the following to calculate geomean? Thanks.
[TABLE="class: grid, width: 276"]
[TR]
[TD]Start Range
[/TD]
[TD]End Range[/TD]
[TD]Geomean
[/TD]
[/TR]
[TR]
[TD]8/1/1995
[/TD]
[TD]11/30/1995[/TD]
[TD]1443.12
[/TD]
[/TR]
[/TABLE]