Hello,
I am trying to do an averageifs across 2 different sheets. So I have the following formula for the sheet and it works fine. But there is another sheet exactly like it but I would like to combine the two:
=IFERROR(AVERAGEIFS('Advisor Name 1'!$AA$5:$AA$71,'Advisor Name 1'!$H$5:$H$71,"Cas",'Advisor Name 1'!$Q$5:$Q$71,">="&$F$1,'Advisor Name 1'!$Q$5:$Q$71,"<="&$F$2),0)
- first part refers to the cells that need to be averaged
- second part is that another column must say "Cas"
- third and fourth part are for another criteria with particular dates (>= June 1 and <= June 30)
The Second sheets name is "Advisor Name 2" and the cells and everything is the same and also conditions.
I also tried this but it gives me an error:
=IFERROR(AVERAGEIFS('Advisor Name 1:Advisor Name 2'!$AA$5:$AA$71,'Advisor Name 1:Advisor Name 2'!$H$5:$H$71,"Cas",'Advisor Name 1:Advisor Name 2'!$Q$5:$Q$71,">="&$F$1,'Advisor Name 1:Advisor Name 2'!$Q$5:$Q$71,"<="&$F$2),0)
Thank you soo much for your help
Nikkie
I am trying to do an averageifs across 2 different sheets. So I have the following formula for the sheet and it works fine. But there is another sheet exactly like it but I would like to combine the two:
=IFERROR(AVERAGEIFS('Advisor Name 1'!$AA$5:$AA$71,'Advisor Name 1'!$H$5:$H$71,"Cas",'Advisor Name 1'!$Q$5:$Q$71,">="&$F$1,'Advisor Name 1'!$Q$5:$Q$71,"<="&$F$2),0)
- first part refers to the cells that need to be averaged
- second part is that another column must say "Cas"
- third and fourth part are for another criteria with particular dates (>= June 1 and <= June 30)
The Second sheets name is "Advisor Name 2" and the cells and everything is the same and also conditions.
I also tried this but it gives me an error:
=IFERROR(AVERAGEIFS('Advisor Name 1:Advisor Name 2'!$AA$5:$AA$71,'Advisor Name 1:Advisor Name 2'!$H$5:$H$71,"Cas",'Advisor Name 1:Advisor Name 2'!$Q$5:$Q$71,">="&$F$1,'Advisor Name 1:Advisor Name 2'!$Q$5:$Q$71,"<="&$F$2),0)
Thank you soo much for your help
Nikkie