Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I need a runing total of how often conditions in two ciolumns are met. for
example, how often is column A 45 and column B < 100 in my data? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
For your modification:
SUMPRODUCT(--(A1:A10045),--(B1:B100<100)) "gpoky" wrote: I need a runing total of how often conditions in two ciolumns are met. for example, how often is column A 45 and column B < 100 in my data? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi
Try entering in C1 =SUMPRODUCT(--($A$1:A145),--($B$1:B1<100)) Copy down column C as far as required. Regards Roger Govier gpoky wrote: I need a runing total of how often conditions in two ciolumns are met. for example, how often is column A 45 and column B < 100 in my data? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Count Intervals of 2 Numeric values in same Row and Return Count across Row | Excel Worksheet Functions | |||
how to count one value or another across multiple columns? | Excel Discussion (Misc queries) | |||
If two columns match then count one. How? Tried countif and sum . | Excel Worksheet Functions | |||
count number of cells based on TWO conditions (2 different columns | Excel Worksheet Functions | |||
combining 3 columns of same info for a pivot table | Excel Worksheet Functions |