0% found this document useful (0 votes)
6 views

MS Excel Functions and Formulas you need to use regularly

Uploaded by

Walid Marhaba
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views

MS Excel Functions and Formulas you need to use regularly

Uploaded by

Walid Marhaba
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

MS Excel Functions and Formulas you need to use regularly http://www.planningengineer.net/ms-excel-functions-and-formulas-you-...

Search

MS Excel Functions and Formulas you need to use regularly


Creat a Job Alerts
List of MS Excel Functions and Formulas you need to use regularly with photos and detailed explanation how to use each
Keyword: Microsoft Excel formula.

1- Date and time functions:


E-mail:
DATE(year,month,day):Returns the sequential serial number that represents a particular date. If the cell format
was General before the function was entered, the result is formatted as a date.

Keep in Touch

Follow @PlanningEnginee

Excel stores dates as sequential serial numbers so they can be used in calculations. By default, January 1, 1900 is serial
Find us on Facebook
number 1, and January 1, 2008 is serial number 39448 because it is 39,448 days after January 1, 1900.

Planning Engineer
Like

1,058 people like Planning Engineer.

MS Excel Date Function

DAYS360(start_date,end_date):Returns the number of days between two dates based on a 360-day year (twelve 30-day
months), which is used in some accounting calculations. Use this function to help compute payments if your accounting system
is based on twelve 30-day months.

We're on

+585
MS Excel Day360 Function

Subscribe to our Newsletter


NOW( ): Returns the serial number of the current date and time. If the cell format was General before the function was
Subscribe to our newsletter to receive 1 email entered, the result is formatted as a date.
daily includes the new posts, simply add your
email below. A confirmation email will be sent to
you! TODAY( ): Returns the serial number of the current date. The serial number is the date-time code used by Microsoft Excel for
First name date and time calculations. If the cell format was General before the function was entered, the result is formatted as a date.

Last name
WORKDAY(start_date,days,holidays): Returns a number that represents a date that is the indicated number of working
days before or after a date (the starting date). Working days exclude weekends and any dates identified as holidays. Use
Email WORKDAY to exclude weekends or holidays when you calculate invoice due dates, expected delivery times, or the number of
days of work performed.

New Posts

How to get connected to Planning


Engineer Website
We are in Planning Engineer
Website provide various methods
to our valuable visitors to
get connected with us. Select
your favorite connection Method
/ Methods and Keep in...
Twelve-month profit and loss
projection excel template
Twelve-month profit and loss
projection excel template,
download this excel template and
read the following instructions. MS Excel WORKDAY Function
[cmamad id="1174" align="left"
mobid="ad-off"] [caption WORKDAY.INTL(start date,finish day,week end,holidays): same as the above but gives you the option to select your
id="attachment_1751" align="aligncenter"
weekend day or days.
width="600"] Twelve-month profit and...

1 of 7 11-Mar-13 10:28 AM
MS Excel Functions and Formulas you need to use regularly http://www.planningengineer.net/ms-excel-functions-and-formulas-you-...

Cost Engineers: Who are they and


what do they do?
Cost Engineers: Who are they 2- Logical functions:
and what do they do? So just
what is cost engineering and who
are the people we call cost AND(logical1,logical2, …): Returns TRUE if all its arguments are TRUE; returns FALSE if one or more argument is FALSE.
engineers? The...

Human Resource Management


Definitions
Human Resource Management Definitions:
[cmamad id="1174" align="left"
mobid="ad-off"] • Concurrent Engineering: An
approach to project staffing that, in its most
general form, calls for implementers to be...
Project Management from Directory
Project Management from
Directory includes all Project
Management from and excel
spread sheets for project
management all in one place, all
files can be downloaded easily by
one...

Tags
MS Excel AND Function
Activity Duration Actual % Complete Budget At
Completion Cash Flow Create detailed time

engineering
schedule IF(logical_test,value_if_true,value_if_false): Returns one value if a condition you specify evaluates to TRUE and another
value if it evaluates to FALSE.
careers excel excel
template free float job Kuwait management Logical_test is any value or expression that can be evaluated to TRUE or FALSE. For example, A10=100 is a logical
expression; if the value in cell A10 is equal to 100, the expression evaluates to TRUE. Otherwise, the expression evaluates to
FALSE.
method of statement Value_if_true is the value that is returned if logical_test is TRUE. For example, if this argument is the text string “Within
budget” and the logical_test argument evaluates to TRUE, then the IF function displays the text “Within budget”. If logical_test
method statement is TRUE and value_if_true is blank, this argument returns 0 (zero). To display the word TRUE, use the logical value TRUE for
this argument. Value_if_true can be another formula.
microsoft excel Oracle Primavera P6 Planned %
Value_if_false is the value that is returned if logical_test is FALSE. For example, if this argument is the text string “Over
Complete planned value planning budget” and the logical_test argument evaluates to FALSE, then the IF function displays the text “Over budget”. If logical_test
is FALSE and value_if_false is omitted, (that is, after value_if_true, there is no comma), then the logical value FALSE is
planning engineer planning engineers
returned. If logical_test is FALSE and value_if_false is blank (that is, after value_if_true, there is a comma followed by the
closing parenthesis), then the value 0 (zero) is returned. Value_if_false can be another formula.
Planning Engineer
salary PMI PMP PMP PMBOK

Primavera primavera p6 project


management project management plan
Project Management Professional project management

template project manager project planning


template Qatar salary Saudi Arabia schedule
scheduler Shop Drawings tracking log time
schedule United Arab Emirates WBS work
breakdown structure working days MS Excel IF Function

3- Lookup and reference functions:

HLOOKUP(lookup_value,table_array,row_index_num,range_lookup): Searches for a value in the top row of a table or


an array of values, and then returns a value in the same column from a row you specify in the table or array. Use HLOOKUP
when your comparison values are located in a row across the top of a table of data, and you want to look down a specified
number of rows. Use VLOOKUP when your comparison values are located in a column to the left of the data you want to find.

MS Excel HLOOKUP Function

2 of 7 11-Mar-13 10:28 AM
MS Excel Functions and Formulas you need to use regularly http://www.planningengineer.net/ms-excel-functions-and-formulas-you-...

VLOOKUP(lookup_value,table_array,col_index_num,range_lookup):

Searches for a value in the first column of a table array and returns a value in the same row from another column in the table
array.

The V in VLOOKUP stands for vertical. Use VLOOKUP instead of HLOOKUP when your comparison values are located in a
column to the left of the data that you want to find.

MS Excel VLOOKUP Function

4- Math and trigonometry functions:

ROUND(number,num_digits): Rounds a number to a specified number of digits.

MS Excel Rounds Function

SUM(number1,number2, …): Adds all the numbers in a range of cells.

3 of 7 11-Mar-13 10:28 AM
MS Excel Functions and Formulas you need to use regularly http://www.planningengineer.net/ms-excel-functions-and-formulas-you-...

MS Excel SUM Formula

SUMIF(range,criteria,sum_range): Adds the cells specified by a given criteria.

Range is the range of cells that you want evaluated by criteria.

Criteria is the criteria in the form of a number, expression, or text that defines which cells will be added. For example,
criteria can be expressed as 32, “32″, “>32″, or “apples”.

Sum_range are the actual cells to add if their corresponding cells in range match criteria. If sum_range is omitted, the
cells in range are both evaluated by criteria and added if they match criteria.

MS Excel SUMIF Formula

5- Statistical functions:

AVERAGE(number1,number2,…): Returns the average (arithmetic mean) of the arguments.

MS Excel AVERAGE Formula

AVERAGEA(value1,value2,…): Calculates the average (arithmetic mean) of the values in the list of arguments.

COUNT(value1,value2,…): Counts the number of cells that contain numbers and counts numbers within the list of arguments.
Use COUNT to get the number of entries in a number field that is in a range or array of numbers.

4 of 7 11-Mar-13 10:28 AM
MS Excel Functions and Formulas you need to use regularly http://www.planningengineer.net/ms-excel-functions-and-formulas-you-...

MS Excel COUNT Formula

COUNTA(value1,value2,…): Counts the number of cells that are not empty and the values within the list of arguments. Use
COUNTA to count the number of cells that contain data in a range or array.

COUNTIF(range,criteria): Counts the number of cells within a range that meet the given criteria.

Range is the range of cells from which you want to count cells.

Criteria is the criteria in the form of a number, expression, cell reference, or text that defines which cells will be counted.
For example, criteria can be expressed as 32, “32″, “>32″, “apples”, or B4.

MS Excel COUNTIF Formula

MAX(number1,number2,…): Returns the largest value in a set of values.

MS Excel MAX Formula

MIN(number1,number2,…): Returns the smallest number in a set of values.

Download Vector
iStockphoto.com/Download_Vector
Search Our Exclusive Vector Library Great Vectors. Low Prices. No Catch

Share it with your friends!

72

Posts related to MS Excel Functions and Formulas you need to use regularly

5 of 7 11-Mar-13 10:28 AM
MS Excel Functions and Formulas you need to use regularly http://www.planningengineer.net/ms-excel-functions-and-formulas-you-...

Recent Jobs

Planning Engineer at FA Search Pte Ltd


Location: Singapore
Senior Planning Engineer at Oil and Gas
Location: Oslo, norway, United Kingdom
TRANSPORT PLANNING – LEADERSHIP POSITION at Banen Recruitment
Location: united arab emirates, United Arab Emirates
EPC Planner - Lead Planner - Process Planner - 12 Month Contract - Aberdeen at Confidential Company
Location: Aberdeen, United Kingdom
Attractive 6 Month Opportunity for Senior Planner in South Africa (8 weeks on, 2 weeks off) at Confidential Company
Location: south africa, South Africa
view all »

Subscribe to our Newsletter

Did you like this Post? Subscribe to our newsletter to receive 1 email daily includes the new posts, simply add your email
below. A confirmation email will be sent to you!

First name

Last name

Email

1 comment - What do you think? Tweet 2 1 Like 10


Posted by admin - March 2, 2013 at 2:53 pm
Categories: Excel in Planning Tags: excel online, excel tips, excel training, microsoft excel training, MS Excel Formulas, MS Excel
Functions, MS Excel Functions and Formulas, vba excel

Add a comment...

Post to Facebook Posting as M Sadek El-Tawansy (Not you?)

Sabuhi Sadiqov · Project Planner/Cost Controller at Caspian Investment and Development Corporation
Thank you lot.
Reply · Like · Follow Post · March 4 at 10:10am

Hasan Jlelaty
thank you
Reply · Like · Follow Post · March 3 at 12:08pm

Facebook social plugin

Popular Search Terms Recent Posts Archives

March 2013 (4)


February 2013 (17)
January 2013 (24)
December 2012 (18)
November 2012 (7)
October 2012 (5)

Calendar

March 2013
M T W T F S S

1 2 3

4 5 6 7 8 9 10

11 12 13 14 15 16 17

18 19 20 21 22 23 24

« Feb

6 of 7 11-Mar-13 10:28 AM
MS Excel Functions and Formulas you need to use regularly http://www.planningengineer.net/ms-excel-functions-and-formulas-you-...

salary How to get connected to Planning Engineer Website M T W T F S S


earned value management Twelve-month profit and loss projection excel template
25 26 27 28 29 30 31
project management Cost Engineers: Who are they and what do they do?
« Feb
project planning MS Excel Functions and Formulas you need to use
bill of quantities regularly Search
Human Resource Management Definitions
www planningengineer net
Project Management from Directory Search for:
project management plan
Planning Engineers Resumes and Planning Engineers
project management interview questions and answers
Jobs
primavera p6 download
Planning and scheduling procedures
planning engineer salary
Which online management degree?
Excel master project resource planning
Team Development-Project Manager Power and XY
time schedule Theory
MANPOWER HISTOGRAM Construction Project Manager Job Description
primavera interview questions and answers Formwork,Scaffolding and Shoring Definition and
bill of quantities example productivity
bill of quantities sample Earth moving Equipment function and standard
Productivity
planning engineer interview questions and answers
how to create work breakdown structure WBS using
project manager interview questions and answers standard Division of work
manpower histogram template Top 10 Primavera Interview questions and Model
cash flow diagram excel Answers

English Français (French) ‫( العربية‬Arabic)

7 of 7 11-Mar-13 10:28 AM

You might also like