Excel in Excel
Excel in Excel
$ 544.3 3:34PM
4.3.2 123345453a
=SUM(2,A6) Jun302031
Ticket# Label 3/4 Value
Times also use a serial number format and are represented as decimal fractions. Since
24 hours = 1 day, we can infer that 24 hours has a time serial number of 1, which can be
formatted as time to display 24:00 or 12:00 AM or 0:00. Whereas 12 hours or the time
12:00 has a value of 0.50 because it is half of 24 hours or half of a day, and 1 hour is
0.41666' because it's 1/24 of a day.
In Excel, 1/2 can be 0.5 or January 2
By default, Excel treats 1/2 as date. To enter a fractional value, enter the value as 0 1/2.
Make sure there is a space between 0 and 1.
Example:
= SUM(5,3,A5,A7:A20)
Equal sign
= PI()
= TODAY()
= SUM(5,3,A5,A7:A20)
Values Cell Reference Range
= PI()
= TODAY()
= SUM(5,3,A5,A7:A20)
Values Cell Reference Range
= SUM(5,”Three”,A5,A7:A20)
Values
string Cell Reference Range
Valid argument
for SQRT
Inserting a function as one of the arguments within another function is called
nesting a function.
=POWER (SQRT(9),SUM(2))
Find the error in this formula.
=SUM(POWER(2,SUM(1,2),1,2,3)
Determine whether the following formulas are VALID or INVALID.
=POWER (SQRT(9),SUM(2))
=SUM(POWER(2,SUM(1,2)),1,2,3))
=POWER(POWER(1,2),2,SQRT(9))
=SUM(POWER(1,2),POWER(1,3),POWER(1,4))
=PI * SUM(2,3)
=POWER (SQRT(9),SUM(2)) VALID
=SUM(POWER(2,SUM(1,2)),1,2,3)) INVALID
=POWER(POWER(1,2),2,SQRT(9)) INVALID
=SUM(POWER(1,2),POWER(1,3),POWER(1,4)) VALID
LOWER Converts all characters in a supplied text string to lower case. LOWER(text)
CONCATENATE Joins together a series of supplied text strings or other values, CONCATENATE(text)
into one combined text string.
LEFT Returns a specified number of characters from the start of a LEFT(text,
supplied text string. [num_chars] )
Function Description SYNTAX
MID Returns a specified number of characters from the MID(text, start_num, num_chars )
middle of a supplied text string.
RIGHT Returns a specified number of characters from the RIGHT(text, [num_chars] )
end of a supplied text string.
REPT Returns a supplied text string, repeated a specified REPT(text, number_times )
number of times.
LEN Returns the length of a supplied text string. LEN(text)
DAY Returns an integer representing the day of the month (from 1 - 31) of DAY(date)
a supplied date.
MONTH Returns an integer, representing the month (from 1 - 12) of a MONTH(date)
supplied date.
YEAR Returns an integer, representing the YEAR of a supplied date. YEAR(date)
Student Record
Student Name ID No Grade Gender Date of Birth Allowance
Pedro Penduko 7012 9 Male 1/2/05 2,000.00
Juan Tamad 9723 10 Male 6/4/04 4,000.00
Maria Sikatuna 9543 9 Female 5/3/01 2,000.00
Juana Medina 9123 9 Female 6/7/05 2,500.00
Alejandra Smith 8126 9 Female 3/5/03 1,000.00
Marcelo Jones 5423 10 Male 5/3/02 1,500.00
Lorna Dimaisip 7713 9 Female 2/3/02 2,000.00
Saturnino Chu 1030 10 Male 1/2/01 1,000.00
Write a formula that returns the birth year of students whose name starts with 'C' or ends with letter 'L' .
Write a formula that returns the name of the students in 'uppercase' if she is a female and if she was born
in 2001 or 2002.
Function Description SYNTAX
ABS Returns the absolute value of any supplied number. ABS(number)
SUMIF Finds the values in a supplied array, that satisfy a given criteria, and SUMIF( range, criteria,
returns the sum of the corresponding values in a second supplied array. [sum_range] )
COMBIN Calculates the number of combinations (in any order) of a given COMBIN( number,
number objects from a set. number_chosen )
COUNT Returns the count of numeric values in a supplied set of cells or values. COUNT( value1, [value2], ... )
This count includes both numbers and dates.
COUNTIF Returns the number of cells within a supplied range, that satisfy a given COUNTIF( range, criteria )
criteria.
AVERAGE Returns the arithmetic mean of a list of supplied numbers. AVERAGE( number1, [number2],
... )
AVERAGEIF Finds the values in a supplied array that satisfy a specified criteria, and AVERAGEIF( range, criteria,
returns the average (i.e. the statistical mean) of the corresponding [average_range] )
values in a second supplied array.
First Quarter Grades
Student Name Quiz 1 Quiz 2 Quiz 3 Gender Grade
Jackson Love 70 75 88 Male 9
Priya Patel 97 100 92 Female 9
Sharia Clemmons 95 97 45 Female 9
Ming Lu 91 93 89 Male 9
Sadie Carter 86 84 93 Female 8
Jensen Howard 54 70 87 Female 8
Ben Hilton 77 85 76 Male 8
Maria Saldana 100 96 93 Female 10