jhmhothers
New Member
- Joined
- Jul 14, 2011
- Messages
- 2
Hi,
I am trying to compare 2 spreadsheets ( CURR and PREV ) of employees' absences. The columns are the same in both. There may be multiple rows per employee. What I would like to do is :
1) Use CURR as the base to compare
2) If the Employee is found in CURR but not in PREV, return FALSE
4) If the Employee is found in both, check all the rows for the employee in CURR against all the rows in PREV
a) return TRUE if corresponding rows are found
i) col 53 (Start), col 54 (End), col 55(Duration) and col 57(Type) are the same
b) return FALSE if no corresponding row is found
Could you please advise how I should go about doing it?
Thanks for your help.
I am trying to compare 2 spreadsheets ( CURR and PREV ) of employees' absences. The columns are the same in both. There may be multiple rows per employee. What I would like to do is :
1) Use CURR as the base to compare
2) If the Employee is found in CURR but not in PREV, return FALSE
4) If the Employee is found in both, check all the rows for the employee in CURR against all the rows in PREV
a) return TRUE if corresponding rows are found
i) col 53 (Start), col 54 (End), col 55(Duration) and col 57(Type) are the same
b) return FALSE if no corresponding row is found
Could you please advise how I should go about doing it?
Thanks for your help.