indesignkat
Member
Hello glorious Chandoovians,
I'll set this up with a very simple example: In column A we have an id code. In columns B:K we've got numeric values. I want to find the minimum of those values. That's easy enough.
Now let's complicate it by saying that each row has an id code and values across B:K, but the id code in A is not necessarily unique. There may be 1 or 3 or 15 rows with the same id code. I still want to find the minimum value for that id, regardless of what row it's on.
It seems like the aggregate function might get there, but I'm not sure how.
thoughts?
I'll set this up with a very simple example: In column A we have an id code. In columns B:K we've got numeric values. I want to find the minimum of those values. That's easy enough.
Now let's complicate it by saying that each row has an id code and values across B:K, but the id code in A is not necessarily unique. There may be 1 or 3 or 15 rows with the same id code. I still want to find the minimum value for that id, regardless of what row it's on.
It seems like the aggregate function might get there, but I'm not sure how.
thoughts?