PC Review


Reply
 
 
muddan madhu
Guest
Posts: n/a
 
      5th Aug 2008
Hi All,

I have spreadsheet which has some accounts details .....

Column I - names column

Each account is been worked by different people and they will update
in the respective row of Column I.

Want I need is count of accounts worked by A, B........

I use =dcounta function to get the result..... I need a macro to do
that job.


Thanks
 
Reply With Quote
 
 
 
 
Joel
Guest
Posts: n/a
 
      5th Aug 2008
Set CountRange = Range("A1:E4")
Set CriteriaRange = Range("G1:G15")
total = WorksheetFunction.DCountA(CountRange, 3, CriteriaRange)

"muddan madhu" wrote:

> Hi All,
>
> I have spreadsheet which has some accounts details .....
>
> Column I - names column
>
> Each account is been worked by different people and they will update
> in the respective row of Column I.
>
> Want I need is count of accounts worked by A, B........
>
> I use =dcounta function to get the result..... I need a macro to do
> that job.
>
>
> Thanks
>

 
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
Dcounta chau Microsoft Excel Misc 4 4th Mar 2008 12:15 AM
please help with dcounta doyree Microsoft Excel Misc 4 2nd Feb 2008 12:11 AM
DCOUNTA & wildcards =?Utf-8?B?UGF1bCBEZW5uaXM=?= Microsoft Excel Misc 6 4th Sep 2007 06:44 PM
Dcounta & dates =?Utf-8?B?U3RhcmZpc2hqZW4=?= Microsoft Excel Misc 2 8th Feb 2007 10:31 PM
use of DCOUNTA =?Utf-8?B?c21pd29vbg==?= Microsoft Excel Worksheet Functions 2 16th Aug 2004 12:45 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:15 AM.