Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Jennie
 
Posts: n/a
Default help please - complex countif, etc. functions

hi all,
I'm trying to make a monthly summary sheet of inventory but don't know how
to fit multiple criteria within a statement. For one product my first column
of data is the month # (1, 2, 3..), second column is part type (type a, type
b, type c, ...). On my summary worksheet for this product I list the part
types in consecutive rows and I'd like to have a formula that links the
summary worksheet to my inventory sheet so that when I type in a specific
month I'm interested in, the number of type a, type b, and type c parts used
during that month will display.
Example Inventory sheet:
Month Type
1 a
1 a
1 b
2 a
3 a
3 c

Example Summary sheet:
Type specific month in cell C1: (e.g. 1)

#type a: 2
#type b: 1
#type c: 0

Please respond with example formulas.
Thanks in advance.
  #2   Report Post  
bj
 
Posts: n/a
Default

in the cell next to the part number a enter
=sumproduct(--(monthrange=$C$1),--(typerange = $A2))
(or what ever column the summry types are listed)

"Jennie" wrote:

hi all,
I'm trying to make a monthly summary sheet of inventory but don't know how
to fit multiple criteria within a statement. For one product my first column
of data is the month # (1, 2, 3..), second column is part type (type a, type
b, type c, ...). On my summary worksheet for this product I list the part
types in consecutive rows and I'd like to have a formula that links the
summary worksheet to my inventory sheet so that when I type in a specific
month I'm interested in, the number of type a, type b, and type c parts used
during that month will display.
Example Inventory sheet:
Month Type
1 a
1 a
1 b
2 a
3 a
3 c

Example Summary sheet:
Type specific month in cell C1: (e.g. 1)

#type a: 2
#type b: 1
#type c: 0

Please respond with example formulas.
Thanks in advance.

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
Complex Date Functions Simon Heaven Excel Worksheet Functions 6 November 6th 09 05:11 PM
COUNTIF and Nested Functions? Larry Novida Excel Worksheet Functions 3 May 29th 05 07:05 PM
COUNTIF functions danowynn Excel Worksheet Functions 4 May 4th 05 10:28 PM
How do I combine COUNTIF and AND functions in Excel J Roney Excel Worksheet Functions 2 February 15th 05 08:41 PM
Is there a way to test color formatting in countIF functions? Geni Excel Worksheet Functions 3 January 27th 05 03:31 PM


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