tly0227
New Member
- Joined
- Oct 2, 2012
- Messages
- 37
I'm trying to figure out what's going on.
I have a database of employees. Column E: Employee ID#
I have a table on a 2nd sheet, Files, that is a list of documents that I can't find Employee Folders for. Column B: Employee ID
I have a column, T: Unfiled docs flag, with the following formula: =IFERROR(IF(MATCH([@[Employee ID'#]],Table3[Employee ID],0),"Yes"),"No")
Works great, that's not the problem.
The cell formatting for both employee ID columns is identical. I've verified this every which way is possible.
The rows in the Employees sheet are a combination of either manually inputted by me, or copied/pasted from another file. The Files sheet is all manually inputted.
There is some hidden difference between the 2 and it's causing my formula to not work.
As an example, I have an employee ID # 1003711. On the files sheet, I create a row and type the ID number. On the Employees sheet, that row was originally copied from another file. Even though the formatting is exactly the same, the entered text is exactly the same, they don't come up as a match. Trying to figure this out, I did an if(entered cell = copied cell, "Match") formula and it does not show as a match. Screenshots below. B37 is the manually entered, B38 is the copied (from the employees sheet). 37 won't trigger the formula flag, 38 will.
What the heck is happening/how do I fix this? I'm so confused.
I have a database of employees. Column E: Employee ID#
I have a table on a 2nd sheet, Files, that is a list of documents that I can't find Employee Folders for. Column B: Employee ID
I have a column, T: Unfiled docs flag, with the following formula: =IFERROR(IF(MATCH([@[Employee ID'#]],Table3[Employee ID],0),"Yes"),"No")
Works great, that's not the problem.
The cell formatting for both employee ID columns is identical. I've verified this every which way is possible.
The rows in the Employees sheet are a combination of either manually inputted by me, or copied/pasted from another file. The Files sheet is all manually inputted.
There is some hidden difference between the 2 and it's causing my formula to not work.
As an example, I have an employee ID # 1003711. On the files sheet, I create a row and type the ID number. On the Employees sheet, that row was originally copied from another file. Even though the formatting is exactly the same, the entered text is exactly the same, they don't come up as a match. Trying to figure this out, I did an if(entered cell = copied cell, "Match") formula and it does not show as a match. Screenshots below. B37 is the manually entered, B38 is the copied (from the employees sheet). 37 won't trigger the formula flag, 38 will.
What the heck is happening/how do I fix this? I'm so confused.