0
The situation becomes simpler to understand with a hypothetical scenario.
Imagine I bought 3 pieces:
Piece A
Piece B
Piece C.
The supplier, as he did not have everything ready for delivery, divided the delivery of the parts into 3 Fiscal Notes:
Fiscal Note 1 - issued on 08/10/2018
Fiscal Note 2 - issued on 12/08/2018
Fiscal Note 3 - issued on 08/14/2018
The result is then seen in the table below:
What I want to do now (automatically, I imagine that through a combination of n formulas) is to sort the order of the Fiscal Notes according to their date of issue for each piece. For example, what I want is:
This is because Fiscal Note 1 was the first to be issued, Fiscal Note 2 the second, and Fiscal Note 3 the third.
The problem is that the table is not organized, there is an intercalation of the order of the pieces and order of the Fiscal Notes.
Any idea?
Thank you
Do not filter the desired Reference for the part, for example
Peça A
and then sort the dates from Older to Newer? Manually in the table filters.– danieltakeshi
is that I need to take out EVERY manual intervention in the database...without filtering, classifying etc
– user2929914