B
Brandon
Ok, so I have 2 lists of data, one is a master list that a client has sent me
telling me how they want their expense reports filed (unfortunatly sent to me
6 months late..) and a list we have been maintaining over the course of the
archiving for them which we created and enter manually everyday. And I need
to find a formula that will highlight the information that is similar in both
lists green and the ones that dont match up to highlight red. Here is an
example of what the sheet looks like:
|-----Their List-----| |--------Our List--------|
A B C D
E F
1 Expense# Box # Expense# Box #
Box Compare
2 Bob00942 Box001 Ryan00759 Box001
Box001
3 Ryan00759 Box001 Louis00953 Box001
Box002
4 Clayton00643 Box001 Clayton00643 Box001
Box 001
5 Sherri00571 Box002 Bob00942 Box002
Box001
6 Louis00953 Box002 Roger00911 Box002
N/A
7 Brandon00652 Box002 Steven00864 Box002 N/A
8 Anthony00945 Box002 Anthony00945 Box002
Box002
On F, I used =VLOOKUP(D2,A:B,2,FALSE) in order to get the box number that
the expense report numbers are supposed to be in according to their list, but
my boss would like me to get it to where A and D would light up so we could
see which ones are not matching up ( ex: Sherri00571 would turn red in A
since it is not in D)
Does anyone know a formula that can do this? I apologise if I wrote it out
confusing, but any help would be much appriciated.
Thanks,
Brandon
telling me how they want their expense reports filed (unfortunatly sent to me
6 months late..) and a list we have been maintaining over the course of the
archiving for them which we created and enter manually everyday. And I need
to find a formula that will highlight the information that is similar in both
lists green and the ones that dont match up to highlight red. Here is an
example of what the sheet looks like:
|-----Their List-----| |--------Our List--------|
A B C D
E F
1 Expense# Box # Expense# Box #
Box Compare
2 Bob00942 Box001 Ryan00759 Box001
Box001
3 Ryan00759 Box001 Louis00953 Box001
Box002
4 Clayton00643 Box001 Clayton00643 Box001
Box 001
5 Sherri00571 Box002 Bob00942 Box002
Box001
6 Louis00953 Box002 Roger00911 Box002
N/A
7 Brandon00652 Box002 Steven00864 Box002 N/A
8 Anthony00945 Box002 Anthony00945 Box002
Box002
On F, I used =VLOOKUP(D2,A:B,2,FALSE) in order to get the box number that
the expense report numbers are supposed to be in according to their list, but
my boss would like me to get it to where A and D would light up so we could
see which ones are not matching up ( ex: Sherri00571 would turn red in A
since it is not in D)
Does anyone know a formula that can do this? I apologise if I wrote it out
confusing, but any help would be much appriciated.
Thanks,
Brandon