Showing posts with label Functions. Show all posts
Showing posts with label Functions. Show all posts
Sunday, February 19, 2017
Thursday, February 16, 2017
Mathematical Functions
Count | Sum | Average | Max | Min | Large | Small
1. Count/CountA/CountBlank
The Count function counts the Numeric values in a range. In below example Count function (Cell B10) returns the value 5, which is count of numeric values in range B1:B8.
The CountA function counts the Numeric & Alphabetical values in a range. CountA function (Cell D10) returns the value 7, which is count of numeric and alphabetical values in range D1:D8.
The CountBlank function counts the Blank cells in a range. CountBlank function (Cell F10) returns the value 1, which is count of blank cells in range F1:F8.
Tuesday, February 07, 2017
Text Functions
Concatenate
Syntax: =CONCATENATE(text1, [text2], ...)
Same way we can use "&" operator to concatenate two or more text strings.
Subscribe to:
Comments (Atom)