S
southbym
Here's my example data:
Date State Person Car Truck Bike Boat
Mon FLA John Y Y Y
Mon TEX Mary Y
Tue FLA John Y Y
Tue FLA Pete Y
Wed CA John Y Y
Thu FLA John Y Y
Fri FLA Mary Y
Fri FLA John Y Y
What I want to is calculate how many vehicles John sold in Florida
the answer should be 9 (3 + 2 + 2 + 2).
I'm guessing that the formula needs to check State and Person for "FLA
and "John", then do a COUNTA across the row of vehicles.
Regards,
Mar
Date State Person Car Truck Bike Boat
Mon FLA John Y Y Y
Mon TEX Mary Y
Tue FLA John Y Y
Tue FLA Pete Y
Wed CA John Y Y
Thu FLA John Y Y
Fri FLA Mary Y
Fri FLA John Y Y
What I want to is calculate how many vehicles John sold in Florida
the answer should be 9 (3 + 2 + 2 + 2).
I'm guessing that the formula needs to check State and Person for "FLA
and "John", then do a COUNTA across the row of vehicles.
Regards,
Mar