Comment on $16bn health agency managed finances with Excel spreadsheet.
endofline@lemmy.ca 7 months agoIt’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 7 months ago
endofline@lemmy.ca 7 months 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?
silverhand@reddthat.com 7 months ago
I highly doubt that, also, people in corporate finance do not use libraries to process excel files.
=OFFSET(range_name, 7, COLUMNS(range_name), ROWS(range_name)-9)whererange_nameis the label given to the whole table.