Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
I would like to countIf the conditions of multiple columns exist.. CountIf(A:A,"RS" and the respective row in column "H" = "Sent to" but the same row in column "J" must be blank.) Help please. I've spent an hour trying to think how to put this without putting to much detail and making it to complicated. Thanks Dean |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Done it another way. I was trying to get the total in one go, but I have put
the formula into each row and added them up from that. "Dean" wrote: Hi, I would like to countIf the conditions of multiple columns exist.. CountIf(A:A,"RS" and the respective row in column "H" = "Sent to" but the same row in column "J" must be blank.) Help please. I've spent an hour trying to think how to put this without putting to much detail and making it to complicated. Thanks Dean |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
One way:
=SUMPRODUCT(--(A1:A1000="RS"),--(H1:H1000="Sent to"), --(J1:J1000="")) For an explanation, see http://www.mcgimpsey.com/excel/doubleneg.html In article , "Dean" wrote: Hi, I would like to countIf the conditions of multiple columns exist.. CountIf(A:A,"RS" and the respective row in column "H" = "Sent to" but the same row in column "J" must be blank.) Help please. I've spent an hour trying to think how to put this without putting to much detail and making it to complicated. Thanks Dean |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula to delete blank cells across multiple columns? | Excel Worksheet Functions | |||
Convert 1 row of data into Multiple columns | Excel Discussion (Misc queries) | |||
how do I filter for 1 variable in multiple columns | Excel Worksheet Functions | |||
Pivot Table combining multiple columns | Excel Discussion (Misc queries) | |||
Convert multiple columns to rows | Excel Worksheet Functions |