formulas

Public Schedule Face-to-Face & Online Instructor-Led Training - View dates & book

Forum home » Delegate support and help forum » Microsoft Excel Training and help » Formulas

Formulas

resolvedResolved · Low Priority · Version 2003

Duane has attended:
Excel Introduction course

Formulas

what is bodmas?

RE: formulas

Hi Duane,

Thank you for your question.

BODMAS is the order of calculations a computer or calculator uses when presented with a formula that has multiple operators. The letters stand for Brackets, Order of, Division, Multiplication, Addition and Subtraction.

If we take the following example:

=A1+B1*C2/D1

Excel will calculate the Division first followed by the multiplication and finally the Addition.

If we use some numbers:

=2+3*3/2

1. 3/2 = 1.5 - Division
2. 3*1.5 = 4.5 - Multiplication
3. 2+4.5 = 6.5 - Addition

So the answer would be 6.5. If you put brackets around the 2+3 the answer would be 7.5.

1. (2+3) = 5 - Brackets
2. 3/2 = 1.5 - Division
3. 5*1.5 = 7.5 - Multiplication

I hope this answers your question.

Regards

Simon

 

Training courses

 

Training information:

See also:

Welcome. Please choose your application (eg. Excel) and then post your question.

Our Microsoft Qualified trainers will then respond within 24 hours (working days).

Frequently Asked Questions
What does 'Resolved' mean?

Any suggestions, questions or comments? Please post in the Improve the forum thread.


 

Excel tip:

LARGE and SMALL functions and their uses

Two of Excel's most common functions are the MAX and MIN functions which will display the largest (MAX) or smallest (MIN) value in a series. What if you need the 2nd or 3rd largest or smallest values instead of the largest or smallest?

The =LARGE(array,n) returns the nth largest value of a series.

The =SMALL(array,n) function returns the nth smallest value of a series.

In both functions, 'n' represents the order of the number you want to display. For example, putting in 2 as n will give you the second highest number; putting in 3 as n will give you the third highest number.

View all Excel hints and tips


Server loaded in 0.08 secs.