redspanna
Well-known Member
- Joined
- Jul 27, 2005
- Messages
- 1,577
- Office Version
-
- 365
- Platform
-
- Windows
Hi all
I'm using the following formula to try and obtain an average of the values stored through AT2:AT86 if the value in AW1:AW86 is equal to 'September'
because the values stored through AW1:AW86 to get 'September' are Formulas I'm getting a #DIV/0 error
How to I get the formula above to work??
Thanks in advance
regards
I'm using the following formula to try and obtain an average of the values stored through AT2:AT86 if the value in AW1:AW86 is equal to 'September'
Code:
=AVERAGEIF(AW1:AW86, "September", AT2:AT86)
because the values stored through AW1:AW86 to get 'September' are Formulas I'm getting a #DIV/0 error
How to I get the formula above to work??
Thanks in advance
regards