Hi all,
In the attached worksheet I want to see if the Value in C3 has a match in Row B12:G12 and if so return "Yes" in J2 or just left blank if no match.
Cheers
Hammer
Hi all,
In the attached worksheet I want to see if the Value in C3 has a match in Row B12:G12 and if so return "Yes" in J2 or just left blank if no match.
Cheers
Hammer
Hi Hammer, i cant seem to view your file. but based on your description, try:
=IF(COUNTIF(B12:G12,C3),"Yes","")
Thanks, if you have clicked on the * and added our rep.
If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".
"Contentment is not the fulfillment of what you want, but the realization of what you already have."
Tips & Tutorials I Compiled | How to Get Quick & Good Answers
Same here, can't open file.
But alternatively try:
This will also give you the relative position of the result in your data set, allowing you to return the value using INDEX.![]()
Please Login or Register to view this content.
Muzza68
Thank you peoples, both work a treat.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks