Showing posts with label Excel Formulas. Show all posts
Countif Function in MS Excel
What Does It Do ?
This function counts the number of items which match criteria set by the user.
Syntax
=COUNTIF(RangeOfThingsToBeCounted,CriteriaToBeMatched)Formatting
No special formatting is needed.
May 12, 2015
Excel Formulas
Countblank Formula in Excel For Count Blank Cell
What Does It Do ?
This function counts the number of blank cells in a range.
Syntax
=COUNTBLANK(RangeToTest)Formatting
No special formatting is needed.Example
The following table was used by a company which was balloting its workers on whether the company should have a no smoking policy.Each of the departments in the various factories were questioned.
The response to the question could be Y or N.
As the results of the vote were collated they were entered in to the table.
The =COUNTBLANK() function has been used to calculate the number of departments which
have no yet registered a vote.
May 12, 2015
Excel Formulas
Excel Convert Function Formula with Examples
What Does It Do ?
This function converts a value measure in one type of unit, to the same value expressed in a different type of unit, such as Inches to Centimetres.Syntax
=CONVERT(AmountToConvert,UnitToConvertFrom,UnitToConvertTo)Formatting
No special formatting is needed.Example
The following table was used by an Import / Exporting company to convert the weight and size of packages from old style UK measuring system to European system.
Abbreviations
This is a list of all the possible abbreviations which can be used to denote measuring systems.These characters can be used as a prefix to access further units of measure.
Using "c" as a prefix to meters "m" will allow centimetres "cm" to be calculated.
May 12, 2015
Excel Formulas
MS Excel Counta Function
What Does It Do ?
This function counts the number of numeric or text entries in a list.
It will ignore blanks.
Syntax
=COUNTA(Range1,Range2,Range3... through to Range30)Formatting
No special formatting is needed.Example
The following table was used by a school to keep track of the examinations taken by each pupil.Each exam passed was graded as 1, 2 or 3.
A failure was entered as Fail.
The school needed to known how many pupils sat each exam.
The school also needed to know how many exams were taken by each pupil.
The =COUNTA() function has been used because of its ability to count text and numeric entries.
May 12, 2015
Excel Formulas
Excel Count Function
What Does It Do ?
This function counts the number of numeric entries in a list.
It will ignore blanks, text and errors.
Syntax
=COUNT(Range1,Range2,Range3... through to Range30)Formatting
No special formatting is needed.Example
The following table was used by a builders merchant to calculate the number of salesfor various products in each month.
May 12, 2015
Excel Formulas
Excel Correl Function
What Does It Do ?
This function examines two sets of data to determine the degree of relationshipbetween the two sets.
The result will be a decimal between 0 and 1.
The larger the result, the greater the correlation.
In Table 1 the Monthly temperature is compared against the Sales of air conditioning units.
The correlation shows that there is an 0.864 realtionship between the data.
In Table 2 the Cost of advertising has been compared to Sales.
It can be formatted as percentage % to show a more meaning full result.
The correlation shows that there is an 28% realtionship between the data.
Syntax
=CORREL(Range1,Range2)Formatting
The result will normally be shown in decimal format.
May 12, 2015
Excel Formulas
Excel Concatenate Formula Example
Combine excel sheet cells value by using Concatenate Function
What Does It Do?
This function joins separate pieces of text into one item.Syntax
Formatting
Note
May 12, 2015
Excel Formulas
Excel Code Function ANSI Value
What Does It Do?
Syntax
=CODE(Text)Formatting
Example
See the example for FREQUENCY.
May 11, 2015
Excel Formulas
Excel Clean Function with Example
Excel CLEAN Function Removes Non-Printing Characters
What Does It Do?
Syntax
Formatting
May 11, 2015
Excel Formulas
Subscribe to:
Posts
(
Atom
)