PC Review


Reply
Thread Tools Rate Thread

Calculating goal attainment

 
 
nickxylas@wmconnect.com
Guest
Posts: n/a
 
      7th Dec 2006
The state government department where I work uses the following method
to calculate the percentage of Equal Employment Opportunity goals
achieved by other state agencies. I was wondering whether it is
possible to do this automatically in Excel.

The section of the spreadsheet containing goals met for different
classes of person is set so that any cell containing a value >=100%
automatically reads "YES". Overall goal attainment is calculated by:

1. Adding up the percentage figures which are less than 100%.
2. Adding up the number of YESes and multiplying by 100.
3. Adding the totals from step 1 and step 2 together.
4. Dividing the result by the total number of values (percentages and
yeses).

I figure Excel should be able to automate this process, but it would
take formula-writing skills more advanced than mine. The problem I have
is getting it to understand that YES=100. I should probably point out
that the percentage cells are calcualted fields, and that it is
possible for a result to calculate as greater than 100% if an agency
exceeds its target, but when calcualting the overall attainment a value
of, say 103% would be counted as 100%. Any help would be much
appreciated.

 
Reply With Quote
 
 
 
 
Ian
Guest
Posts: n/a
 
      7th Dec 2006
One way would be to use a helper column.
Assuming your current data is in column A
In B1 put =IF(A1="YES",100,A1) and copy it down the column
To get your result, in a cell type =SUM(B1:B100)/COUNTIF(B1:B100,">0")
This assumes your total (in 4 below) is those cells either greater than zero
or YES.

--
Ian
--
<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> The state government department where I work uses the following method
> to calculate the percentage of Equal Employment Opportunity goals
> achieved by other state agencies. I was wondering whether it is
> possible to do this automatically in Excel.
>
> The section of the spreadsheet containing goals met for different
> classes of person is set so that any cell containing a value >=100%
> automatically reads "YES". Overall goal attainment is calculated by:
>
> 1. Adding up the percentage figures which are less than 100%.
> 2. Adding up the number of YESes and multiplying by 100.
> 3. Adding the totals from step 1 and step 2 together.
> 4. Dividing the result by the total number of values (percentages and
> yeses).
>
> I figure Excel should be able to automate this process, but it would
> take formula-writing skills more advanced than mine. The problem I have
> is getting it to understand that YES=100. I should probably point out
> that the percentage cells are calcualted fields, and that it is
> possible for a result to calculate as greater than 100% if an agency
> exceeds its target, but when calcualting the overall attainment a value
> of, say 103% would be counted as 100%. Any help would be much
> appreciated.
>



 
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
calculating a % attainment when base number is negative smw2340 Microsoft Excel Misc 6 6th Mar 2008 10:57 PM
Goal Seek with dynamic Goal Seek Dkline Microsoft Excel Programming 1 18th Feb 2008 10:00 AM
possible to calculate % attainment using one formula? =?Utf-8?B?RWRkeQ==?= Microsoft Excel Misc 6 15th Jun 2007 11:07 AM
How to track Task Attainment in Outlook? =?Utf-8?B?ZHNhbHZhcmV6?= Microsoft Outlook Discussion 0 31st Jul 2006 04:43 PM
I am having a problem calculating formulas using goal seek =?Utf-8?B?cnByZXZpdDIwMDBAeWFob28uY29t?= Microsoft Excel Misc 1 10th Sep 2005 04:46 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:50 AM.