1. I have this formula that works: =SUMIF(H1467:I1467,"<>#N/A",H1467:I1467)
2. Now I'm trying to include the SUMIF formula inside of: =IF(I1467="","",IF(A1467=B1467,H1467,H1467+I1467))
3. Making it: =IF(I1467="","",IF(A1467=B1467,H1467,SUMIF(H1467:I1467,"<>#N/A",H1467:I1467)))
The SUMIF formula works on its own (as shown on #1), but it does not work inside the IF statement (as shown on #3).
H1467 = -177
I1467 = #N/A
#1 result = -177
#2 result = #N/A
#3 result = #N/A
Is there a reason for this? If yes, what's the fix?
Thanks.
2. Now I'm trying to include the SUMIF formula inside of: =IF(I1467="","",IF(A1467=B1467,H1467,H1467+I1467))
3. Making it: =IF(I1467="","",IF(A1467=B1467,H1467,SUMIF(H1467:I1467,"<>#N/A",H1467:I1467)))
The SUMIF formula works on its own (as shown on #1), but it does not work inside the IF statement (as shown on #3).
H1467 = -177
I1467 = #N/A
#1 result = -177
#2 result = #N/A
#3 result = #N/A
Is there a reason for this? If yes, what's the fix?
Thanks.