PC Review


Reply
Thread Tools Rate Thread

averages/if formulas-need help ASAP!!

 
 
Laurel
Guest
Posts: n/a
 
      8th Jan 2010
I have two columns: one has initials of person completing the task, next to
it is the percentage of work that is equal to. At the bottom, I am hoping to
have two tables depicting the average % of work and total % of work for each
person.

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
 
Reply With Quote
 
 
 
 
T. Valko
Guest
Posts: n/a
 
      8th Jan 2010
>I've tried =average(e3:e23 (if(d3:23="dj"))

That's pretty close!

Try it like this...

Array entered** :

=AVERAGE(IF(D323="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" <(E-Mail Removed)> wrote in message
news:235A74A3-7DEA-48BD-BDF3-(E-Mail Removed)...
>I have two columns: one has initials of person completing the task, next to
> it is the percentage of work that is equal to. At the bottom, I am hoping
> to
> have two tables depicting the average % of work and total % of work for
> each
> person.
>
> 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
>



 
Reply With Quote
 
Laurel
Guest
Posts: n/a
 
      8th Jan 2010
The only problem is that it isn't averaging the %s specific to "DJ" here is
what it looks like (a little more complex than intially said):
col D col e col f col g col h
col I
DJ 25.00% LK 60.00% BP 15.00%
DJ 25.00% RH 60.00% LK 15.00%
DJ 25.00% DJ 60.00% LK 15.00%
LK 25.00% KM 60.00% LK 15.00%
KM 25.00% 60.00% 15.00%
LK 25.00% 60.00% 15.00%
BP 25.00% 60.00% 15.00%


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(D323="dj",E3:E23))}, it came back with .25, which is not
right. Does that make sense?

"T. Valko" wrote:

> >I've tried =average(e3:e23 (if(d3:23="dj"))

>
> That's pretty close!
>
> Try it like this...
>
> Array entered** :
>
> =AVERAGE(IF(D323="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" <(E-Mail Removed)> wrote in message
> news:235A74A3-7DEA-48BD-BDF3-(E-Mail Removed)...
> >I have two columns: one has initials of person completing the task, next to
> > it is the percentage of work that is equal to. At the bottom, I am hoping
> > to
> > have two tables depicting the average % of work and total % of work for
> > each
> > person.
> >
> > 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
> >

>
>
> .
>

 
Reply With Quote
 
T. Valko
Guest
Posts: n/a
 
      8th Jan 2010
>When I did {=AVERAGE(IF(D323="dj",E3:E23))},
>it came back with .25, which is not right.


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" <(E-Mail Removed)> wrote in message
news:83F923EF-179A-420C-BAB8-(E-Mail Removed)...
> The only problem is that it isn't averaging the %s specific to "DJ" here
> is
> what it looks like (a little more complex than intially said):
> col D col e col f col g col h
> col I
> DJ 25.00% LK 60.00% BP 15.00%
> DJ 25.00% RH 60.00% LK 15.00%
> DJ 25.00% DJ 60.00% LK 15.00%
> LK 25.00% KM 60.00% LK 15.00%
> KM 25.00% 60.00% 15.00%
> LK 25.00% 60.00% 15.00%
> BP 25.00% 60.00% 15.00%
>
>
> 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(D323="dj",E3:E23))}, it came back with .25, which is
> not
> right. Does that make sense?
>
> "T. Valko" wrote:
>
>> >I've tried =average(e3:e23 (if(d3:23="dj"))

>>
>> That's pretty close!
>>
>> Try it like this...
>>
>> Array entered** :
>>
>> =AVERAGE(IF(D323="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" <(E-Mail Removed)> wrote in message
>> news:235A74A3-7DEA-48BD-BDF3-(E-Mail Removed)...
>> >I have two columns: one has initials of person completing the task, next
>> >to
>> > it is the percentage of work that is equal to. At the bottom, I am
>> > hoping
>> > to
>> > have two tables depicting the average % of work and total % of work for
>> > each
>> > person.
>> >
>> > 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
>> >

>>
>>
>> .
>>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Formulas: Averages KeithD Microsoft Excel Misc 4 14th Nov 2009 05:13 AM
Need help with monthly averages, and copying formulas SusanU Microsoft Excel Worksheet Functions 3 24th Sep 2008 10:37 PM
averages with formulas =?Utf-8?B?RGVuYQ==?= Microsoft Excel Programming 5 30th Oct 2007 07:55 PM
How can I save the formulas when running a macro? Need ASAP!! =?Utf-8?B?TUxQ?= Microsoft Excel Misc 2 14th Nov 2006 07:50 PM
Re: Need Help ASAP...averages? Cameo Microsoft Access Queries 1 29th Sep 2003 06:15 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:25 AM.