
Originally Posted by
mphillips
...if there are more than 1 unique key then SUM column K. If column K's sum is greater than 1 then "Recycled" if not then "New New".
Your description is not as rigorous as it could be, but here's what I think you mean.
If there is more than one key, then it's not unique. Instead of "more than 1 unique key" I think you mean "the key is repeated."
You didn't say so but I am assuming that this formula is intended to be used in each row of data starting in row 2 then copied down.
If the key in that row is not unique, then check the sum in column K only for that key. You didn't say it was only for that key, but that's the only way I can make sense of this description.
Note that you didn't say what you want the result to be if the key is not repeated, so you can blank out my red text if you want a blank result.
Bookmarks