I am trying to create an attendance log that I can copy a list of students into one worksheet and it give me an X next to their name on another worksheet. I have tried everything. I am still somewhat new to Excel but feel semi confident. Any help would be great. More details can be provided, just ask. Thanks everyone.
You mean?
=IF(ISNUMBER(MATCH(A2,'SHEET1'!A:A,0)),"X","")
This looks for a match to A2 of the current sheet and tries to find it in column A of sheet named Sheet1... if it finds it, an "X" is placed in the cell containing the formula, else it leaves it "blank".
You can copy down the formula after you adjusted ranges, references and sheetname.
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.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks