Hello,
I am trying to test for a match, IF ture return "Yes" IF not "No"
I need to test if the value in one cell matches a value in a range of cells.
I tried this but it does not work. =IF($F3=IncidentWS!$F2:$F22,"Yes","No")
Data:
Column 1
CV
ISP
Column 2
Network
Internet
ISP
CV
Last edited by NBVC; 03-12-2010 at 02:55 PM.
Try:
=IF(ISNUMBER(MATCH($F3,IncidentWS!$F2:$F22,0)),"Yes","No")
Microsoft MVP - Excel
Where there is a will there are many ways. Pick One!
Please read the Forum Rules
If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
Preferred Charities: Lupus Canada and Sick Kids Foundation.
Feel Free to Donate if you want to, for the assistance you received today.
U rock! Thanks a million!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks