I've tried =average(e3:e23 (if(d3:23="dj"))
Basically I have no idea how to create a correspondence between the name and
% of work...HELP! I'm so confused I can't even really explain my problem :)
That's pretty close!
Try it like this...
Array entered** :
=AVERAGE(IF(D3:D23="dj",E3:E23))
** array formulas need to be entered using the key combination of
CTRL,SHIFT,ENTER (not just ENTER). Hold down both the CTRL key and the SHIFT
key then hit ENTER.
--
Biff
Microsoft Excel MVP
"Laurel" <Lau...@discussions.microsoft.com> wrote in message
news:235A74A3-7DEA-48BD...@microsoft.com...
So every time I enter DJ in columns d, f and h, I want to have running
average at the bottom of the corresponding #s in columns e,g and I. When I
did {=AVERAGE(IF(D3:D23="dj",E3:E23))}, it came back with .25, which is not
right. Does that make sense?
"T. Valko" wrote:
> .
>
What result do you expect?
Based on that formula and the posted sample data the correct average is 0.25
and if you format the cell for Percentage you'll get 25.00%.
--
Biff
Microsoft Excel MVP
"Laurel" <Lau...@discussions.microsoft.com> wrote in message
news:83F923EF-179A-420C...@microsoft.com...