ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   If/Then formula using ranges (https://www.excelbanter.com/excel-discussion-misc-queries/235406-if-then-formula-using-ranges.html)

SBecker

If/Then formula using ranges
 
I'm trying to create a formula that will count cells that contain and F, but
only if a different column equals a specified word. Example

Column A Pass/Fail
Network F
Strat 1 P
Strat 3 P
Network F
Strat 3 F
Strat 1 P

So how do I get it to look at all of column A and only count those that
equal Network and that column B (pass/fail) equals F? I've tried
if(a1:a6="Network",(countif(b1:b6),"F),""). It seems that the problem is the
ranges.

Any help would be great!
Thanks
Suzanne

Don Guillett

If/Then formula using ranges
 
=sumproduct((a2:a22="network")*(b2:b22="f"))

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"SBecker" wrote in message
...
I'm trying to create a formula that will count cells that contain and F,
but
only if a different column equals a specified word. Example

Column A Pass/Fail
Network F
Strat 1 P
Strat 3 P
Network F
Strat 3 F
Strat 1 P

So how do I get it to look at all of column A and only count those that
equal Network and that column B (pass/fail) equals F? I've tried
if(a1:a6="Network",(countif(b1:b6),"F),""). It seems that the problem is
the
ranges.

Any help would be great!
Thanks
Suzanne



Bassman62

If/Then formula using ranges
 
=SUMPRODUCT(--($A$2:$A$7="Network"),--($B$2:$B$7="F"))


"SBecker" wrote in message
...
I'm trying to create a formula that will count cells that contain and F,
but
only if a different column equals a specified word. Example

Column A Pass/Fail
Network F
Strat 1 P
Strat 3 P
Network F
Strat 3 F
Strat 1 P

So how do I get it to look at all of column A and only count those that
equal Network and that column B (pass/fail) equals F? I've tried
if(a1:a6="Network",(countif(b1:b6),"F),""). It seems that the problem is
the
ranges.

Any help would be great!
Thanks
Suzanne




Eduardo

If/Then formula using ranges
 
Hi,
=sumproduct(--(a6:a50="Network")+(B6:B50="F"))

"SBecker" wrote:

I'm trying to create a formula that will count cells that contain and F, but
only if a different column equals a specified word. Example

Column A Pass/Fail
Network F
Strat 1 P
Strat 3 P
Network F
Strat 3 F
Strat 1 P

So how do I get it to look at all of column A and only count those that
equal Network and that column B (pass/fail) equals F? I've tried
if(a1:a6="Network",(countif(b1:b6),"F),""). It seems that the problem is the
ranges.

Any help would be great!
Thanks
Suzanne


SBecker

If/Then formula using ranges
 
Excellent! Thank you!

"Don Guillett" wrote:

=sumproduct((a2:a22="network")*(b2:b22="f"))

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"SBecker" wrote in message
...
I'm trying to create a formula that will count cells that contain and F,
but
only if a different column equals a specified word. Example

Column A Pass/Fail
Network F
Strat 1 P
Strat 3 P
Network F
Strat 3 F
Strat 1 P

So how do I get it to look at all of column A and only count those that
equal Network and that column B (pass/fail) equals F? I've tried
if(a1:a6="Network",(countif(b1:b6),"F),""). It seems that the problem is
the
ranges.

Any help would be great!
Thanks
Suzanne




SBecker

If/Then formula using ranges
 
Thank you!

"Bassman62" wrote:

=SUMPRODUCT(--($A$2:$A$7="Network"),--($B$2:$B$7="F"))


"SBecker" wrote in message
...
I'm trying to create a formula that will count cells that contain and F,
but
only if a different column equals a specified word. Example

Column A Pass/Fail
Network F
Strat 1 P
Strat 3 P
Network F
Strat 3 F
Strat 1 P

So how do I get it to look at all of column A and only count those that
equal Network and that column B (pass/fail) equals F? I've tried
if(a1:a6="Network",(countif(b1:b6),"F),""). It seems that the problem is
the
ranges.

Any help would be great!
Thanks
Suzanne





SBecker

If/Then formula using ranges
 
Thanks for your help...

"Eduardo" wrote:

Hi,
=sumproduct(--(a6:a50="Network")+(B6:B50="F"))

"SBecker" wrote:

I'm trying to create a formula that will count cells that contain and F, but
only if a different column equals a specified word. Example

Column A Pass/Fail
Network F
Strat 1 P
Strat 3 P
Network F
Strat 3 F
Strat 1 P

So how do I get it to look at all of column A and only count those that
equal Network and that column B (pass/fail) equals F? I've tried
if(a1:a6="Network",(countif(b1:b6),"F),""). It seems that the problem is the
ranges.

Any help would be great!
Thanks
Suzanne



All times are GMT +1. The time now is 12:09 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com