social.coop is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Fediverse instance for people interested in cooperative and collective projects. If you are interested in joining our community, please apply at https://join.social.coop/registration-form.html.

Administered by:

Server stats:

479
active users

#spreadsheets

3 posts3 participants0 posts today

I need to set up a private spreadsheet that is viewable and editable by an elderly relation (who uses spreadsheets all the time) and a couple of younger family members, one of whom lives interstate.

The obvious answer is Google Sheets. Is there an alternative that is usable for these people?
#spreadsheet #spreadsheets

Online Journalism Blog: Google Sheets has a new AI function — how does it perform on classification tasks?. “AI has been built into Google Sheets for some time now in the Clippy-like form of Gemini in Sheets. But Google Sheets’s AI function is different. Available to a limited number of users for now, it allows you to incorporate AI prompts directly into a formula rather than having to […]

https://rbfirehose.com/2025/04/13/online-journalism-blog-google-sheets-has-a-new-ai-function-how-does-it-perform-on-classification-tasks/

ResearchBuzz: Firehose | Individual posts from ResearchBuzz · Online Journalism Blog: Google Sheets has a new AI function — how does it perform on classification tasks? | ResearchBuzz: Firehose
More from ResearchBuzz: Firehose

📊 Turn numbers into insights—instantly!

Sparklines in Collabora Online let you visualize trends right inside your spreadsheet—no bulky charts needed!

Swipe through to see how easy it is to insert, customize, and format them in just 3 simple steps.

🔗 Want more details? Check out the full blog post: collaboraonline.com/blog/how-t

A tip for spreadsheet users that I have learned from watching a mistake made by others:

When you use
=MAX(M2-X2/M2,0.1)
to place a floor of 10% on how low you want your calculation to be of a fractional positive gap to reduce M2 to X2 by, please try to remember that the X2 cell value could be *already greater* than the M2 cell value.

You probably want
=IF(X2<M2,MAX(M2-X2/M2,0.1),0)
or similar.

Because if (say) M2 is 6.81E+10 and X2 is 7.99E+10, then your calculation is going to come up with 10% instead of 0%, let alone the correct -17%.

Which might be embarrassing. (-:

Replied in thread

@nixCraft

#LibreOffice

The #free and #private office suite is a powerful, free and private office suite the successor project to #OpenOffice used by people around the world. It's #compatible with Microsoft Office (#365) and is backed by a non-profit organization, The Document Foundation. LibreOffice includes Writer (word processing), Calc (#spreadsheets), Impress (presentations), Draw (vector graphics and #flowcharts), Base (#databases), and Math (formula editing).

libreoffice.org/discover/libre

www.libreoffice.orgWhat is LibreOffice? | LibreOffice - Free and private office suite - Based on OpenOffice - Compatible with MicrosoftLibreOffice, Free Office Suite, Fun Project, Fantastic People, Writer, Calc, Impress, Draw, Base, Charts, Diagrams, extensions, templates, word processor, text editor, spreadsheet, presentation, database, documents, Document Foundation

github.com/gristlabs/grist-cor

Grist is the evolution of #spreadsheets.

The grist-core repo is the heart of Grist, including the hosted services offered by Grist Labs, an NYC-based company 🇺🇸 and Grist's main developer.

The French government 🇫🇷 organizations ANCT Données et Territoires and DINUM (Direction Interministérielle du Numérique) have also made significant contributions to the codebase.

- github.com/gristlabs/grist-cor

Continued thread

These turds in an important data source make me upset!

Just about everything about it makes me upset!

And it really makes me worry about epistemological collapse - this kind of thing absolutely WILL make its way into datasheets for components that human lives ride on,

Without the backing spreadsheet to spot the error sources.

How often will something be unreliable outside of a design's operating range? (👈 free Master's thesis topic)

Continued thread

it's like someone did "magic infill" in Krita or Photoshop or GIMP, and it flawlessly echoed the textures and colours and even the light transitions, but with zero global context - like infilling the centre of a face with more cheeks and chins.

Only in a spreadsheet.

Which is NOT inherently fully discoverable in an instant's glance or touch.

👨‍💻 Behold, the groundbreaking revelation: a programmer discovers that #spreadsheets can have scripts! 📝✨ Witness the epic saga of someone who bravely redefines "accounting" by manually parsing their coffee and Amazon expenses—truly, a triumph of #Clojure over common sense. 💸☕📈
scattered-thoughts.net/writing #programming #accounting #expenses #innovation #HackerNews #ngated

www.scattered-thoughts.netThe program is the database is the interface

I wrote a blog post about creating a custom formula function in Google Sheets that lets me ask an "AI", about data in the spreadsheet. [1] eg:

`=spits("get the website and primary phone number for each of the following organization names: ", A1:A300)`

Where cells A1:A300 contains a list of organizations I want the website and primary phone number for.

There are other uses cases for B2B Lead Gen, Data Quality, etc and personal use cases like getting ideas for stock portfolio and personal budgeting.

#GoogleSheets #GoogleGemini #AI #LLM #Spreadsheets

[1] isaacwyatt.com/posts/2025-03-0