#1   Report Post  
Posted to microsoft.public.excel.misc
sed sed is offline
external usenet poster
 
Posts: 24
Default Finding percentages

Call ID Database ID Name Timing Percentage
737593 amcgucki SAP_MFG Ontime #NAME?
738917 chouser APS FP Ontime #NAME?
736507 chouser APS FP Late #NAME?
738202 jkuiper SAP_MFG BUSINESS PROCESS Late #NAME?
737200 jkuiper SAP_MFG BUSINESS PROCESS Late #NAME?
737199 jkuiper SAP_MFG BUSINESS PROCESS Late #NAME?
737197 jkuiper SAP_MFG BUSINESS PROCESS Late #NAME?
================================================== ==
Ok so I need to find the individual percentage of how many call ID's were
"Ontime"... so if jkuiper had 4 lates then he would have 0%, chouser would
have 50% etc... there are many users and many call id's that will be updated
daily so formulas have to be able to adapt the additions of everyday...
If i filter to find 14 users I have to be able to see what each of their
individual percentages were... PLEASE HELP!!!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 471
Default Finding percentages

Add a calculated column to the right of your table that has this formula:
DatabaseID & " " & Timing. It would yield this result on the first line:
amcgucki Ontime

If you set your data up as a table (Excel 2007), this will be much easier as
the formula will auto-perpetuate itself as you add new data. Not sure about
tables in previous version as I never used them in Excel 2003 or before.

Let's say that column is column M.
Let's say that column J is the column that has the Database ID in it.

Then create a small table where you want to see the results and enter every
name in the Database ID column. Let's say that is in column O. Then in
Column P place this formula:

=COUNTIF($M$17:$M$65000,O17&" Ontime")/COUNTIF($J$17:$J$65000,O17)

Then just copy that down all the other names you entered in col o. That is
all you need. You'll have to adjust the 17's above if your data starts
higher up. But that should do it. HTH

"sed" wrote:

Call ID Database ID Name Timing Percentage
737593 amcgucki SAP_MFG Ontime #NAME?
738917 chouser APS FP Ontime #NAME?
736507 chouser APS FP Late #NAME?
738202 jkuiper SAP_MFG BUSINESS PROCESS Late #NAME?
737200 jkuiper SAP_MFG BUSINESS PROCESS Late #NAME?
737199 jkuiper SAP_MFG BUSINESS PROCESS Late #NAME?
737197 jkuiper SAP_MFG BUSINESS PROCESS Late #NAME?
================================================== ==
Ok so I need to find the individual percentage of how many call ID's were
"Ontime"... so if jkuiper had 4 lates then he would have 0%, chouser would
have 50% etc... there are many users and many call id's that will be updated
daily so formulas have to be able to adapt the additions of everyday...
If i filter to find 14 users I have to be able to see what each of their
individual percentages were... PLEASE HELP!!!

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Percentages steve Excel Worksheet Functions 2 September 14th 07 05:10 PM
percentages Nilufer New Users to Excel 1 July 11th 07 04:08 PM
Finding Percentages MElizabeth New Users to Excel 2 September 11th 06 10:25 PM
finding percentages of a list of zip codes turkishgolds Excel Discussion (Misc queries) 1 July 25th 06 05:48 AM
Finding Percentages Justina Call via OfficeKB.com Excel Worksheet Functions 4 March 24th 05 05:10 PM


All times are GMT +1. The time now is 03:53 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"