C
crew3407
Hello,
I was wondering how to extract changes that have been made from
previous set of data to a new set of data.
Col A Col B Col C Col D
Acct # Name Acct # Name
1 hello 0 wow
2 yes 2 yes
1 hello
So my question is, I want to first check to see if the Account # in
exists in C. If it does exist, then I want to check if th
corresponding info next to the account #'s are the same. If they ar
not the same, then pull out the account #. The second list is mos
likely always going to be longer because new accounts are added.
I know Pearson has a good site with comparing 2 lists, and I've use
the IF(COUNTIF(......), " ", " ") function to extract uniques from
list, but above i want to check 2 conditions. Is this possible?
Thanks
I was wondering how to extract changes that have been made from
previous set of data to a new set of data.
Col A Col B Col C Col D
Acct # Name Acct # Name
1 hello 0 wow
2 yes 2 yes
1 hello
So my question is, I want to first check to see if the Account # in
exists in C. If it does exist, then I want to check if th
corresponding info next to the account #'s are the same. If they ar
not the same, then pull out the account #. The second list is mos
likely always going to be longer because new accounts are added.
I know Pearson has a good site with comparing 2 lists, and I've use
the IF(COUNTIF(......), " ", " ") function to extract uniques from
list, but above i want to check 2 conditions. Is this possible?
Thanks