one entry showing in all entries

i have two sheets,  and attendance register and attendance sheet.

each user logs in each day, and genrate an attendance sheet to file the weeks entries per user.

but if on user logs on th register and i pull a sheet the one user register is carried to all users.

using this as formula on the Attendance sheet

TEXT(SELECT(Attendance register[Time in],
AND([Employee ID]=[Employee ID],
[WeekNum]=WEEKNUM(NOW()),
[Day]=1),true))

please assist, as shouls only record teh specific users entry

Solved Solved
0 2 41
1 ACCEPTED SOLUTION

I think what you need to change is [Employee ID] = [_THISROW].[Employee ID]

View solution in original post

2 REPLIES 2

I think what you need to change is [Employee ID] = [_THISROW].[Employee ID]

Thanks a mill, sorted, when pulling report it is only showing the selected employees logged data.

Top Labels in this Space