Duplicates when using lookup

I decided to return one topic to discussion:

I have 1 row in a table linked to 8 rows in another table, and then using the Lookup function to display the values from a specific column:

98cb4072e39e29d8ebbe7e3fada7c7547e0afaed

But when the values are all the same, (which is common in my use case), I have needless repetition. Is it possible to display the value just once, and remove the duplicates?

It’s been 2 years but the problem has never been fixed. Maybe now there is a possibility to fix it?

Hello,

The Link formula column shows the correct values.
As this request is for a very specific use case that does not affect the public, it has not been worked on.

Perhaps you can use a formula to output the value only once, so please take a look.

As @fsa said: This is not a bug. This is why there is no need to fix it. If anything, this is a feature request.

You can try to use FINDMIN, FINDMAX or ROLLUP (rather than LOOKUP) to handle this kind of a situation. This can be done now!

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.