Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Counting Staffs Reports


I have a spreadsheet that shows when certain professionals need to
submit a report by.

In column J I have a nested IF that will show if the report was
completed on time or not, or if it's still yet to be done, etc. This
column shows "On Time", "Not on Time", "Not Yet Done" etc.

In column G I have the name of the professional.

I want to count how many each professional has where "On Time" is the
result.

Any help would be gratefully received, and thanks in advance

Paul

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,393
Default Counting Staffs Reports

The 'nice' way would be a Pivot Table - see one or more of these
http://www.cpearson.com/excel/pivots.htm
http://peltiertech.com/Excel/Pivots/pivotstart.htm
http://www.contextures.com/xlPivot02.html
http://www.ozgrid.com/Excel/excel-pivot-tables.htm
http://www.techonthenet.com/excel/pivottbls/index.htm
http://www.dicks-blog.com/archives/2...le-parameters/

But you could use SUMPRODUCT.
I will assume the G column has 100 entries (adjust the formula as needed),
beginning in G1
Let L1:L10 contain a list of the staff (each name appearing only once - make
this using a filter on G and copying the unique records)
In M1 enter =SUMPRODUCT(--($G$1:$G$100=L1),--(J1:J100="On Time"))
Copy this down to
For more on SUMPRODUCT see
http://www.xldynamic.com/source/xld.SUMPRODUCT.html
http://mcgimpsey.com/excel/formulae/doubleneg.html
best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Greenwich_Man" wrote in message
ps.com...

I have a spreadsheet that shows when certain professionals need to
submit a report by.

In column J I have a nested IF that will show if the report was
completed on time or not, or if it's still yet to be done, etc. This
column shows "On Time", "Not on Time", "Not Yet Done" etc.

In column G I have the name of the professional.

I want to count how many each professional has where "On Time" is the
result.

Any help would be gratefully received, and thanks in advance

Paul



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
Bug Reports Daniel L. Lieberman Excel Discussion (Misc queries) 0 June 5th 07 01:52 PM
Counting transactions as listed in reports Daiv Excel Discussion (Misc queries) 1 February 25th 07 11:02 PM
Help! Reports Muffin Excel Worksheet Functions 1 August 31st 06 03:51 PM
How to share a workbook to our staffs Calculate Date range Excel Worksheet Functions 1 September 7th 05 01:19 AM
reports herbzee Excel Discussion (Misc queries) 5 March 1st 05 10:25 PM


All times are GMT +1. The time now is 02:33 PM.

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"