Hello
I am having issues with getting a Geomean Array to work. I have a list of dates in column A and results in column B on one sheet. I am trying to code a formula to that looks a date 1 and date 2(cell E1 and E2) and Geomeans all the results with dates between date 1 and date 2. Here is what I have
{=GEOMEAN(IF(AND($A$3:$A$500>=$E$1,$A$3:$A$500<=$E$2),$B$3:$B$500,""))}
This returns #value !
I believe the issue is with the AND statement, If I remove that and just look at 1 date field it works.
Thanks for your help
I am having issues with getting a Geomean Array to work. I have a list of dates in column A and results in column B on one sheet. I am trying to code a formula to that looks a date 1 and date 2(cell E1 and E2) and Geomeans all the results with dates between date 1 and date 2. Here is what I have
{=GEOMEAN(IF(AND($A$3:$A$500>=$E$1,$A$3:$A$500<=$E$2),$B$3:$B$500,""))}
This returns #value !
I believe the issue is with the AND statement, If I remove that and just look at 1 date field it works.
Thanks for your help