Hi,
A little help for my formula below please? I wanted to show in column E that if the actual login is equal to the person's schedule, she will be tagged as "P" or present and if he's tardy from his schedule but didnt exceed more than 5mins late, then he will still be tagged as Present. I wanted to add this statement to my current IF formula which is: If(E2<=5,"P") but i am getting an error "You've entered too many arguments for this function. Can somebody help please? THanks a lot!!
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Name[/TD]
[TD]Schedule[/TD]
[TD]Actual Login[/TD]
[TD]Status[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Tanya[/TD]
[TD]7:00 AM[/TD]
[TD]7:05 AM[/TD]
[TD]=IF(d2<=c2,"P",ABS(d2-c2)*1440)[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Rap[/TD]
[TD]VL[/TD]
[TD]#NA[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
A little help for my formula below please? I wanted to show in column E that if the actual login is equal to the person's schedule, she will be tagged as "P" or present and if he's tardy from his schedule but didnt exceed more than 5mins late, then he will still be tagged as Present. I wanted to add this statement to my current IF formula which is: If(E2<=5,"P") but i am getting an error "You've entered too many arguments for this function. Can somebody help please? THanks a lot!!
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Name[/TD]
[TD]Schedule[/TD]
[TD]Actual Login[/TD]
[TD]Status[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Tanya[/TD]
[TD]7:00 AM[/TD]
[TD]7:05 AM[/TD]
[TD]=IF(d2<=c2,"P",ABS(d2-c2)*1440)[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Rap[/TD]
[TD]VL[/TD]
[TD]#NA[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]