Skip to main content

Questions tagged [sorting]

Sorting is any process of arranging items according to a certain sequence or into different sets.

2 votes
2 answers
249 views

Sorting files and folders by hexadecimal and decimal values

A while a go I needed to figure out how to sort my files by hexadecimal order. I found some very useful information in this awesome answer: Adding "NoStrCmpLogical" as DWORD with a value of ...
Kalamalka Kid's user avatar
1 vote
1 answer
322 views

How to Sort and Move Files Based on their Extensions on Windows

I'm trying to sort and move files based on their extensions within Windows, and am following this tutorial using: @echo off for %%a in (".\*") do ( if "%%~xa" NEQ "&...
Zolboo B's user avatar
1 vote
2 answers
126 views

What are version and revision of a file?

The docs for the nnn file manager says that nnn is able to sort a list of files on the basis of: apparent disk usage / disk usage / extension / revision / size / time / version But what are the &...
robertspierre's user avatar
0 votes
1 answer
364 views

Outlook Online: I can’t seem to filter according to sender

Outlook Online: I can’t seem to filter according to sender! I am working with Outlook online, chrome browser, from a desktop—not a phone app / Mac OS.) I did check some community answers, But I didn’t ...
M Hurley's user avatar
1 vote
1 answer
103 views

Difficulty performing complex sorting when listing files in a directory with the ls command

The behavior I'm seeking is a nested sort with the ls command where sorting by one method doesn't cancel out sorting by a second method. The exact desired behavior is essentially: First sort with ...
elucid8's user avatar
  • 78
1 vote
1 answer
138 views

How can I arrange arbitrarily folders in Windows 10?

I want to sort some music folders by the release date, so I was wondering if there's a way to edit the metadata of the folder, because looking on the sort options, there's a "year" column, ...
DanPCrz's user avatar
  • 13
0 votes
0 answers
103 views

MS Access table not sorting by primary key

Environment: MS Office LTSC Pro Plus 2021 under Windows 11 Pro 64. I have an Access table with 300,000 records and 28 fields, including an autonumber primary key. Yesterday, after adding the 28th ...
NewSites's user avatar
  • 818
3 votes
1 answer
368 views

How can I make new subfolders created in a directory inherit the parent folder's sort type as default (such as "date modified")?

So I have a folder within which new folders containing images are frequently created. These images are frequently updated, and I prefer to set them to sort by "date modified" so the most ...
sylverone's user avatar
1 vote
1 answer
690 views

Editing rules in Outlook 365

I have a list of 30 rules to sort incoming mail on my POP3 and IMAP accounts, and move them into relevant folders (or permanently delete the known spammers). Such a large set of rules didn't happen ...
Chris Bedford's user avatar
0 votes
0 answers
925 views

Excel: How to best sort/match two (+) columns with a different amount of rows?

Hello I am trying to figure out a few different ways to accomplish this, to find the most efficient approach. Any and all help appreciated. Here is one workaround I found but cum er some and does not ...
user avatar
0 votes
0 answers
27 views

Sort information in Excel displayed in "cards" [duplicate]

I'm looking to create data "cards" in Excel which is a way to visually display information next to an image: The reason to display information this way is because I want to always be able ...
Arj's user avatar
  • 103
0 votes
0 answers
3k views

In an Excel PivotTable, how can I sort by multiple row fields?

In Excel PivotTables, it's easy to sort, say, the rows by the major row field: There's a "Row Labels" column with a menubutton on the side, you click it, and you get sort options, just like ...
einpoklum's user avatar
  • 9,852
0 votes
0 answers
38 views

Sort text and numbers in Excel so the numbers sort properly?

I've created an inventory of my watercolor paints. Paints use pigment categories and pigment numbers. For example, blue pigments all start with the pigment category PB (pigment blue), followed by the ...
Marina Michaels's user avatar
0 votes
1 answer
395 views

Powershell: sorting directories based on file count

I am attempting to create a list that counts the number of files in a folder and then sorts the order of the folders based on that count. I have the following but it doesn't work (i.e. doesn't sort): ...
Brian's user avatar
  • 1,045
0 votes
1 answer
469 views

Column sort is not putting numbers in the correct order

I am uploading a .csv file into a third-party program with the following data for example: When the (third party) program sorts this data by the 'Number' column it looks like it is sorting the column ...
Dr_Xunil's user avatar
  • 338

15 30 50 per page
1
2
3 4 5
49