Fundamentals in Computer Application-FINALS-REVIEWER
Fundamentals in Computer Application-FINALS-REVIEWER
Deleting Data
Delete w/ Mouse
Select the data you want to delete. Right
Click on the sheet. Select the delete
option, to delete the data.
Delete Key
Select the data you want to delete. Press
on the Delete Button from the keyboard, it
will delete the data.
MAX Function
It is typed =IF and has 3 parts:
The MAX function is a premade function in
=IF(logical_test, [value_if_true],
Excel, which finds the highest number in a
[value_if_false])
range.
The condition is referred to as logical_test,
It is typed =MAX
which can check things like:
● If a number is greater than another
How to use the =MAX function:
number >
1. Select a cell (G5)
● If a number is smaller than another
2. Type =MAX
number <
3. Double click the MAX command
4. Select a range (D2:D21)
5. Hit enter The OR function is a premade function in
Excel, which returns TRUE or FALSE
MEDIAN Function based on two or more conditions.
The MEDIAN function is a premade
function in Excel, which returns the middle It is typed =OR. =OR([logical1],
value in the data. [logical2], ...)
CONCAT Function
To concatenate is to link something
together. CONCAT is a function in Excel
and is short for concatenate.
LEFT Function
The LEFT function is used to retrieve a
chosen amount of characters, counting
from the left side of an Excel cell. The
chosen number has to be greater than 0
and is set to 1 by default.
RIGHT Function
The RIGHT function is used to retrieve a
chosen amount of characters, counting
from the right side of an Excel cell. The