Excel Exercise1
Excel Exercise1
2. Full Absolute References lock to a specific cell on the sheet. When a function or formula contains a reference of t
Examples
Original function: =SUM($A$1:$C$1)
Copied up or down remains =SUM($A$1:$C$1)
Copied left or right remains =SUM($A$1:$C$1)
3. Column Absolute References lock the alphabetic column designator so that it will not change, but does not restri
Examples
Original function: =SUM($A1:$C1)
Copied to the right or left remains =SUM($A1:$C1)
Copied down 1 row becomes =SUM($A2:$C2)
4. Row Absolute References lock the numeric row designator so that is will not change, but does not restrict the alp
Examples
Original function: =SUM(A$1:C$1)
Copied up or down remains =SUM(A$1:C$1)
Copied right 1 column becomes =SUM(B$1:D$1)
Example3 *column locked; row Unlocked
6 6 6
6 6 6
0 0 0
0 0 0
Absolute addresses utilize the $ (dollar sign) symbol, in one or more places, to limit which aspects of the cell reference may change when co
ction or formula using a relative reference upward or downward, the row number can change. In copying to the right or left, the column lett
ormula contains a reference of this kind and is copied, the copied version will still point to the exact cell that the original function or formu
l not change, but does not restrict the numeric row designator from changing:
nge, but does not restrict the alphabetic column designator from changing:
ll reference may change when copied.
o the right or left, the column letter can change.
at the original function or formula used. It does not matter if the original is copied to the left, right, up, or down:
60 90
Lookup
VLOOKUP
HLOOKUP
EXAMPLES
A
B
C
D
A
B
C
Total
P
aa
A
formula
IF=IF(test,truevalue,falsevalue)
IF=IF(and(condition1,condition2,…), truevalue,falsevalue)
IF=IF(or(condition1,condition2,…), truevalue,falsevalue)
IF=IFERROR(FXN,valueiferror)
IF=IF(NOT(logical),valueiftrue,valueiffalse)
IF AND
IF OR
IF NOT
IFERROR
23
54
52
56
235
50
73
returns one value if the condition you specified evaluates to TRUE and another value if it evaluates to FALSE
both conditions inside and() should be true, to return the truevalue
checks wether any of the arguments inside or() is true to return truevalue
returns valueiferror if FXN returns an error, otherwise, will show result of the FXN
opposite of equal condition, argument inside NOT() should be untrue to return valueiftrue
no
Passed
You passed!
Not Valid
6
6
1
2
1
235
82
54
202061
78712
AHT
979
1242
907
950
669
721
859.83
Column # 1 2 3 4
Row #
1 A B C
2 aa 55 50 51
3 bb 73 96 90
4 cc 84 66 85
5 dd 72 53 68
*combined
Pare, Eugene
Rebamonte, Dominic
Capulong, Allen
Orijuela, Rose
Alizaga, AR
Eugene Pare
Dominic Rebamonte
Allen Capulong
Rose Orijuela
AR Alizaga
Consume
AT&T
gas
ATXT Consumer Ortigas
AT&T Xonsumer Ortigas
AT&T Consumer OrtigasAT&T Consumer OrtigasAT&T Consumer Ortigas
21
6
AT&T Consumer Ortigas
Last Name
Pare
Rebamonte
Capulong
Orijuela
Alizaga
Last Name
Pare
Rebamonte
Capulong
Orijuela
Alizaga
*get 7 characters in the middle of the text starting from the 6th character
*get the first 4 characters from the left
*get the first 3 characters from the right (last 3)
*replace 3rd text with X
*substitute "C" with X
*repeat text 3 times
*Count how may characters there are in the cell, including blanks
*find the text "Cons" and show its first letter's character number (C)
*remove space before and after the text (not in between)
First Name
Eugene
Dominic
Allen
Rose
AR
First Name
Eugene
Dominic
Allen
Rose
AR
**refer to "Raw Data" sheet to calculate required fields
No Condition
ToBR ToBR Relo
Program-wise AHT NCH AHT
Over-all
1 Condition
ToBR ToBR Relo
Supervisor-wise AHT NCH AHT
Edralin, Kristine Grace
Santiago, Michael
Macoco, Ian Christopher
Beltran, Charmaine Joy
Aguirre, Rodolfo
Santos, Cindy
Delos Santos, Jairus
Tamondong, Robert
Multiple Conditions