Excel Training Function
Excel Training Function
Basic control
And if I want to know other information that the sampling taken from, for
example address, age and others, we can use this function:
Mail Merge
Function
1. AND
- AND with conditional formatting (use to highlight the cell that u
interest)
- AND with a range
2. OR
3. IF
- Return another formula with IF [=IF(B5="red",D5*1.2,D5)]
- IF,OR
- IF,AND
- – IF,AND,OR
4. Nested IF [EXAMPLE =
IF(B5="red",100,IF(B5="blue",125,IF(B5="green",150))) ]
- If the color is red then 100; if the color is blue then 125; if the color
is green then 150
5. IFERROR
- returns a custom result when a formula generates an error, and a
standard result when no error is detected. IFERROR is an elegant
way to trap and manage errors without using more complicated
nested IF statements
- Learns what is errors in excel (type of errors explain)
- Trap #DIV/0! Errors
- request input before calculating
- Sum and ignore errors (errors like NA, can be change to 0 and
proceed to calculate)
6. LOOKUP
- VLOOKUP
- HLOOKUP
- XLOOKUP (Link)
7. Name ranged (Link) (Link)
- Easy to calculate based in column and row, no need drag the cell u
want, just type the name (not A1, words on A1 Like salary), and then
enter function for data entry
8. Create Hyperlink to a Cell in another Sheet in Excel (Link for email)
- Still easy to use insert link than key in the function
- However, the use of hyperlink function to create email link is still
easy