Hacker News new | ask | show | jobs
by 1980phipsi 564 days ago
I have written very complicated Excel formula in the past. I don't anymore.
1 comments

Long excel formulas are really just bad "one liners". You should be splitting your operation into multiple cells or finding a more elegant solution. This is especially true in excel where your debug tools are quite limited!