Ask HN: How do you deal with large, hard-to-read Excel formulas?
When Excel formulas get large, I often lose track of what’s actually happening.
I’m wondering whether representing formulas structurally (instead of plain text) could make them easier to read and modify, but I’m not sure if this really helps in practice.
How do you usually handle large formulas?
7 comments
[ 3.2 ms ] story [ 24.0 ms ] threadThen hide the intermediate columns.
> This doesn't even need to be on the same sheet
... provided you can tolerate every cell reference burdened by a sheet name.
What I’ve been thinking about lately are cases where large formulas already exist, and changing the sheet structure (adding helper columns or moving things around) isn’t always practical.
In those situations, it feels useful to first understand what the existing formula is doing structurally, before deciding whether and how to refactor it.
I’m not convinced this is a better approach yet — just exploring the space.
Coming from a lisp background, I was ecstatic to see this, but they have heavy technical limitations. I did play a little bit though with these concepts and the dynamic array functions. Fun functions to explore:
There's more!