I'm trying to avoid the "#N/A" result from each of the below formulas... I've tried to add the "ISERROR" function to each of the below, but must be screwing something up.
Can I trouble you folks for the proper way of adding the "ISERROR" function for each of the below formulas?
Formula #1:
=IF(SUM(E3:AC3)=0,"0",LOOKUP(9.99999999999999E+307,E3:AC3))
Formula #2:
=LOOKUP(9.99999999999999E+307,E3:INDEX(E3:AC3,MATCH(9.99999999999999E+307,E3:AC3)-1))
Thanks in advance!
Can I trouble you folks for the proper way of adding the "ISERROR" function for each of the below formulas?
Formula #1:
=IF(SUM(E3:AC3)=0,"0",LOOKUP(9.99999999999999E+307,E3:AC3))
Formula #2:
=LOOKUP(9.99999999999999E+307,E3:INDEX(E3:AC3,MATCH(9.99999999999999E+307,E3:AC3)-1))
Thanks in advance!
Last edited: