Which formula correctly counts the number of numeric values in both B4:E4 and G4:I4?
=COUNT(B4:E4 G4:I4)
=COUNT(B4:E4,G4:I4)
=COUNT(B4:I4)
=COUNT(B4:E4&G4:I4)