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