View Single Post
  #3   Report Post  
Ragdyer
 
Posts: n/a
Default

Try this:

=SUMPRODUCT(($D$1:$D$798="City")*(TRIM($C$1:$C$798 )={"11-190-12","11-190-5",
"11-190-6","11-190-7"}))

--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"Steved" wrote in message
...
Hello from Steved

"11-190" is type of vehicle

"11-190-12", "11-190-5", "11-190-6", "11-190-7"
Can the above be incorporated into the formula below.

=SUMPRODUCT(--($D$1:$D$798="City"),--(TRIM($C$1:$C$798)="11-190"))

Thankyou.