SOLVED

If both rows have X & Y name then cell = Yes or No

Deleted
Not applicable

I'm having a problem where it spills over.

 

If there is a name in the first and second cell, that is acceptable, then it will say YES

 

If its blank, or if its a different persons name, it will say NO

 

 

Please help! thank you

3 Replies
best response
Solution

@Deleted 

Try this:

=IF(AND(ISNUMBER(MATCH(A2,G:G,0)),ISNUMBER(MATCH(B2,G:G,0))),"YES","NO")

Not sure if this is in your sheet on Sharepoint now. Managed to over-write what I found earlier. Perhaps someone else goes in after me an does the same. Not used to working in Sharepoint.

@Riny_van_Eekelen 

 

I saw you in there doing your work. thank you very much.thank you

@Deleted Glad I could help!

1 best response

Accepted Solutions
best response
Solution

@Deleted 

Try this:

=IF(AND(ISNUMBER(MATCH(A2,G:G,0)),ISNUMBER(MATCH(B2,G:G,0))),"YES","NO")

Not sure if this is in your sheet on Sharepoint now. Managed to over-write what I found earlier. Perhaps someone else goes in after me an does the same. Not used to working in Sharepoint.

View solution in original post