Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I need to count the number of rows containing certain items. I think an
array formula might be what I need. I've never done this before, and I'm running into some difficulties. I've got four columns as named ranges: ITEM, DATE, COLOR, and STYLE. ITEM is a text filed as "L5-(some letter)(several numbers). DATE is formatted as 20030101. COLOR and STYLE are text. I want to chose an item as "L5-B*", with dates between (for example) 20030101 and 20030201. Then I need to say "for each COLOR, how many do I have of each STYLE"? I Ctrl+Shift+entered the following formula (it showed up with brackets), but got a "#N/A" error. Any help is greatly appreciated. =SUM((ITEM="L5-B*")*(DATE=20030101)*(DATE<=20030201)*(COLOR="BLU E")*(STYLE= "MODERN")) Ed |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Array to find rows need to insert date criteria | Excel Discussion (Misc queries) | |||
How to Count the number of "rows" (or Array items) included in a Sumif formula? | Excel Discussion (Misc queries) | |||
one criteria/mult. values | Excel Worksheet Functions | |||
Count Rows with two criteria | Excel Worksheet Functions | |||
Help Requested: Count Array with Multiple Text Criteria. | Excel Programming |