I'll try not to be too confusing. I have two inventory databases, A & B. I am merging Database B(updated database) into A. Once merged, is there a formula that will tell me which info is from "B" and which is from "A." I know "B" will have duplicate data compared to "A."
I've used =if(d1=d2, 0,1). This is good in that it tells me which is duplicate but i'm trying to find out which is the data from "B" when merged into "A." Any help is greatly appreciated. Thanks in advance.
I've used =if(d1=d2, 0,1). This is good in that it tells me which is duplicate but i'm trying to find out which is the data from "B" when merged into "A." Any help is greatly appreciated. Thanks in advance.