Equation for total benefit costs = an additional __% of salary?

S

SandyinMT

I am using Microsoft Office 2007. How would I add two totals to get a
percentage of additional income. I am doing Benefit Statements for a company
with 50 employees. I have the spreadsheet set up and using Mail Merge to
merge the data from Excel into Word. I just can't figure out what the
equation is.
 
S

Sheeloo

If you the two values in A1 & B1 and additional income in C1 then to get the
percentage you can enter this in D1
=(A1+B1)/C1*100
 
Top