S
Steve
I’m trying to come up with an approach to mark applicants who have
applied with 30 days or have applied at other locations.
I have about 5000 rows
Column =
Name
Location
Checkin Date
Checkout Date
Within30
MultiLoc
1. I need to search all records and find where name is duplicated or
more than once.
Then
For each row of the name listed more than once compare the first
checkout date to the next checkin date.
If value is equal to or less than 30
Place a ‘X’ in the Within30 column for all rows of that name else
leave blank
2. I need to search all records and find where name is duplicated or
more than once.
Then
For each row of the name listed more than once compare the Location
If either of the locations are different then
Place a X in the MultiLoc column for all rows of that name else leave
blank
Any thoughts on how to tackle this?
Thanks
Steve
applied with 30 days or have applied at other locations.
I have about 5000 rows
Column =
Name
Location
Checkin Date
Checkout Date
Within30
MultiLoc
1. I need to search all records and find where name is duplicated or
more than once.
Then
For each row of the name listed more than once compare the first
checkout date to the next checkin date.
If value is equal to or less than 30
Place a ‘X’ in the Within30 column for all rows of that name else
leave blank
2. I need to search all records and find where name is duplicated or
more than once.
Then
For each row of the name listed more than once compare the Location
If either of the locations are different then
Place a X in the MultiLoc column for all rows of that name else leave
blank
Any thoughts on how to tackle this?
Thanks
Steve