Modern Excel functions like IFS, SWITCH, XLOOKUP, SUMIFS, and LET replace most nested IF use cases.
Just wondering if nesting if statements causes a great reduction in the speed of a program. Just as something general. People have told me that the key to a fast program is eliminating if statements ...