Sei sulla pagina 1di 13

Master Excel Formulas

Make The Leap to The Next Level

Part 4

EXCEL
Master Excel Formulas – make the leap to the next level

Top 40|Quote of the Day

Have a bias toward action – let’s see something happen


now
Master Excel Formulas – make the leap to the next level

Top 40| Hyperlink


When is it used:

1. Hyperlink – stores a link under a specified name and opens it upon clicking the
name

Hyperlink (Link_Location, [Friendly_Name])


Master Excel Formulas – make the leap to the next level

Top 40| Column & Columns


When are they used:

1. Column – returns the column number of a reference cell

Column ( Reference )

2. Columns – returns the number of columns within an array

Columns ( Array )
Master Excel Formulas – make the leap to the next level

Top 40| Row & Rows


When are they used:

1. Row – returns the row number of a reference cell

Row ( Reference )

2. Rows – returns the number of rows within an array

Rows ( Array )
Master Excel Formulas – make the leap to the next level

Top 40| IsNa & IsErr


When are they used:

1. Isna – returns True if there is a #N/A error, otherwise it returns False

Isna ( Value )

2. Iserr – returns True if there is an error different than #N/A, otherwise False

Rows ( Array )
Master Excel Formulas – make the leap to the next level

Top 40| IsEven & IsOdd


When are they used:

1. Iseven – returns True if the number is even and False if it is odd

Iseven ( Value )

2. Isodd – returns True if the number is odd and False if it is even

Isodd ( Value )
Master Excel Formulas – make the leap to the next level

Top 40| IsNumber & IsFormula


When are they used:

1. IsNumber – returns True if the value is a number and False in all other cases

Isnumber ( Value )

2. Isformula – returns True if the cell reference contains a formula and false in all other
cases

Isformula ( Value )
Master Excel Formulas – make the leap to the next level

Top 40| IsText & IsNonText


When are they used:

1. IsText – returns True if the cell reference is a text and false in all other cases

Istext ( Value )

2. Isnontext – returns True if the cell reference is not a text

Isnontext ( Value )
Master Excel Formulas – make the leap to the next level

Top 40| IsBlank & Not


When are they used:

1. IsBlank – returns True if the cell reference is blank and False in all other cases

Isblank ( Cell_Reference )

2. Not – Changes the result of a logical operation from True to False or False to True

Not ( Logical )
Master Excel Formulas – make the leap to the next level

Top 40| IsLogical & IsRef


When are they used:

1. IsLogical – checks whether a specific reference/operation is logical or not and


returns True or False

IsLogical ( Value )

2. IsRef – checks whether a value is a reference or not and returns True or False

IsRef ( Value )
Master Excel Formulas – make the leap to the next level

Top 40| IsError


When is it used:

1. IsError – returns True if a reference is any kind of an error

IsError ( Value )
Master Excel Formulas – make the leap to the next level

Top 40|

Repetition is the mother of learning

Potrebbero piacerti anche