Question : Counting total number of "Green" cells in a row.

I have an excel spreadsheet with conditional formulas.  

One conditional formula turns the cell green.  I would like to be able to count how many green cells there are in each row.  I'm sure there is a formula that will do this, but I just can't figure it out.

Please help.

Thanks!

Answer : Counting total number of "Green" cells in a row.

Hi,
No, you can use the countif function hitsdoshi1 mentioned.

e.g.  =COUNTIF(A1:A10,"*CAS*") will search cell a1 -> a10 for cells containing CAS
Random Solutions  
 
programming4us programming4us