• 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.

What's wrong with this IF statement?

Hi All:

Happy cinco de mays. Can you please let me know what is wrong with this statement:

=IFERROR(VLOOKUP(A2, NDC_Server_Launch_Export_Workin!$A$2:$X$81,11,0), IF (Q2=”P", “Pending”,Finished")

thanks in advance

frank
 
Hi ,

See if this does what you want it to do :

=IFERROR(VLOOKUP(A2, NDC_Server_Launch_Export_Workin!$A$2:$X$81,11,0), IF(Q2="P", "Pending","Finished"))

Narayan
 
Back
Top