Detailed LET function example
The LET function can simplify certain formulas by making it possible to define and reuse variables. In the example shown, the LET function is used to define two variables: name and points. The formula in G6 is: =LET( name,VLOOKUP(G5,B5:D16,2,0), …Read more