Forum Discussion
Johnny_B1640
Jan 02, 2024Copper Contributor
Is there a better way to optimize If formulas?
So I was tasked to make a workbook to help a team leader track the problem projects of his members. In this sample, I only used two formulas (columns G and H). My question is how should I optimize th...
HansVogelaar
Jan 02, 2024MVP
If you convert the range to a table and use structured table references, each of the two columns will basically contain a single formula; this should be more efficient.