Some basic examples of how to calculate percentages using Excel formulas. Percentages as a proportion The formula in D3 is: =B3/C3 Calculate percentages backwards to find a starting value The formula in D3 is: =B3/(1+C3) Percentage increases and decreases The formula in D3 is: =(C3-B3)/C3 Although both differences are based on the Read More …