Cell G10 has: =IFERROR(IF(H10>0,"Line",""),"")
Cell H10 has: =(IFERROR(VALUE(FIND("Contract Line Number:",A10)),"")) which evalutes to a blank or nothing.
Cell G10 returns "Line" as if the condition H10>0 is true (and H10 has a formula that evaluates to to a blank).
How can a blank be >0 ?
Cell H10 has: =(IFERROR(VALUE(FIND("Contract Line Number:",A10)),"")) which evalutes to a blank or nothing.
Cell G10 returns "Line" as if the condition H10>0 is true (and H10 has a formula that evaluates to to a blank).
How can a blank be >0 ?