Hi,
I am trying to figure out how to get the formula to below return something if it errors out.
Right now i have the number 15 being produced if there is an error.
but i am trying to figure out if i can have two formulas in the iferror.
i.e. If D2="eqty" to produce 15 or if D2="opt" to produce 25 when it says N/A if not found on the table.
=IFERROR(INDEX('fee'!D:D,MATCH(1,(Sheet3!C2='fee'!B:B)*(Sheet3!D2='fee'!C:C),0)),15)
I am trying to figure out how to get the formula to below return something if it errors out.
Right now i have the number 15 being produced if there is an error.
but i am trying to figure out if i can have two formulas in the iferror.
i.e. If D2="eqty" to produce 15 or if D2="opt" to produce 25 when it says N/A if not found on the table.
=IFERROR(INDEX('fee'!D:D,MATCH(1,(Sheet3!C2='fee'!B:B)*(Sheet3!D2='fee'!C:C),0)),15)