Having trouble putting together a nested IF statement, it all depends on whether the cell G8 is in error or not, probably a better way to do it. Here are the 2 formula I need nested:
=IF(AND(ISERROR(F8),ISERROR(G8)),E8+F11,#N/A)
=IF(AND(ISERROR(F8),NOT(ISERROR(G8))),E9+F11)
thnx
=IF(AND(ISERROR(F8),ISERROR(G8)),E8+F11,#N/A)
=IF(AND(ISERROR(F8),NOT(ISERROR(G8))),E9+F11)
thnx