Hello Friends,

Can i achive this using formula.
Thanks
N.Sundarvelan
9600160150



On Wed, Feb 29, 2012 at 6:47 PM, Shaik Waheed <waheedb...@gmail.com> wrote:

> How abt getting the same with the multiples sheet pivot. Here is what i
> had tried, u can select required fields from value filter.
>
>
> On Wed, Feb 29, 2012 at 6:27 PM, NOORAIN ANSARI 
> <noorain.ans...@gmail.com>wrote:
>
>> Dear Sundar,
>>
>> Please see attached sheet, you can use..
>>
>> Sub Count_VBA()
>> On Error Resume Next
>> c = 1
>> For Each Sh In ActiveWorkbook.Sheets
>> If Sh.Name <> Sheets("Summary") Then
>> Sheets("Summary").Cells(2, "B").Value = Sheets("Summary").Cells(2,
>> "B").Value + Application.WorksheetFunction.CountA(Sh.Range("C:C"))
>> Sheets("Summary").Cells(3, "B").Value = Sheets("Summary").Cells(3,
>> "B").Value + Application.WorksheetFunction.CountIf(Sh.Range("C:C"),
>> "Driver") + Application.WorksheetFunction.CountIf(Sh.Range("C:C"),
>> "Sweeper")
>> End If
>> c = c + 1
>> Next
>> Sheet9.Cells(2, "B").Value = Sheet9.Cells(2, "B").Value - c
>> On Error GoTo 0
>> End Sub
>>
>>
>>   On Wed, Feb 29, 2012 at 5:15 PM, Sundarvelan N <nsund...@gmail.com>wrote:
>>
>>> Hi Freinds,
>>>
>>> help me to achieve this task.
>>>
>>>     COUNT OF TOTAL EMPLOYEES 168 COUNT OF DRIVER AND  SWEEPER 56
>>>
>>> Thanks
>>> N.Sundarvelan
>>> 9600160150
>>>
>>> --
>>> FORUM RULES (986+ members already BANNED for violation)
>>>
>>> 1) Use concise, accurate thread titles. Poor thread titles, like Please
>>> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
>>> will not get quick attention or may not be answered.
>>>
>>> 2) Don't post a question in the thread of another member.
>>>
>>> 3) Don't post questions regarding breaking or bypassing any security
>>> measure.
>>>
>>> 4) Acknowledge the responses you receive, good or bad.
>>>
>>> 5) Cross-promotion of, or links to, forums competitive to this forum in
>>> signatures are prohibited.
>>>
>>> NOTE : Don't ever post personal or confidential data in a workbook.
>>> Forum owners and members are not responsible for any loss.
>>>
>>>
>>> ------------------------------------------------------------------------------------------------------
>>> To post to this group, send email to excel-macros@googlegroups.com
>>>
>>
>>
>>
>> --
>> Thanks & regards,
>> Noorain Ansari
>>  ** <http://excelmacroworld.blogspot.com/>*http://noorainansari.com/*
>> *http://excelmacroworld.blogspot.com/*<http://excelmacroworld.blogspot.com/>
>>
>>
>> --
>> FORUM RULES (986+ members already BANNED for violation)
>>
>> 1) Use concise, accurate thread titles. Poor thread titles, like Please
>> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
>> will not get quick attention or may not be answered.
>>
>> 2) Don't post a question in the thread of another member.
>>
>> 3) Don't post questions regarding breaking or bypassing any security
>> measure.
>>
>> 4) Acknowledge the responses you receive, good or bad.
>>
>> 5) Cross-promotion of, or links to, forums competitive to this forum in
>> signatures are prohibited.
>>
>> NOTE : Don't ever post personal or confidential data in a workbook. Forum
>> owners and members are not responsible for any loss.
>>
>>
>> ------------------------------------------------------------------------------------------------------
>> To post to this group, send email to excel-macros@googlegroups.com
>>
>
>  --
> FORUM RULES (986+ members already BANNED for violation)
>
> 1) Use concise, accurate thread titles. Poor thread titles, like Please
> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
> will not get quick attention or may not be answered.
>
> 2) Don't post a question in the thread of another member.
>
> 3) Don't post questions regarding breaking or bypassing any security
> measure.
>
> 4) Acknowledge the responses you receive, good or bad.
>
> 5) Cross-promotion of, or links to, forums competitive to this forum in
> signatures are prohibited.
>
> NOTE : Don't ever post personal or confidential data in a workbook. Forum
> owners and members are not responsible for any loss.
>
>
> ------------------------------------------------------------------------------------------------------
> To post to this group, send email to excel-macros@googlegroups.com
>

-- 
FORUM RULES (986+ members already BANNED for violation)

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.

2) Don't post a question in the thread of another member.

3) Don't post questions regarding breaking or bypassing any security measure.

4) Acknowledge the responses you receive, good or bad.

5)  Cross-promotion of, or links to, forums competitive to this forum in 
signatures are prohibited. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

------------------------------------------------------------------------------------------------------
To post to this group, send email to excel-macros@googlegroups.com

Reply via email to