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 2007

Christine has attended:
Excel Intermediate course
Word Intermediate course
Word Advanced course
Excel Advanced course

Formulas

How do you use the Std devp and the Varp?

RE: formulas

Hello Christine

Thank you for your question and welcome to the forum. Apologies for the delay in response.

Please note that we can only answer questions that relate directly to the content of the training you have received.

As the functions you mention are not covered as part of the Excel Intermediate course, we can only suggest places where you might find further information on them. They are both statistical functions therefore depending on what you are using Excel to do, they may or may not be of use to you.

As a starting point, I would suggest looking up each function in Excel help.

Amanda

 

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:

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


Server loaded in 0.08 secs.