Can someone help me fix the following formula?
# of Travel Trips = IF(([Onsite Delivery]@row = "Onsite" , [Software Installation Hours]@row >40, 1, or <41-79, 2, or <80, 3) * [Number of Sites]@row))
Not sure what to do with the ORs...or how to include them all into the formula. Do I have too many parenthesis?