Atma Unit II
Atma Unit II
Data Entry & Cleaning: Importing data, handling missing values, data validation.
Data Entry
Data Cleaning
Data cleaning is an essential step in data analysis that prepares raw data for
meaningful insights. It involves identifying and correcting errors, handling
inconsistencies, and making data uniform and accurate.
Identifying Duplicates:
Correcting Errors:
SUM
COUNT
IF
Purpose: Checks if a condition is true or false, and returns one value if true
and another if false.
Syntax: =IF(logical_test, value_if_true, value_if_false)
Example: =IF(D1 > 50, "Pass", "Fail") will return "Pass" if the value in D1
is greater than 50, and "Fail" if it’s not.
VLOOKUP
Purpose: Searches for a value in the first column of a table and returns a
value in the same row from another column.
Syntax: =VLOOKUP(lookup_value, table_array, col_index_num,
[range_lookup])
Example: =VLOOKUP(A2, B1:D10, 3, FALSE) will search for the value in
A2 in the first column of B1:D10, and return the value from the third column
of the matching row.
HLOOKUP
INDEX
Purpose: Returns the value of a cell within a specific row and column of a
given range.
Syntax: =INDEX(array, row_num, [column_num])
Example: =INDEX(A1:C10, 3, 2) will return the value in the 3rd row and
2nd column of the range A1:C10.
MATCH
Purpose: Searches for a value in a range and returns its relative position.
Syntax: =MATCH(lookup_value, lookup_array, [match_type])
Example: =MATCH("John", A1:A10, 0) will find "John" in the range
A1:A10 and return the position of the match.
CONCATENATE (or CONCAT)
TRIM
Data Visualization: Creating charts (bar, line, pie), PivotTables, and PivotCharts
for summarizing data.
Advanced Tools: Using Excel’s Data Analysis Toolpak for statistical analysis,
running regression models, and hypothesis testing.
Scenario Analysis: What-if analysis with Excel, creating Data Tables, Solver, and
Goal Seek.