#1   Report Post  
G
 
Posts: n/a
Default count if


Hi ,

What would be the easiest way to calculate the number of entries in in the
following scenario :

B1 : B25 contains dates ( although not all fields will contain data yet )
C1 : C25 contains contact type details i.e. E-mail , phone call ( again not
all will contain data )

I want to show the number of contacts made within the last 4 weeks but omit
one kind (left message).

I am sure there is a simple way but cannot work it out !!

Thanks in advance
  #2   Report Post  
mzehr
 
Posts: n/a
Default

Hi,
I would recommend using a Pivot table to summarize your data. You can group
your data by weeks, and it will tally up all of your contacts by type.

For help on using a pivot table see the following sites:
http://www.cpearson.com/excel/pivots.htm
http://peltiertech.com/Excel/Pivots/pivotstart.htm
http://www.contextures.com/xlPivot02.html
http://www.contextures.com/xlPivot01.html
http://www.ozgrid.com/Excel/excel-pivot-tables.htm
http://www.ozgrid.com/Excel/excel-pivot-tables.htm


"G" wrote:


Hi ,

What would be the easiest way to calculate the number of entries in in the
following scenario :

B1 : B25 contains dates ( although not all fields will contain data yet )
C1 : C25 contains contact type details i.e. E-mail , phone call ( again not
all will contain data )

I want to show the number of contacts made within the last 4 weeks but omit
one kind (left message).

I am sure there is a simple way but cannot work it out !!

Thanks in advance

  #3   Report Post  
Aladin Akyurek
 
Posts: n/a
Default


=SUMPRODUCT(--($B$1:$B$25=E2),--($B$1:$B$25<=F2),--($C$1:$C$25<""),--($C$1:$C$25<"left
message"))

where E2 and F2 house date conditions with E2 weeks before F2.


G Wrote:
Hi ,

What would be the easiest way to calculate the number of entries in in
the
following scenario :

B1 : B25 contains dates ( although not all fields will contain data yet
)
C1 : C25 contains contact type details i.e. E-mail , phone call ( again
not
all will contain data )

I want to show the number of contacts made within the last 4 weeks but
omit
one kind (left message).

I am sure there is a simple way but cannot work it out !!

Thanks in advance



--
Aladin Akyurek
------------------------------------------------------------------------
Aladin Akyurek's Profile: http://www.excelforum.com/member.php...fo&userid=4165
View this thread: http://www.excelforum.com/showthread...hreadid=274332

  #4   Report Post  
G
 
Posts: n/a
Default

Aladin you are a genious !!

thank you

"Aladin Akyurek" wrote:


=SUMPRODUCT(--($B$1:$B$25=E2),--($B$1:$B$25<=F2),--($C$1:$C$25<""),--($C$1:$C$25<"left
message"))

where E2 and F2 house date conditions with E2 weeks before F2.


G Wrote:
Hi ,

What would be the easiest way to calculate the number of entries in in
the
following scenario :

B1 : B25 contains dates ( although not all fields will contain data yet
)
C1 : C25 contains contact type details i.e. E-mail , phone call ( again
not
all will contain data )

I want to show the number of contacts made within the last 4 weeks but
omit
one kind (left message).

I am sure there is a simple way but cannot work it out !!

Thanks in advance



--
Aladin Akyurek
------------------------------------------------------------------------
Aladin Akyurek's Profile: http://www.excelforum.com/member.php...fo&userid=4165
View this thread: http://www.excelforum.com/showthread...hreadid=274332


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
Count the number of worksheets in a workbook Vincdc Excel Discussion (Misc queries) 7 January 17th 05 11:57 PM
Count the text in a column - Part II Peter Curtis Excel Discussion (Misc queries) 3 January 6th 05 06:58 PM
filter and count rexmann Excel Discussion (Misc queries) 2 November 30th 04 02:11 PM
How can I use count function in excel where I have several criter. Princess V Excel Worksheet Functions 14 November 3rd 04 10:18 PM
Count rows based on multiple criteria Murph Excel Worksheet Functions 1 October 28th 04 07:13 AM


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