Thnx for your help.
I think I can do something with the function below.
Function FntColor() As String
If .Font.Color = RGB(0, 0, 0) Then
FntColor = "black"
ElseIf .Font.Color = RGB(255, 0, 0) Then
FntColor = "red"
Else: FntColor() = "normal"
End If
End If
End Function
One question left....
What do I have to put in front of .Font.Color to get this working in
=COUNTIF(B5:B10,FntColor = "black")