It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
avatar
lugum: That works, but how do you extend it to the whole column?
- position the cursor on the bottom-right corner of the cell.
- then do one of these:
-- double click on bottom-right corner of the cell and it will "magically" extend.
-- or click&drag it until you like (usually the end of data in the other column).
Post edited July 02, 2014 by phaolo
avatar
lugum: Years ago i had a job where i worked with excel and knew this kind of stuff, but i can't remember how to use the trim function anymore, worse case i have to it manually.
avatar
phaolo: It's easy, trust me. Just:
- create another column
- paste this in the first cell (use your cell reference):
=TRIM(A1)
- extend the formula to all the column
- from now on, sort by this new column
end!

: )
Rather than making yet another column, it'd be easier in the long run if he just made sure all his data were trimmed before pasting them into the spreadsheet.

Personally, I'd copy the names of the GOG games into a text editor with trim functionality, such as Notepad++, trim them, then copy them back.
avatar
lugum: That works, but how do you extend it to the whole column?
avatar
phaolo: - position the cursor on the bottom-right corner of the cell.
- then do one of these:
-- double click on bottom-right corner of the cell and it will "magically" extend.
-- or click&drag it until you like (usually the end of data in the other column).
Thank you, got it the way i wanted now. :)
Also thanks to anyone else who tried to help.

To anyone interested, for getting your GOG list (which i made a topic about awhile ago) just go to your shelf and select
the mode that shows the titles of the games.
As for Steam you can easily get a list if you use a steam calculator (that calculates your worth and such).
As for Desura, it's a bit more tricky but instead of going to your actually games, just go to your collection (where you can find you keys).
With a bit of sorting in Excel it only takes a few minutes work and it's very easy.
Post edited July 02, 2014 by lugum
avatar
lugum: Thank you, got it the way i wanted now.[..]
You're welcome : )
avatar
lugum: 3089 goes on top of the list still for some reason.
avatar
lugum: [edit] Smannesman tip about formatting everything to text didnt help either.
Excel is a bit stupid about the whole alphanumeric thing. Formatting cells as text is just that, formatting. It doesn't mean that Excel will then treat the contents of those cells as text, other than for visual purposes. The thing is that the other games which start with numbers also include letters and/or other characters, which is why they are sorted properly. If you try adding a letter to 3089, you'll see that suddenly it gets sorted correctly. Of course, that's not what you want, because the game is called 3089, not 3089a.

But here's a trick: If you want excel to treat the contents of a cell as text, no matter what it would like to interpret it as, add an apostrophe to the beginning of the cell, so that 3089 becomes '3089. This tells Excel "I don't give a damn what you think it is, it's text, capiche?" Excel obeys and treats it as text, while visually removing the apostrophe because it treats it as a control character. This also means that if you were making a list of your DVD collection and happened to own the classic British sitcom 'Allo 'Allo, you would need to add an extra apostrophe at the beginning, because Excel won't display the first one.
avatar
lugum: [edit] Smannesman tip about formatting everything to text didnt help either.
avatar
Wishbone: Excel is a bit stupid about the whole alphanumeric thing. Formatting cells as text is just that, formatting. It doesn't mean that Excel will then treat the contents of those cells as text, other than for visual purposes. The thing is that the other games which start with numbers also include letters and/or other characters, which is why they are sorted properly. If you try adding a letter to 3089, you'll see that suddenly it gets sorted correctly. Of course, that's not what you want, because the game is called 3089, not 3089a.

But here's a trick: If you want excel to treat the contents of a cell as text, no matter what it would like to interpret it as, add an apostrophe to the beginning of the cell, so that 3089 becomes '3089. This tells Excel "I don't give a damn what you think it is, it's text, capiche?" Excel obeys and treats it as text, while visually removing the apostrophe because it treats it as a control character. This also means that if you were making a list of your DVD collection and happened to own the classic British sitcom 'Allo 'Allo, you would need to add an extra apostrophe at the beginning, because Excel won't display the first one.
Thanks for the trick, never knew about the ' thing.
Some games also put characters in the name like "beware planet earth" or //n.p.p.d rush// which makes them sort at the top, luckily there aren't many of them but still.
avatar
lugum: Okay as to what Amok said, i did the format and set 3089 to text, then when i click both columns and sort
i am getting it like the attached picture (snap1).

3089 goes on top of the list still for some reason.
Then my whole GOG collection from a to z.
But then after that the GOG entries it sorts my steam/desura collection from a tot z how i want it (snap2) but i want GOG included.

[edit] Smannesman tip about formatting everything to text didnt help either.
Numbers are before letters in the ASCII table. That's why when sorting numbers will be in front of them
Also I find it more convenient to have each platform in a separate column as I have games that I have on several platforms/services.
Post edited July 02, 2014 by blotunga
avatar
lugum: Thanks for the trick, never knew about the ' thing.
Some games also put characters in the name like "beware planet earth" or //n.p.p.d rush// which makes them sort at the top, luckily there aren't many of them but still.
You could add another column (say C), using =A1 as the default value for the first game (assuming the first game is at row 1), then expand that downwards and it should become =A2, =A3 and so on, then change the few that uses weird characters (for example change "//n.p.p.d rush//" to simply "nppd rush"), finally hide C and use C and B to sort.
Post edited July 02, 2014 by Maighstir.114
avatar
lugum: [..]Some games also put characters in the name like "beware planet earth" or //n.p.p.d rush// which makes them sort at the top, luckily there aren't many of them but still.
You could add the ugly-bloated but working SUBSTITUTE() function to the same TRIM() column to replace those characters.
Tell me if you want to try.
Post edited July 02, 2014 by phaolo
avatar
lugum: [..]Some games also put characters in the name like "beware planet earth" or //n.p.p.d rush// which makes them sort at the top, luckily there aren't many of them but still.
avatar
phaolo: You could add the ugly-bloated but working SUBSTITUTE() function to the same TRIM() column to replace those characters.
Tell me if you want to try.
Thanks well there are like 5 entries in this one, i can still do that manually.
Maybe i will need it though in the future with some other lists but i will see when it comes to that, might just quote and bump you then.