this post was submitted on 27 Oct 2023
4 points (100.0% liked)
LibreOffice
460 readers
7 users here now
LibreOffice is a powerful free and open source office suite, used by millions around the world.
- Ask and Answer
- LibreOffice
- LibreOffice Community, get involved
- The Document Foundation, TDF
- Matrix LibreOffice Space
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Maybe you could concatenate every relevant field/criteria with “ - “ between each element into a new column . then add a filter on the new column for duplicates?
I do this quite often
what if I sorted the orders by names and then for each one check if the one above and the one below it have the same name, date and amount due using 3 columns of IFs, and then filter out those which meet all three of these criteria by multiplying the outputs of IFs in another column? that should work I think? the only problem is last step filtering may fuck up the existing IF functions
That would work for a 1 dimensional table. If you have many columns, you either mess up the following columns or you get back to the beginning. With lists that works wonderfully
It seems to have worked