Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default Count from another sheet

My data looks like this:

A Last name
B First Name
C Year
D Academy

I've been trying to count people where year = 2007 and Academy = Arts. (And
also different years and different academies.) I want my counts to be on
Sheet 2.

When I used =sumproduct an Update Values: Sort window pops up. Can someone
please point me in the right direction? Thank you.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,593
Default Count from another sheet

=SUMPRODUCT(--(Sheet1!C1:C100=2007),--(Sheet1!D1:D100="Arts"))

etc.

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Tesons" wrote in message
...
My data looks like this:

A Last name
B First Name
C Year
D Academy

I've been trying to count people where year = 2007 and Academy = Arts.
(And
also different years and different academies.) I want my counts to be on
Sheet 2.

When I used =sumproduct an Update Values: Sort window pops up. Can
someone
please point me in the right direction? Thank you.



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default Count from another sheet

something like:

=SUMPRODUCT(--(Sheet1!C1:C100=2007)*--(Sheet1!D1:D100="ARTS"))

--
Gary''s Student - gsnu200721
  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default Count from another sheet

Thank you ... that works!

"Bob Phillips" wrote:

=SUMPRODUCT(--(Sheet1!C1:C100=2007),--(Sheet1!D1:D100="Arts"))

etc.

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Tesons" wrote in message
...
My data looks like this:

A Last name
B First Name
C Year
D Academy

I've been trying to count people where year = 2007 and Academy = Arts.
(And
also different years and different academies.) I want my counts to be on
Sheet 2.

When I used =sumproduct an Update Values: Sort window pops up. Can
someone
please point me in the right direction? Thank you.




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
I need a daily count sheet with a monthly total Gatorgazor Charts and Charting in Excel 1 November 15th 06 05:11 AM
Should I use COUNT IF? from one sheet to another Amanda Excel Worksheet Functions 2 October 6th 06 04:01 PM
How do i set up a sheet to count the years to retirement? dee29 Excel Worksheet Functions 1 April 6th 06 12:55 PM
I want to count *'s that i have put in my sheet ? harry cheema Excel Worksheet Functions 3 March 27th 06 05:48 AM
UDF is updateing cells on another sheet with count from current sheet. John Excel Discussion (Misc queries) 3 March 20th 06 04:58 PM


All times are GMT +1. The time now is 04:39 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"