Part 1 Flashcards

1
Q

Vlookup Function

A

=Vlookup(lookup value, lookup table, index number, range lookup)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Match Function

A

=MATCH(lookup_value, lookup_array, [match_type])

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Index Function

A

=INDEX(array,row num,column num)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Index definition

A

Index returns a value in the specified array that is at the intersection of row_num and column_num (Retrieve)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Match definition

A

Match returns a position number or an error (Find) **Finds index point

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Excel Table References

A
  • Tables self-expand with additional data
  • Tables use structured references
  • Range Name defined by structured reference
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How to put 2 cells together

A
  • &
  • =N4 & J4
  • If want space between =N4& “ “ &J4
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

PivotTable Definition

A

displays unique values from a dataset in a cross-tabular format

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Why would you want to use a PiviotTable?

A
  • Data reduction through filtering
  • User interaction
  • Different data sources are possible
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Refreshing Report Data for PiviotTable

A

-Drilling down the data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

CSV

A

Comma Separated Value .csv- Data may be in a file with commas delimiting / separating data values

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Files without the csv file extension when importing into Excel

A
  • Delimited

- Fixed width

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Pivotable Fields in Value section

A

numeric fields are summed and alphanumeric fields are counted.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Primary components of PiviotTables

A

1) PivotTable Report Areas (Where data appears)
2) Field List Dialog Box (List & fields)
3) PivotTable Tab

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Values Field

A
  • displayed if there are two or more fields being summarized in the values area
  • Column or Rows
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

External Data

A
  • To access external data, you create a CONNECTION to it.
  • *Single file format: CSV, Excel, Web, MS Access, proprietary format, etc.
  • *Database format: MS Access, SQL Server, Oracle Server, etc.
17
Q

Why create a connection to External Data Source?

A
  • Data source many be too large to fit in Excel.
  • Changes made to the data source can be easily updated in Excel without recreating a connection
  • In Excel, you only need a few columns or rows from the data source
18
Q

Import Wizard

A
  • Data Format and Skipping Columns

- Break Lines in Fixed Length Text Files

19
Q

Microsoft Access Tables

A

organize data in a two-dimensional view. Each column has a column heading (called attribute or field).

20
Q

Microsoft Access Views

A

Views are queries that pull data from multiple tables.

21
Q

How to pull MS Access Data into Excel

A

There are generally two ways to pull MS Access data (e.g., tables and views) into Excel.

  • *1: Data | From Access
  • This approach is limited to retrieving data from one table or one view.
  • Can’t use parameters or execute queries
  • *2: Use Microsoft Query
  • This is the better approach to pull data from MS Access.
22
Q

Excel Table

A
  • a series of rows and columns that are managed independently from the data in other rows and columns
  • By default, every column has filtering in the header row.
    • *total row can be added to provide aggregate functions for columns.
23
Q

What can you do with Excel tables?

A
  • Sorting and filtering
  • Formatting table datawith custom table styles
  • Inserting and deleting table rows and columns
  • Using a calculated column
  • Displaying and calculating table data totals
  • Using structured references
  • Ensuring data integrity
  • Exporting to a SharePoint list