Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi all:
I need to count the number of rows that have specifiic data in specific columns. There are multiple columns to check for data and all colums must match a specific value or range of values. I have a formula below that works and is close to what I need, but I need to modify the last argument: "(Data!$BB$2:$BB$10000=BW$5)" so that BW$5 can be a number range, for example the following greater than/less than statement would be perfect, 0 <= BW$5 <= 10, but I don't know how to incorporate this into the formula, or how to reference the formula to cells that contain this data. This is my working formula: =SUMPRODUCT((Data!$A$2:$A$10000=$A7)*((Data!$AX$2: $AX$10000=$BW$3)+(Data!$AX$2:$AX$10000=$BW$4))*(Da ta!$BB$2:$BB$10000=BW$5)) Any ideas? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
AHHHH-Get Data from Multiple Excel workbooks | Excel Discussion (Misc queries) | |||
Printing data validation scenarios | Excel Worksheet Functions | |||
How can I check if data in an external data range is changed afte. | Excel Worksheet Functions | |||
Convert data of cells to any type: Number, Date&Time, Text | Excel Discussion (Misc queries) | |||
Extending a Chart Data Series from an Array - Can it be done? | Charts and Charting in Excel |