secretcodepastedhere
New Member
- Joined
- Apr 8, 2010
- Messages
- 47
Okay guys, should be an easy one for you but it's giving me a headache (probably lack of sleep helping there too).
A is Dates, B is a starting #, C is an ending #, D is the difference, and E is the growth from B to C as a Percentage.
I need to set up a Average by day of week, ie: Monday: (average percentage of all "monday's" listed)
I tried:
where G was weekday, and L3 was "Monday", but it just returns the average of the entire E column.
Thoughts?
A is Dates, B is a starting #, C is an ending #, D is the difference, and E is the growth from B to C as a Percentage.
I need to set up a Average by day of week, ie: Monday: (average percentage of all "monday's" listed)
I tried:
Code:
=AVERAGE(IF(ISNUMBER(E$3:E$33),IF(G$3:G$33=L3,IF(E$3:E$33<>0,E$3:E$33))))
where G was weekday, and L3 was "Monday", but it just returns the average of the entire E column.
Thoughts?