New answers tagged sorting
0
votes
Sorting issue when consolidating monthly data into a year to date file. Using query, sorting by day, time, and letter
Flex has the answer but my Excel was not liking it so here is the modified version that worked for me
= let
Source = Excel.CurrentWorkbook(){[Name="Examples"]}[Content],
ReType = Table....
0
votes
Accepted
Sorting issue when consolidating monthly data into a year to date file. Using query, sorting by day, time, and letter
Based on these assumptions as mentioned in your comment:
If there are two measurements of a part on the same day, they are assumed to be in the correct order and named incorrectly
If there are two ...
1
vote
Why is the Excel sort command not working as expected?
Acknowledge this is an old question and this response probably does not solve the op's previous problem given his posted equations.
I stumbled onto this post because I was having a similar sorting ...
0
votes
Find all duplicate files by MD5 hash
Or you could use fdupes:
fdupes -R /usr/share/doc | while read name; do \
test -n "$name" && \
size=`stat -c %s "$name" 2>/dev/null` && \
echo "$...
Top 50 recent answers are included
Related Tags
sorting × 731microsoft-excel × 251
linux × 81
windows × 60
windows-explorer × 58
bash × 56
windows-10 × 46
worksheet-function × 41
windows-7 × 39
unix × 39
microsoft-excel-2010 × 38
command-line × 30
microsoft-excel-2007 × 19
email × 17
vba × 16
microsoft-excel-2016 × 15
spreadsheet × 15
date × 15
macos × 14
microsoft-outlook × 14
notepad++ × 14
filenames × 14
pivot-table × 13
powershell × 12
shell × 12