D
Dave
I'm counting excel records (rows) using the following conditions:
=SUMPRODUCT((Ship05!$A$2:$A$428<>"")*(Ship05!$B$2:$B$428>DATEVALUE("03/31/05"))*(Ship05!$B$2:$B$428<=DATEVALUE("06/30/05"))*(Ship05!$M$2:$M$428="Freight
Damage"))
Instead of "Freight Damage" in column M, I want use a wildcard to count the
records containing other "Freight" text strings.
=SUMPRODUCT((Ship05!$A$2:$A$428<>"")*(Ship05!$B$2:$B$428>DATEVALUE("03/31/05"))*(Ship05!$B$2:$B$428<=DATEVALUE("06/30/05"))*(Ship05!$M$2:$M$428="Freight
Damage"))
Instead of "Freight Damage" in column M, I want use a wildcard to count the
records containing other "Freight" text strings.