I have the raw attendance of my team in one tab and I created an IF statement to identify whether they are tardy or on time, based on their scheduled time in (8 am PST).
N2= actual log inO2= scheduled=IF(N2>02,"Late","On Time")
I created another sheet which will basically the dashboard. How to I lookup if an employee is on time or late with their name and dates as the criteria?