N
needitquick
Help...I'm trying to find duplicates and a price in a list, that looks
something like this:
Col A-123456 Col-B-6.39 Col-C- 442
123456 8.30 6907
122222 5.50 442
356488 6.87 6907
356333 8.25 442
222220 3.33 442
222220 10.69 6907
I want to find the duplicate and the price(col B)only for code 6907 in
col-C. I tried a IF(and) statement. I used If(a1=a2,yes, if(and a1=a2,
c1=6907, yes, no). Doesn't work is there another way to get my results. I
would then sort by the yes
something like this:
Col A-123456 Col-B-6.39 Col-C- 442
123456 8.30 6907
122222 5.50 442
356488 6.87 6907
356333 8.25 442
222220 3.33 442
222220 10.69 6907
I want to find the duplicate and the price(col B)only for code 6907 in
col-C. I tried a IF(and) statement. I used If(a1=a2,yes, if(and a1=a2,
c1=6907, yes, no). Doesn't work is there another way to get my results. I
would then sort by the yes