Forum Discussion
JWorthers
Dec 08, 2023Copper Contributor
Need to speed up Spreadsheet
Hi All, I have a very large dataset in Sheet2. This dataset has a bunch of formula applied based on inputs on Sheet1. On Sheet1, I have some standalone calcs and also some inputs and graphical o...
JWorthers
Dec 11, 2023Copper Contributor
Hi Patrick2788
Thanks for taking a look and giving examples! I just set up the 'Test Calc' as a simple workbook for testing macros, but actually your examples for modifying the formulas are really interesting. I've not really come across using formulas in this way before.
My main calc is mostly a mess of nested 'IF' functions. Is there an easy way of making these more efficient? or am I going to have to go through each formula one-by-one trying to rewrite for efficiency? I know AI can sometimes help in this area, but it's usually after a long battle getting the ruddy thing to understand the requirements.
Many thanks.
Patrick2788
Dec 11, 2023Silver Contributor
The way I approach writing logic in Excel: if there's more than 3 IFs - Am I better using a lookup function or SWITCH?
I'm away of IFS but prefer not to use.
I'm away of IFS but prefer not to use.