erAck

joined 2 years ago
MODERATOR OF
[–] [email protected] 1 points 9 months ago

You may get specific help better at https://ask.libreoffice.org/

[–] [email protected] 12 points 11 months ago

There was the particular LiMux one in Munich that was "solved" by Microsoft moving their head quarter to a district of Munich and the then new conservative coalition in town government thanked them by rolling all back and buying MS products instead.

Someone gave a little overview in that Hacker News topic mentioned.

[–] [email protected] 4 points 11 months ago

And a meanwhile growing large topic on Hacker News.

[–] [email protected] 1 points 11 months ago

They are not beta, they are not test, betas of a to-be-new release are released before a version is released as fresh. And once a new version (e.g. 24.8) will be released, it will become the fresh version and the so far fresh (24.2) version will become the still version. Naming and then renaming releases in between would be even more confusing; that actually was done in the past by having Fresh and Still names but people didn't grok the rotating scheme so now just version numbers are used.

[–] [email protected] 1 points 11 months ago (2 children)

There are always two versions, the fresh latest with newer features ("If you're a technology enthusiast, early adopter or power user, this version is for you"), and the still one ("This version is slightly older and does not have the latest features, but it has been tested for longer") for more cautious users. Citations from https://www.libreoffice.org/download/download-libreoffice/

[–] [email protected] 2 points 1 year ago

I did that some months ago already, changed all my comment posts.

[–] [email protected] 3 points 1 year ago (2 children)

It will get trained on some comment posts.

Let reddit die. Join Lemmy or /kbin. https://join-lemmy.org/ https://kbin.pub/

[–] [email protected] 25 points 1 year ago (11 children)

It will get trained on some comment posts.

Let reddit die. Join Lemmy or /kbin. https://join-lemmy.org/ https://kbin.pub/

[–] [email protected] 2 points 1 year ago

Add a helper column concatenating cell contents (in the following example of column A and B, multiple cells or ranges are possible, see TEXTJOIN() online help) with a delimiter that does not occur in data, here the | vertical line or pipe symbol:

C1: =TEXTJOIN("|";0;A1:B1)

Copy-paste or pull down formula C1 to the desired range of rows.

For each row count the number of occurrences, assuming data in rows 1:99 here:

D1: =COUNTIF(C$1:C$99;C1)

Copy-paste or pull down formula D1 to the desired range of rows.

Filter on column D >1, or sort data in columns A:D on column D descending and at the bottom delete rows with value 1 in column D.

[–] [email protected] 1 points 1 year ago

Mod posting off-topic ...

view more: next ›