Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / New Users / December 2006

Tip: Looking for answers? Try searching our database.

Calculating goal attainment

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
nickxylas@wmconnect.com - 07 Dec 2006 20:17 GMT
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.
Ian - 07 Dec 2006 20:33 GMT
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.

Signature

Ian
--

> The state government department where I work uses the following method
> to calculate the percentage of Equal Employment Opportunity goals
[quoted text clipped - 19 lines]
> of, say 103% would be counted as 100%. Any help would be much
> appreciated.

Rate this thread:






 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.