Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
E.W.
 
Posts: n/a
Default Counting multiple variables in a worksheet for summary on another

I am trying to sum the number of times BJ performs I&R in july, three
variables (BJ, July, I&R). I want a real number, like it happened 5 times. I
have it set up as a database so the social workers can just use the drop-down
lists in the columns. This is a text count with no numbers involved. I have a
comprehensive summary worksheet in the same workbook where I want to house
the formulas and summary functions.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips
 
Posts: n/a
Default Counting multiple variables in a worksheet for summary on another

=SUMPRODUCT(--(A2:A200="BJ"),--(Month(B2:B200)=7),--(C2:C200="I&R"))

--

HTH

Bob Phillips

(remove nothere from the email address if mailing direct)

"E.W." wrote in message
...
I am trying to sum the number of times BJ performs I&R in july, three
variables (BJ, July, I&R). I want a real number, like it happened 5 times.

I
have it set up as a database so the social workers can just use the

drop-down
lists in the columns. This is a text count with no numbers involved. I

have a
comprehensive summary worksheet in the same workbook where I want to house
the formulas and summary functions.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Marcelo
 
Posts: n/a
Default Counting multiple variables in a worksheet for summary on another

Hi Ew,

try a formula like this:

assuming that you have 3 columns and "BJ" are in column C, "July" on D and
"I$R" on E

=sumproduct(--($C$2:$c$8="BJ"),--($D$2:$D$8="July"),--($E$2:$E$8="I&R"))

Adust the range as your convinience and also you could change "BJ" and
others to a Cell to change your variables.

Hope this helps
Regards from Brazil
Marcelo


"E.W." escreveu:

I am trying to sum the number of times BJ performs I&R in july, three
variables (BJ, July, I&R). I want a real number, like it happened 5 times. I
have it set up as a database so the social workers can just use the drop-down
lists in the columns. This is a text count with no numbers involved. I have a
comprehensive summary worksheet in the same workbook where I want to house
the formulas and summary functions.

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
Multiple Worksheet - info transfer. bonzai18 New Users to Excel 1 March 16th 06 01:25 AM
separate worksheet into multiple worksheets by grouping BPM001 Excel Worksheet Functions 1 November 5th 05 02:48 AM
update multiple worksheet in single book heatmiserkmp Excel Worksheet Functions 8 November 3rd 05 01:08 AM
Linking multiple data into one worksheet. Patrick White Excel Worksheet Functions 0 June 28th 05 10:27 AM
Single worksheet, multiple pages? Peter Excel Discussion (Misc queries) 9 January 23rd 05 09:51 PM


All times are GMT +1. The time now is 05:18 PM.

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

About Us

"It's about Microsoft Excel"