Help! I have been trying to get a total of cells where they contain "Y" AND have a certain fill color. Nothing I've tried is working. Here are the formulas that have not worked so far. Any ideas??
=COUNT((E9:E491="Y")*(countcolor(B4,E9:E491))*E9:E491)
=COUNT((E9:E491="Y"),((countcolor(B5,E9:E491))))
=COUNT((E9:E491="Y")+((countcolor(B4,E9:E491))))
Thanks...Sue
=COUNT((E9:E491="Y")*(countcolor(B4,E9:E491))*E9:E491)
=COUNT((E9:E491="Y"),((countcolor(B5,E9:E491))))
=COUNT((E9:E491="Y")+((countcolor(B4,E9:E491))))
Thanks...Sue