3G
Member
HI there-
I have the following formula:
=SUMPRODUCT(([@Status]="Approved")*(([@[System Solution]]=FIND("Software",[@[System Solution]],1))))
It's working, as I'm getting "VALUE" for those that do not have the value "Software" in the System Solution column, and a "0" for the ones that do. However, I'm getting a "0" for those that do have Software. I thought that if it evaluated correctly, it'd show a "1"?
I have the following formula:
=SUMPRODUCT(([@Status]="Approved")*(([@[System Solution]]=FIND("Software",[@[System Solution]],1))))
It's working, as I'm getting "VALUE" for those that do not have the value "Software" in the System Solution column, and a "0" for the ones that do. However, I'm getting a "0" for those that do have Software. I thought that if it evaluated correctly, it'd show a "1"?