I am trying to return a value from another sheet based on 2 pieces of criteria. I am looking to return the "Date Requested" data based on the "Operator" and "Request Type" criteria. This is the formula I am using. I am getting an INCORRECT ARGUMENT error however. Appreciate any guidance
=INDEX(COLLECT({Operator}, Operator@row, {Request Type}, [Request Type]@row, {Date Requested}, 0))