Sep 26 2023 04:03 PM
The attached FAC worksheet is supposed to pull data from the HR and Finance sheets. However, the formulas on the FAC sheet aren't working. I can't figure out why. Can anyone help?
Sep 26 2023 09:14 PM
@Danger_SF - You need to change the table reference since it's not a table. Just replace "[@[Employee ID]]" with the cell reference A2.
Sep 27 2023 10:49 AM
Sorry. In those example workbooks, I neglected to format the cells as tables. In the documents I'm working with, they are all tables.
If you format them as tables, can you tell me why the formulas don't work?
Sep 27 2023 11:05 AM
=VLOOKUP([Employee ID],[HR.xlsx]Tab3!$A$2:$B$3,2,FALSE)
This works on my computer if all three files are open.
Sep 27 2023 12:01 PM
SolutionSep 27 2023 12:01 PM
Solution