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 / April 2008

Tip: Looking for answers? Try searching our database.

Percentage of Correct Records

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
rrstudio2@icqmail.com - 09 Apr 2008 18:47 GMT
I have a spreadsheet like:

Lot   Slot Cars   Tagged Properly
A       1      2       1
B       1    10      10
A       2    5         4
B       2    1         1
C       3     3        2

I have about 400 rows of this type of data.  Basically I want to
generate some graphs showing the percent of cars properly tagged per
lot:

Lot   Properly Tagged
A      71%
B      100%
C      66%

What is the best way to do this?  I tried a pivot table and I can get
a sum of the cars per lot and a sum of the properly tagged cars in
that lot, but can't make it do a percentage.  Is there a formula I
could use for this OR would there be a better way to record this data
in the future?

Thanks,
 Andrew V. Romero
Bill Kuunders - 09 Apr 2008 22:30 GMT
=SUMPRODUCT((A3:A400="A")*(D3:D400))/SUMPRODUCT((A3:A400="A")*(C3:C400))
format cell as percentage
Signature

Greetings from New Zealand

>I have a spreadsheet like:
>
[quoted text clipped - 22 lines]
> Thanks,
>  Andrew V. Romero
 
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.