308

It's just one of 6,000 apps that New Zealand thinks might be best tamed with ERP

you are viewing a single comment's thread
view the rest of the comments
[-] silverhand@reddthat.com 138 points 1 week ago

Only those with no experience in corporate finance will find this surprising.

Excel is a powerful tool. The only ones who ridicule it are idiots who don't understand anything.

[-] agelord@lemmy.world 53 points 1 week ago

Is it powerful? Yes

Is it fast when dealing with large volume of data? No

Are the "powerful" features intuitive to new users? Also no.

Source: I use Excel, Python, SQL for job

[-] Lv_InSaNe_vL@lemmy.world 3 points 1 week ago

To be fair I think Excel is faster to get a novice up to speed than teaching them to program

Source: Manage SQL database infrastructure for a living

Surely its not any harder than teaching them basic SQL.

[-] Lv_InSaNe_vL@lemmy.world 1 points 1 week ago

I guess it depends on what you define as "basic SQL". Because most people are already used to working with desktop apps, and familiar with the office programs specifically.

You'd essentially have to teach them programming. Its like when people say "terminal is better than GUI" (it's me, I say that) but then you forget about all of the people who don't know the difference between a desktop and a modem

It wouldn't be hard to teach them a graphical representation of SQL, something like Access I guess. Teach them concepts like joins and where clauses, and give them software that abstracts that a bit.

Then add some Excel-like features on top. Everything would end up being SQL at the end of the day, and sysadmins could then tune things to keep them fast (e.g. replicate DBs so poorly optimized queries don't hurt the whole org, esp. if a dept only needs read access).

[-] AnUnusualRelic@lemmy.world 26 points 1 week ago

You can do almost everything with excel. Should you do almost everything with excel? Definitely not.

[-] MonkderVierte@lemmy.ml 22 points 1 week ago* (last edited 1 week ago)

au contraire. We know the abuse Excel has to go through. And MS even added features to make abusing it easier.

abuse means incorrect use here. incorrect means, there are better tools for the job.

[-] SkunkWorkz@lemmy.world 10 points 1 week ago

It’s a powerful tool that you shouldn’t use as a book keeping tool and ledger for a company that manages $16B. And I’ve worked on a trading floor of a big energy company. Excel was only used within departments as a tool for the employees not as the entire companies financial administration.

[-] Pofski@lemmy.world 7 points 1 week ago

Excel is a fantastic tool. It is however not a database.

[-] GissaMittJobb@lemmy.ml 5 points 1 week ago

Anything Turing-complete is a powerful tool, but the reason people are reacting negatively is because of how much of the wrong tool it is.

  • Does an excel-based solution offer adequate runtime performance? No
  • Does an excel-based solution offer adequate write concurrency? No
  • Does an excel-based solution offer appropriate data durability guarantees? No

Basically the only saving grace of Excel-based solutions is that they are built in tools that finance workers comprehend, and that is quite simply not enough. To base systems at this scale on Excel is criminally negligent.

[-] endofline@lemmy.ca 2 points 1 week ago

It's not... Try to write a formula range which covers only lower half of the column which is typical setup in summing numbers( avoiding headers ), limits in columns and records, ever changing formats across versions... You asking for a disaster to happen which happens very often

[-] silverhand@reddthat.com 26 points 1 week ago* (last edited 1 week ago)

Try to write a formula range which covers only lower half of the column which is typical setup in summing numbers( avoiding headers )

You can literally label ranges to use them as variables in Excel formulae, not to mention Excel Tables has more operations and features than you'll ever need.

limits in columns and records

Unless you are working with an unfiltered, un-aggregated ledger dump straight out of your database (in which case you shouldn't be let anywhere near an office computer), it's rather hard to cross 1M+ rows and 16.4k columns in corporate finance.

ever changing formats across versions

The .xlsx format was introduced in 2007 (18 years ago) and hasn't changed since. Not to mention you can still use all kinds of plaintext formats whenever you want.

[-] endofline@lemmy.ca 3 points 1 week ago

Anybody who used ANY library to process xslx knows MS keeps changing it :-) About ranges... can you give me the range for whole columns minus 6 first records and 9 last records?

[-] nimble 13 points 1 week ago

Would you like this in excel formula, VBA, or python?

It can be done in all. You're only proving the other poster's point. Excel isn't necessarily the best option for tech literate people but given the tech illiteracy of many offices, it isn't surprising they use excel for stuff like this.

[-] silverhand@reddthat.com 13 points 1 week ago* (last edited 1 week ago)

Anybody who used ANY library to process xslx knows MS keeps changing it :-)

I highly doubt that, also, people in corporate finance do not use libraries to process excel files.

About ranges… can you give me the range for whole columns minus 6 first records and 9 last records?

=OFFSET(first_cell, 7, COLUMNS(range_name), ROWS(range_name)-9-7) where range_name is the label given to the whole table and first_cell is its first cell.

[-] asap@lemmy.world 4 points 1 week ago

Such a weird argument that you've responding to, as the answer (as you provided) is so easy and well known.

this post was submitted on 10 Mar 2025
308 points (100.0% liked)

Technology

66892 readers
4549 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS