• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

syntax error ..Please help

Hi Friends,

Need your help on the below.

While trying to enter the below formula for a range its working fine.

=IF(AND(SUMPRODUCT(0+ISNUMBER(FIND($E$3:$E$8,C3))),1-SUMPRODUCT(0+ISNUMBER(FIND($F$3:$F$6,C3))),1-ISNUMBER(FIND($G$3,D3))),"Scope","Not in Scope")


but when trying to add "1-ISNUMBER(FIND($H$3,D3))), to the above formulae it throwing an error :

=IF(AND(SUMPRODUCT(0+ISNUMBER(FIND($E$3:$E$8,C3))),1-SUMPRODUCT(0+ISNUMBER(FIND($F$3:$F$6,C3))),1-ISNUMBER(FIND($G$3,D3))),1-ISNUMBER(FIND($H$3,D3))),"Scope","Not in Scope")

Attached error screen for your refernce
can somebody help me on this.

Appreciate your help please

Thank you
 

Attachments

  • screen.JPG
    screen.JPG
    27.6 KB · Views: 5
Check this, only need 2 brackets as per highlighted red :

=IF(AND(SUMPRODUCT(0+ISNUMBER(FIND($E$3:$E$8,C3))),1-SUMPRODUCT(0+ISNUMBER(FIND($F$3:$F$6,C3))),1-ISNUMBER(FIND($G$3,D3)),1-ISNUMBER(FIND($H$3,D3))),"Scope","Not in Scope")

Regards
Bosco
 
Last edited:
Back
Top