FINAL RM Lab File
FINAL RM Lab File
COUNTA
FUNCTION: This function counts the number of cells that are not empty in a
range.
SYNTAX: COUNTA(value1,[value 2],…)
EXAMPLE:
COUNT BLANK
FUNCTION: This function returns a count of empty cells in a range. Cells that
contain text, numbers, errors etc. are not counted. Formulas that return
empty text are counted.
SYNTAX: =COUNTBLANK(range)
EXAMPLE:
SUM
FUNCTION: this function totals one or more numbers in a range of cell.
SYNTAX: =SUM(value1,[Value2],…)
EXAMPLE:
MAX
FUNCTION: this function returns the largest value in a given set of numeric
values.
SYNTAX: =MAX(number1,[number2],…)
EXAMPLE:
MIN
FUNCTION: This function returns the smallest value from the numbers
provided
SYNTAX: =MIN(number1,[number2],…)
EXAMPLE:
AVERAGE
FUNCTION: This function returns the average (arithmetic mean) of the given
set of values.
SYNTAX: =AVERAGE(value1,[value2],…)
COUNTIF
FUNCTION: This function is used to count cells that meet a single criteria.
COUNTIF can be used to count cells with dates, numbers, and text that match
specific criteria.
SYNTAX: =COUNTIF (range, criteria)
EXAMPLE:
SUMIF
FUNCTION: SUMIF Is a function to sum cells that meet a single criteria. SUMIF can
be used to sum cells based on dates, numbers, and text that match specific
criteria. SUMIF supports logical operators (>,<,<>,=) and wildcards (*,?) for partial
matching.
SYNTAX: =SUMIF (range, criteria, [sum_range])
EXAMPLE:
AVERAGEIF
FUNCTION: AVERAGEIF function returns the average (arithmetic mean) of all numbers in a
range of cells, based on a given criteria.
SYNTAX: AVERAGEIF( range, criteria, [average_range] )
EXAMPLE:
CONCATENATE
FUNCTION: This function concatenates (joins) several text strings into a
single text string.
SYNTAX: =CONCATENATE(text1,[text2],…)
EXAMPLE:
VLOOKUP
FUNCTION: it is a tool for looking up a piece of information in a table or data
set and extracting some corresponding data.
Looks up the value vertically.
SYNTAX:
=VLOOKUP(lookup_value,table_array,col_index_num,[range_lookup])
EXAMPLE:
TRANSPOSE TABLE
FUNCTION: If you have a worksheet with data in columns that you need to rotate to
rearrange it in rows, use the Transpose feature. With it, you can quickly switch data from
columns to rows, or vice versa.
STEPS: 1) Select the range of data you want to rearrange, including any row or column
labels, and press Ctrl+C
2) Choose a new location in the worksheet where you want to paste the transposed table,
ensuring that there is plenty of room to paste your data. The new table that you paste there
will entirely overwrite any data / formatting that’s already there.
Right-click over the top-left cell of where you want to paste the transposed table, then
choose Transpose
EXAMPLE:
HLOOKUP
EXAMPLE:
TEXT TO COLUMN
FUNCTION: To separate the contents of one Excel cell into separate columns, you can use the 'Convert
Text to Columns Wizard'. For example, when you want to separate a list of full names into last and first names.
2. On the Data tab, in the Data Tools group, click Text to Columns.
4. Clear all the check boxes under Delimiters except for the Comma and Space check box.
5. Click Finish.
CONDITIONAL FORMATTING
FUNCTION: it quickly highlights the important information in a spreadsheet.
STEPS: 1) Select the desired cells for the conditional formatting rule.
CUSTOMIZING RIBBON
FUNCTION; The ribbon can be customized by creating own tabs with
whichever commands we desire.
STEPS: 1. Right click the ribbon and select customize the ribbon form the
dropdown menu.
2, from the excel option dialog box, locate and select new tab.
3. select a command and click ‘add’.
4. click ‘okay’ when done.
EXAMPLE:
FREQUENCY
NOTE:
data_array - An array of values for which you want to get frequencies.
BAR GRAPH
FUNCTION: The graph represents categories on one axis and a discrete value in the other. the goal is to show
the relationship between the two values.
STEPS: 1. Select all the data that you want to be included in the bar chart
4. locate and open the spreadsheet from which you want to make a bar chart.
5. click finish.
EXAMPLE:
HISTOGRAM
It is a common data analysis tool in the business world. It’s a column
chart that shows the frequency of the occurrence of a variable in the
specified range.
STEPS:
1. First, enter the bin numbers (upper levels) in the desired range
5. Click in the Bin Range box and select the desired range.
6. Click the Output Range option button, click in the Output Range box and select desired/any cell.
8. Click OK.