RE: excel 2007
Hi Ntashie,
Thank you for your post, welcome to the forum;
In answer to your question:
Always consider BODMAS when you enter formulas, this is the sequence that Excel follows when it calculates a formula
BODMAS stands for:
B=() Brackets - Anything in Brackets will be calculated from the innermost set first
O=^ Ordinals - To specify the exponent =2^3, which means 2 raised to the third power.
D=/ Division - To divide numbers =A1/A2
M=* Multiplication - To multiply numbers =A1*A2
A=+ Addition - To add numbers =A1+A2
S=- Subtraction - To subtract numbers =A1-A2
I hope that has helped. Regards Pete