The Let() Function and Variables

The Let() function creates a temporary holder for a value, called a variable, which can be plugged into a calculation over and over again. You have to do a little more work upfront to set up a variable, but that effort pays off with faster calculations that are easier to read, edit, and troubleshoot.