I've updated to 2007 and am trying to update a formula. Below is the formula I used in 2003 and the formula I'm trying to use in 2007 but it's not working. Any help would be appreciated.
2003 Formula:
=SUMPRODUCT(--(ProdLine="abc")+--(ProdLine="xyz"),--(ShipDate>DueDate))
2007 Formula:
=COUNTIFS(ProdLine,OR("abc","xyz"),ShipDate,"> DueDate")
I'm pretty sure my problem lies in my use of the OR function but I don't know how to get it to work.
All help is appreciated.
Thanks
2003 Formula:
=SUMPRODUCT(--(ProdLine="abc")+--(ProdLine="xyz"),--(ShipDate>DueDate))
2007 Formula:
=COUNTIFS(ProdLine,OR("abc","xyz"),ShipDate,"> DueDate")
I'm pretty sure my problem lies in my use of the OR function but I don't know how to get it to work.
All help is appreciated.
Thanks