Syllogistek Excel Fundamentals
Syllogistek Excel Fundamentals
analyze, and visualize data. It is widely used for tasks such as data entry,
budgeting, financial analysis, and reporting.
Excel Basics
1. Entering Data:
2. Editing Data:
3. Deleting Data:
Formatting Cells
AutoFill
Example: Type "Jan" in a cell, drag, and Excel fills "Feb," "Mar," etc.
o Select data.
o Go to Data → Sort.
o Go to Data → Filter.
Conditional Formatting
1. Select data.
Charts
1. Select data.
Sparklines
1. Select a cell.
Data Management
Remove Duplicates
1. Select cells.
VLOOKUP
Pivot Tables
1. Select data.
Keyboard Shortcuts
Shortcu
Action
t
Ctrl +
Open workbook
O
Copy Ctrl +
Shortcu
Action
t
Ctrl +
Paste
V
Ctrl +
Cut
X
Ctrl +
Undo
Z
Redo Ctrl + Y
Ctrl +
Select entire sheet
A
Fin Ctrl +
d F
1. Understanding References
Cell References refer to cells in Excel and are used in formulas. Types
of references:
Copyrigh
ts Example:
Here’s a set of notes covering the key Excel topics: References, Logical
Operators, IF Statements, VLOOKUP, HLOOKUP, Text Formulas, Date
& Time Formulas, and Error Types.
Cell References refer to cells in Excel and are used in formulas. Types
of references:
Copyrigh
ts Example:
o 1. Relative Reference
o Example:
o 2. Absolute Reference
o Example:
ts
formula, like =B1 * $A$1. Copying this formula to other cells will
still refer to A1 as $A$1.
o 3. Mixed Reference
o Example:
2. Logical Operators
o =: Equals
Example:
3. IF Statements
Example:
o =IF(A2 > 50, "Pass", "Fail") checks if the value in A2 is greater
than 50. If true, it returns "Pass"; otherwise, it returns "Fail."
Copyrigh
ts Nested IFs: Multiple IF statements
within one formula to handle more
than two conditions.
o Example: =IF(A2 > 50, "Pass", IF(A2 > 30, "Average", "Fail"))
VLOOKUP
Example:
Copyrigh
ts
HLOOKUP
Example:
Copyrigh
ts 5. Text Formulas
o Example: =A2 & " " & B2 joins the text in A2 and B2 with a
space.
Copyrigh
ts 6. Date & Time Formulas
o "unit" can be "Y" for years, "M" for months, or "D" for days.
7. Error Types
#N/A: A value is not available, often seen with lookup functions when a
value cannot be found.
#VALUE!: There’s an issue with the types of data used in the formula
(e.g., trying to do math with text).
Copyrigh
ts Solution: Update or correct the
reference.
#NAME?: Excel doesn’t recognize text in the formula, often due to a typo in
a function name.
o Solution: Check for values that are too large, small, or otherwise
invalid.
Here’s a set of notes covering the key Excel topics: References, Logical
Operators, IF Statements, VLOOKUP, HLOOKUP, Text Formulas, Date
& Time Formulas, and Error Types.
1. Understanding References
Cell References refer to cells in Excel and are used in formulas. Types
of references:
Example:
o If B2 = A2 * 10, copying this formula from cell B2 to B3 will
adjust the formula to B3 = A3 * 10 in a relative reference.
2. Logical Operators
o =: Equals
Example:
3. IF Statements
Example:
o Example: =IF(A2 > 50, "Pass", IF(A2 > 30, "Average", "Fail"))
Example:
HLOOKUP
Example:
5. Text Formulas
o Example: =A2 & " " & B2 joins the text in A2 and B2 with a
space.
o "unit" can be "Y" for years, "M" for months, or "D" for days.
7. Error Types
#N/A: A value is not available, often seen with lookup functions when a
value cannot be found.
#VALUE!: There’s an issue with the types of data used in the formula
(e.g., trying to do math with text).
o Solution: Check for values that are too large, small, or otherwise
invalid.
Summary
Logical
=, <>, >, < =A1 > B1
Operators
=VLOOKUP("Apple", A2:C10, 3,
VLOOKUP Lookup vertically
FALSE)
=HLOOKUP("Q1", A1:D5, 4,
HLOOKUP Lookup horizontally
FALSE)
Concatenate, LEFT,
Text Formulas =A2 & " " & B2, =MID(A2, 7, 5)
MID
Topic Function Example / Syntax
#DIV/0!, #N/A,
Error Types Error explanations and solutions
#VALUE!
These notes will give you a strong foundation for using Excel’s functions and
handling common errors effectively.
10. What is the limit to nesting IF functions in Excel, and how do you work around it?
11. What is VLOOKUP, and how does it work in Excel?
12. Can you explain how HLOOKUP differs from VLOOKUP?
13. What is the purpose of the [range_lookup] argument in
VLOOKUP?
14. How would you handle errors when using VLOOKUP with missing
data?
15. What does the col_index_num argument do in the VLOOKUP
function?
16. Can you use VLOOKUP to retrieve data from a table to the left of
your lookup column? Why or why not?
17. What does the CONCATENATE function or & operator do in
Excel?
18. How does the LEFT function work, and when would you use it?
19. Describe how the MID function extracts text and what its
parameters mean.
20. How would you use UPPER, LOWER, and PROPER functions to
format text?
21. What does the LEN function do, and why is it useful in working
with text?
22. What does the TODAY() function do in Excel, and what format
does it return?
23. How is the NOW() function different from TODAY(), and what
type of data does it return?
24. How would you use YEAR, MONTH, and DAY functions to
extract parts of a date?
25. Can you explain how the WEEKDAY function works and provide
an example use case?
26. Describe the DATEDIF function and how it can be used to
calculate the time difference between dates.
27. What does the #DIV/0! error indicate, and how can it be
avoided?
28. How do you resolve a #N/A error when using VLOOKUP or
HLOOKUP?
29. Explain what causes the #VALUE! error and how you would
troubleshoot it.
30. What is the #REF! error, and when might it appear?
31. What does the #NAME? error mean in Excel, and how would you
correct it?
32. Can you explain the #NUM! error and provide an example of
when it might occur?