PC Review


Reply
Thread Tools Rate Thread

How do I count data with criteria from two separate columns in exc

 
 
=?Utf-8?B?U2NvdHQ=?=
Guest
Posts: n/a
 
      2nd Mar 2006
I would like to track and count data from each month by a specific person.
Date data was entered in one column and person who submitted in separate
column. Can anyone help to create a formula? I was able to create a formula
to track the data by month, but not able to set up the second criteria
(person who submitted data).
 
Reply With Quote
 
 
 
 
Peo Sjoblom
Guest
Posts: n/a
 
      2nd Mar 2006
If numeric dates like 01/01/06 etc

=SUMPRODUCT(--(MONTH(A2:A50)=5),--(B2:B50="John"))

will count John when month is May

if text months like May, June etc

=SUMPRODUCT(--(A2:A50="May"),--(B2:B50="John"))


--

Regards,

Peo Sjoblom

Northwest Excel Solutions

www.nwexcelsolutions.com

(remove ^^ from email address)

Portland, Oregon




"Scott" <(E-Mail Removed)> wrote in message
news:F6F52AF3-617A-4759-9FFA-(E-Mail Removed)...
>I would like to track and count data from each month by a specific person.
> Date data was entered in one column and person who submitted in separate
> column. Can anyone help to create a formula? I was able to create a
> formula
> to track the data by month, but not able to set up the second criteria
> (person who submitted data).


 
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
To count the data using multiple criteria in multiple columns Rajesh Microsoft Excel New Users 4 15th Dec 2008 04:07 PM
How do I count 2 columns of data that meet a certain criteria? =?Utf-8?B?Um9uSm9u?= Microsoft Excel Misc 2 15th Sep 2006 03:51 PM
Count field in Separate Columns John VW Microsoft Access Queries 1 9th May 2004 02:19 PM
Count field in Separate Columns John VW Microsoft Access Queries 0 7th May 2004 05:03 PM
Need formula to add numbers that meet two separate criteria from two separate columns mshroff Microsoft Excel Misc 2 11th Dec 2003 08:39 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:43 AM.