Soldato
- Joined
- 22 Nov 2007
- Posts
- 4,209
Expand. Are you trying to double sort? Sorry triple sort?
Hmm. In curly braces add the actual date descending (not tried this) or you could assign a fake date to actual if they are blank. I have had to hack a double sort in the past to force a cache request as the results would not be in the correct order.
The reason PQ differs will be it uses its own engine and M language.
So, in excel if you do the triple filter (start , planned , actual), the bottom record in the image goes to the top. In power query it stays at the bottom which is what i want to happen in excel.You can filter out the blanks, replace blanks with a fixed date (so they are not blank but in the future).
If you describe what end result is I can get my head around it.
Correct. Im just trying to replicate what i did in pq in excelOK so your not using Power Query just the old school sheet and formulas?
No rush manOK let me think just finished work buddy, need to be away from data for a moment.
=D2=""
Do you mean out that d2="" in cell e2?How about a helper column?
To the side of the actual date, select first one i.e. cell D2Fill series down.Code:=D2=""
Blanks should be displayed as TRUE.
You should be able to third sort on this helper column to be at top/bottom.