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

Look at multiple cells for single matching value

semper5

Member
I might be trying to reinvent the wheel, but I'm losing ground at the same time.

I am trying to get a cell to look at three individual cells, and if any of them match, return that value to to the cell. This has to happen through adjacent cells.

Does anyone have a suggestion for how to accomplish this? Without using VBA?

Thank you for your suggestions.
 

Attachments

  • vacation tracker.xlsx
    27.5 KB · Views: 10
Hello Semper,

In B4,

=IF(COUNTIF(INDEX(Balance!$K:$M,MATCH($A4,Balance!$J:$J,0),0),B$2),"X","")

Then copy across & down.
 
Back
Top