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

formulas

Forum home » Delegate support and help forum » Microsoft Excel Training and help » Percentage formulas

Percentage formulas

ResolvedVersion 2003

Lilya has attended:
Excel Introduction course
Excel Intermediate course
Outlook Advanced course

Percentage formulas

Can you tell me more about percentage formulas

RE: Formulas

Hi Lilya,

Thank you for your post and welcome to the forum, in reply to your post;

If you've two figures on your Excel spreadsheet and you need to know one figure as a percentage of another, you need a formula.

1. Select a new cell and type an 'equals' sign into it.

Excel's now expecting you to build a formula in that cell by selecting other cells in the spreadsheet or typing in values. You're going to divide your two numbers, one by the other, so simply:

2. Select the cell with your first figure in it with a mouse click.
Type a * and then 100 - to multiply your first figure by 100
3. Type a / to tell Excel that you're dividing the result of (2) by your second figure ...
4. Select the cell with your second figure in it and press the 'Enter' key to move on --
The cell should now display one of those figures as a percentage of the other.

If you left the *100 component out of that process, simply format the cell itself to display its contents as a percentage - use Excel's 'Format/cell' menu for this.

You're finished, but look at the result to check that it makes sense - you may have done the calculation 'Upside down' in which case start again but reverse the order of the two figures ...


I hope that has helped, regards Pete

Excel tip:

Calculate difference between two times

For presenting the result in the standard time format (hours : minutes : seconds . Use the subtraction operator (-) to find the difference between times, and the TEXT function to format the returned value to text in a specific number format.

Hours never exceed 24, minutes never exceed 60, and seconds never exceed 60.

=TEXT(B2-A2,"h")
Hours between two times (4)

=TEXT(B2-A2,"h:mm")
Hours and minutes between two times (4:55)

=TEXT(B2-A2,"h:mm:ss")
Hours and seconds between two times (4:55:00)

Where B2 and A2 must hold the end time and start time respectively formatted as a time format

View all Excel hints and tips

Connect with us:

0207 987 3777

Call for assistance

Request Callback

We will call you back

Server loaded in 0.1 secs.