In a formula, give the computation results a name. By designating a name inside the formula, it is possible to save intermediate calculations and values.
Syntax :
Parameters :
name1 –
name value1 –
calculation-
Example :
Assume you need to utilise the tax rate “10%” in a calculation several times, and instead of entering it each time, you may give it a name. So we’ll call it “TaxRate” for the time being. So here’s how the formula works:
Formula used: =LET(Tax,$C$5,D8*(1+Tax))
Ask Your Query