#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Advanced Countif

Good morning, nothing can ever be easy in the Army. ;-)
I have a workbook with multiple worksheets. The First sheet contains totals
etc.
I want to be able to count all occurences of data in different tabs and
return those values to specific locations on the first sheet.
Example.
I have SGT Jones, SGT Smith and SGT Adams. Each of these have specific
mission numbers that I need to track for each month.
I want to track,for example, how many times each of them acquires a bolt and
how many times each acquires a nut for each month.
So I have OCT, NOV, DEC sheets along with the MAIN sheet in the workbook.
On the main Sheet I have each of the Soldiers names in Column A and I want
to tally the number of bots and nuts for each month in the columns to the
right.
I have tried multiple times to do a countif, but I can't get it to work right.

I can provide a sample of the workook if necessary. Any help would be
greatly appreciated.
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 510
Default Advanced Countif

Hi

Or even better, create a Pivod table based on this consolidated table.


--
Arvi Laanemets
( My real mail address: arvi.laanemets<attarkon.ee )


"Don Guillett" wrote in message
...
I might put all on ONE sheet starting at row 5
row 5 datenameitem
row 6 1/1/2007 jones bolt
in row1 month number jones bolt
in row 2 =sumproduct((month(a6:a600-1)*(b6:b600=b1)*(c6:c600=c1))
or filter the list and use SUBTOTAL
--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"SFCWoods" wrote in message
...
Good morning, nothing can ever be easy in the Army. ;-)
I have a workbook with multiple worksheets. The First sheet contains
totals
etc.
I want to be able to count all occurences of data in different tabs and
return those values to specific locations on the first sheet.
Example.
I have SGT Jones, SGT Smith and SGT Adams. Each of these have specific
mission numbers that I need to track for each month.
I want to track,for example, how many times each of them acquires a bolt
and
how many times each acquires a nut for each month.
So I have OCT, NOV, DEC sheets along with the MAIN sheet in the workbook.
On the main Sheet I have each of the Soldiers names in Column A and I
want
to tally the number of bots and nuts for each month in the columns to the
right.
I have tried multiple times to do a countif, but I can't get it to work
right.

I can provide a sample of the workook if necessary. Any help would be
greatly appreciated.




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Advanced Countif

How about if I sent you a sample? I can't really 'change' the layout, it is
very involved and contains a lot of data. It is really alot of data and I am
trying to make it so that it will automatically do some tallying to avoid
errors.



"Don Guillett" wrote:

I might put all on ONE sheet starting at row 5
row 5 datenameitem
row 6 1/1/2007 jones bolt
in row1 month number jones bolt
in row 2 =sumproduct((month(a6:a600-1)*(b6:b600=b1)*(c6:c600=c1))
or filter the list and use SUBTOTAL
--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"SFCWoods" wrote in message
...
Good morning, nothing can ever be easy in the Army. ;-)
I have a workbook with multiple worksheets. The First sheet contains
totals
etc.
I want to be able to count all occurences of data in different tabs and
return those values to specific locations on the first sheet.
Example.
I have SGT Jones, SGT Smith and SGT Adams. Each of these have specific
mission numbers that I need to track for each month.
I want to track,for example, how many times each of them acquires a bolt
and
how many times each acquires a nut for each month.
So I have OCT, NOV, DEC sheets along with the MAIN sheet in the workbook.
On the main Sheet I have each of the Soldiers names in Column A and I want
to tally the number of bots and nuts for each month in the columns to the
right.
I have tried multiple times to do a countif, but I can't get it to work
right.

I can provide a sample of the workook if necessary. Any help would be
greatly appreciated.



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,124
Default Advanced Countif

I'm an old ex USAF personnel officer. Send to my address below

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"SFCWoods" wrote in message
...
How about if I sent you a sample? I can't really 'change' the layout, it
is
very involved and contains a lot of data. It is really alot of data and I
am
trying to make it so that it will automatically do some tallying to avoid
errors.



"Don Guillett" wrote:

I might put all on ONE sheet starting at row 5
row 5 datenameitem
row 6 1/1/2007 jones bolt
in row1 month number jones bolt
in row 2 =sumproduct((month(a6:a600-1)*(b6:b600=b1)*(c6:c600=c1))
or filter the list and use SUBTOTAL
--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"SFCWoods" wrote in message
...
Good morning, nothing can ever be easy in the Army. ;-)
I have a workbook with multiple worksheets. The First sheet contains
totals
etc.
I want to be able to count all occurences of data in different tabs and
return those values to specific locations on the first sheet.
Example.
I have SGT Jones, SGT Smith and SGT Adams. Each of these have specific
mission numbers that I need to track for each month.
I want to track,for example, how many times each of them acquires a
bolt
and
how many times each acquires a nut for each month.
So I have OCT, NOV, DEC sheets along with the MAIN sheet in the
workbook.
On the main Sheet I have each of the Soldiers names in Column A and I
want
to tally the number of bots and nuts for each month in the columns to
the
right.
I have tried multiple times to do a countif, but I can't get it to work
right.

I can provide a sample of the workook if necessary. Any help would be
greatly appreciated.






  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Advanced Countif

I sent it, should be there all set to confuse you! lol

"Don Guillett" wrote:

I'm an old ex USAF personnel officer. Send to my address below

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"SFCWoods" wrote in message
...
How about if I sent you a sample? I can't really 'change' the layout, it
is
very involved and contains a lot of data. It is really alot of data and I
am
trying to make it so that it will automatically do some tallying to avoid
errors.



"Don Guillett" wrote:

I might put all on ONE sheet starting at row 5
row 5 datenameitem
row 6 1/1/2007 jones bolt
in row1 month number jones bolt
in row 2 =sumproduct((month(a6:a600-1)*(b6:b600=b1)*(c6:c600=c1))
or filter the list and use SUBTOTAL
--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"SFCWoods" wrote in message
...
Good morning, nothing can ever be easy in the Army. ;-)
I have a workbook with multiple worksheets. The First sheet contains
totals
etc.
I want to be able to count all occurences of data in different tabs and
return those values to specific locations on the first sheet.
Example.
I have SGT Jones, SGT Smith and SGT Adams. Each of these have specific
mission numbers that I need to track for each month.
I want to track,for example, how many times each of them acquires a
bolt
and
how many times each acquires a nut for each month.
So I have OCT, NOV, DEC sheets along with the MAIN sheet in the
workbook.
On the main Sheet I have each of the Soldiers names in Column A and I
want
to tally the number of bots and nuts for each month in the columns to
the
right.
I have tried multiple times to do a countif, but I can't get it to work
right.

I can provide a sample of the workook if necessary. Any help would be
greatly appreciated.




  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,124
Default Advanced Countif

=IF(LEN($A4)<2,"",SUMPRODUCT(--('PRODUCTION BY ARCC
OCT07'!$B$2:$B$100=$A4),--('PRODUCTION BY ARCC
OCT07'!F$2:F$100="x"))+SUMPRODUCT(--('PRODUCTION BY ARCC
OCT07'!$K$2:$K$100=$A4),--('PRODUCTION BY ARCC OCT07'!O$2:O$100="x")))

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"SFCWoods" wrote in message
...
I sent it, should be there all set to confuse you! lol

"Don Guillett" wrote:

I'm an old ex USAF personnel officer. Send to my address below

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"SFCWoods" wrote in message
...
How about if I sent you a sample? I can't really 'change' the layout,
it
is
very involved and contains a lot of data. It is really alot of data and
I
am
trying to make it so that it will automatically do some tallying to
avoid
errors.



"Don Guillett" wrote:

I might put all on ONE sheet starting at row 5
row 5 datenameitem
row 6 1/1/2007 jones bolt
in row1 month number jones bolt
in row 2 =sumproduct((month(a6:a600-1)*(b6:b600=b1)*(c6:c600=c1))
or filter the list and use SUBTOTAL
--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"SFCWoods" wrote in message
...
Good morning, nothing can ever be easy in the Army. ;-)
I have a workbook with multiple worksheets. The First sheet contains
totals
etc.
I want to be able to count all occurences of data in different tabs
and
return those values to specific locations on the first sheet.
Example.
I have SGT Jones, SGT Smith and SGT Adams. Each of these have
specific
mission numbers that I need to track for each month.
I want to track,for example, how many times each of them acquires a
bolt
and
how many times each acquires a nut for each month.
So I have OCT, NOV, DEC sheets along with the MAIN sheet in the
workbook.
On the main Sheet I have each of the Soldiers names in Column A and
I
want
to tally the number of bots and nuts for each month in the columns
to
the
right.
I have tried multiple times to do a countif, but I can't get it to
work
right.

I can provide a sample of the workook if necessary. Any help would
be
greatly appreciated.





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
Advanced Conditional Formatting Ideas Needed! (ok, maybe not that advanced...) shadestreet Excel Discussion (Misc queries) 2 July 21st 06 03:04 PM
COUNTIF or not to COUNTIF on a range in another sheet Ellie Excel Worksheet Functions 4 September 15th 05 10:06 PM
Advanced use of IF Backdoor Cover Excel Worksheet Functions 6 June 2nd 05 08:47 PM
Advanced COUNTIF Function License Boy Excel Worksheet Functions 3 December 8th 04 02:23 PM
Excel 2000 - Advanced IF AND ELSE COUNTIF?? halo14 Excel Worksheet Functions 1 November 5th 04 06:53 PM


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