Data Manipulation Flashcards
1
Q
First thing to look for in a data?
A
How is a data structured
Are there any missing data
Are there errors in the dataset
is the data numeric, text, or both
2
Q
OFFSET(reference,rows,cols,[height],[width])
A
reference = starting cell
rows = number of rows to count up or down
cols = number of cells to count from left or right
[height] = number of rows to return
[width] = number of columns to return