It's ages since I used excel and I've forgotten how to do it.</p> I've been trying to set up the simplest of formulas, where I want column c to equal column a + 25% , less column b.</p> I would have thought that the formula I need for column 3 would be something like;</p> =sum(a3+25%)-b3</p> or</p> =a3+25%-b3</p> I'm doing summat wrong. Anybody help? Ta.</p>
Formula So assuming you have 100 in box a1 and 50 in b1 and you want c1 to equal a1+25%-b1=75 (125-50) the formula you would enter would be: =a1/100*125-b1. (use the forward slash key in lower case and the asterisk which is on upper case (9th key from right top row)