Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Worksheet Functions / February 2008

Tip: Looking for answers? Try searching our database.

Countif cell if other cells match criteria

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
FormulaQuestioner - 09 Feb 2008 04:40 GMT
I have been playing around with the countif statements and am trying to
figure out a few forumlas which I can not see to code:

Arguments:

Checking the cells c6:f6 if any of the cells have the words "Missing"
"Broken" "* Missing" "No Power" "Liscense" "Needs to be reflashed" "Not on
Network" cell is 0, if not then cell is 1

Count the cells from c6:c7 if the cell is blank and (e6:e7 or f6:f7 does not
say "Not on Network")

Count the cells from e6:e7 if cell has the word ("Missing" or "Broken") and
(e6:e7 or f6:f7 does not say "Not on Network")

Count the cells from d6:d7 if cell has the word "PS 2" and (e6:e7 or f6:f7
does not say "Not on Network") *I think that this could just be the same
formula for the one where it checks for blank, but if I am wrong I added this*

Any help would be appreciated

For the real table the ranges are much larger, I just put them as small
numbers for less typing.
Max - 09 Feb 2008 11:54 GMT
For this part:
> Checking the cells c6:f6 if any of the cells have the words "Missing"
> "Broken" "* Missing" "No Power" "Liscense" "Needs to be reflashed" "Not on
> Network" cell is 0, if not then cell is 1

Something like this in say, G6, should work:
=IF(SUMPRODUCT(--(ISNUMBER(SEARCH({"Missing ";"Broken";"No
Power";"License";"Needs to be reflashed";"Not on Network"},C6:F6))))>0,1,0)

Above construct disregards this textstring: * Missing
which seems to me to be a duplicate reqt

(Think you ask way too many questions in one post, it's intimidating.
Keep it to one question per post)
Signature

Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---

FormulaQuestioner - 09 Feb 2008 20:32 GMT
Thanks.

The reason why I had the "* Missing" is because there are two different
things that can be "USB Missing" or "PS2 Missing", but I can just add those
in to that formula.

Thanks again

> For this part:
> > Checking the cells c6:f6 if any of the cells have the words "Missing"
[quoted text clipped - 10 lines]
> (Think you ask way too many questions in one post, it's intimidating.
> Keep it to one question per post)
Max - 10 Feb 2008 00:16 GMT
Welcome. Yes, just amend to suit.
Signature

Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---

> Thanks.
>
[quoted text clipped - 4 lines]
>
> Thanks again
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.