• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/91

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

91 Cards in this Set

  • Front
  • Back

How many characters can be stored in a cell, how many will be displayed?

32,767 and 1,024

How many functions are in excel?

461

How many arguments can functions contain?

255

How many nested IFs can a function have?

64

How many characters can a formula contain?

8,192

How many criteria and criteria ranges can a conditional IF have?

127

What can a conditional IF only have one of?

sum/average range

F1

help

F2

Edit

F3

Past Name/ Paste List/ Start with = and use F3 to pick name to Paste link

F4

Absolute $$

F5

Go To

F6

Windows Key (move between split windows)

F7

Spell Checker

F8

Move through lines of Macro code when debugging a macro; when in Visual Basic, Pressing F8 will also start the debugger

Alt F8

Macro menu

F11

Use the selected data to build a chart on chart sheet, use the default chart type (columns)

Alt F11

VB menu opens visual basic applications

How do you copy and paste validation rules?

Paste Special, Validation

How do you copy and paste conditional format rules?

format painter or paste special formats

What can be filled down?

conditional formats and data validation rules along with the data in the cell

How do you copy data validation from one cell to another?

Paste Special, Validation

What can you do in the Excel Options, Formulas Tab?

1) Turn on iterative calculations for a circular reference formula.


2) Turn off Formula AutoComplete (lists of names which can be chosen)


3) Turn off the Use table names in fromlas

When it comes to conditional formatting where are new rules added on the list?

at the top and therefore have higher precedence, unless moved

How do you turn the print attribute option on or off for an object, text box, or macro button?

right click and look at its properties under format control

Defined Name

a named that represents a cell, range of cells, formula, or constant value. You can create your own defined name, and Excel sometimes creates a defined name for you, such as set a print area.

Table Name

a name for an Excel table, which is a collection of data about a particular subject that is stored in records (rows) and fields (columns). Excel creates a table name of Table 1, Table 2 and so on, each time that you insert an Excel table, but you can change a table's name to make it more meaningful.

For defined name and a Table name what must the first character be? and What is listed first?

first character must be a letter or an underscore or a backslash; \ first, _ Second

What can defined names, Table Names, and macro names not be the same as?

a cell reference i.e. R1C1, Z$100

What are not allowed in defined names, Table Names, and Macro Names?

spaces

How many characters can a defined name range, Table name, Field names have?

255

what letters can't you use in a defined named range, Table names, or Macro Names?

C,c,R, or r because they are all used as a short hand for selecting a row or column for the currently selected cell when you enter them in a Name of Go To text box.

What type of name can have spaces?

field names

What type of name can have any character used?

field names

For a Macro name, how many characters can the name contain?

64

F3

Formula/Paste Name

Ctrl + Shift+ F3

create from selection

Ctrl + F3

Name Manager

What are the 4 ways to past a name in a formula or function?

Start with =


1) paste F3 to pick a name


2) Select a cell with a name and the name will be pasted in the formula


3) use the Ribbon, Formulas, Use in Formula and chose Paste Names and pick a name


4) Type the first letter of the name and choose the name from the list (AutoComplete)

Where are table names listed?

name box at the bottom, no in a Table of Names put on a Worksheet

What is the Name Manager for?

edit or delete an existing name

What can you use the filter button, to look at names "scoped" to the workbook?

defined names that are global, available to use in a formula on any sheet in the workbook

Scoped to a specific sheet

print area, print title, extract and criteria (set by Excel during an advanced filter)

What can you use the filter in Name Manager for?

to show just the table names in the file or the defined names

What will all illegal characters be replaced with for naming?

an underscore

What are the advantages of using names over cell references?

save time, better understand the formula, and make formula more accurate

How do you change Macro security settings?

Excel Options, Trust Center, Tust Center Settings button

What does a relative line of code look like in a Macro?

1) ActiveCell.Range("A1:D1").Select


2) ActiveCell.Offset(3,0).Range("A1").Select


3) ActiveCell.Offset(0,-1).Columns("A:B").EntireColumn.Select

What does an absolute line of code in a Macro look like?

1)Range("A1"). Select


2)Columns("A:B").Select

How do you comment out a line of code in a Macro?

add an apostrophe in front of the line

How do you save a macro file?

save as a Excel Macro Enabled Workbook (XLSM extension)

What are the 3 ways to store a macro?

1) save with the workbook they are built in


2) Saved to a new workbook, save all you macros in it and carry that file with you to load when you want to use your macros


3) Store them in a personal workbook

What is the advantage of storing macros in the Personal workbook?

1) it loads them automatically when excel is loaded


2) they are available to be used in any open excel workbook

What are the four different ways macros can be run?

1) Alt F8 and the run button


2) Keyboard shortcut


3) macro button


4) use a button on the quick access tool bar

What is an advantage of using a macro button on the quick access toolbar over using a macro button on a sheet?

1) don't have to look for it on a sheet, won't get resized, deleted, or moved


2) run your macro on any sheet in any open workbook as long as the Excel file with the macro is open

DATEDIF()

(older date, newer date, "D""M""Y")

WEEKDY()

(A cell containing a date number)

DATE()

(year, month, day)

How many argument can AND() have?

255 logical tests

How many arguments can OR() have?

255 logical tests

VLOOKUO() and HLOOKUP()

(cell to look up, table, column/row, exact match or not)

When building a table for VLOOKUP and HLOOKUP, what order must the values in the left column be?

in ascending order

How many criteria can SUMIF, COUNTIF, and AVERAGEIF have?

only one

How many criteria can SUMIFS, COUNTIFS, and AVERAGEIFS have?

127

What is the difference between conditional IF and conditional IFS?

in conditional IF it looks in one column for criteria, whereas conditional IFS look in multiple columns for criteria

For all the columns in a conditional IFS what must be the same?

the length of the columns

For all the database statistical syntax, what are teh arguments?

(Database range, field to use, criteria range)

What are the 3 ways a field name can be indicated in the Database statistical functions?

1) number of the column containing the data the statistical function is to look at


2) cell address in the database containing the field name


3) field name entered as a string value

What are ranges in database statistical functions?

database and criteria

Why should you use DCOUNTA over DCOUNT?

because it can count labels and values when counting records that match the criteria and can be used on any field(column) in the tbale to count matching records

What must be true for DGET to work?

it will only find information about one thing, therefore the criteria has to be unique in the field

Why is using the cell address containing the field name the best way for database statistical functions?

becasue the formula won't need to be modified if the field is moves, or the field name is modified

Why are dstatistical functions more powerful than conditional IFS?

they can do multiple tests within multiple fields

What is the difference between AutoFilter and Advanced Filter?

the advanced filter will allow you to work with multiple tests in multiple fields

What do IFs test?

one cell at a time

What does a conditional IFS work with?

columns of data

What does Database statistical function work with?

Database, fields, records, and field names

For a database statistical function, what is the criteria argument the same as?

the range it would be for an advanced filter

Why do you use a value error message instead of a string value?

so other formulas depend on these formulas will show an error message instead of a math answer

What is the difference between Precedent cells and dependent cells?

Precendent cells are cells with a formula and the results of that formula is causing an error in another cell. Dependent cells are cells with formulas and a cell with an error that is causing an error in the dependent cell

When it comes to circular referencing, what is direct reference?

uses the cell address the formula is stored in, in the formula

When it comes to circular referencing, what is indirect reference?

uses the cell address the formula is stored in but indirectly, through referring to another cell containing a formula that uses the cell address

DB()

allows you to compute the double declining depreciation amount when an asset is being depreciated for less than a year

DDB()

when the asset is being depreciated for an entire year

What does PMT stand for?

an annuity

For NPER and RATE what must the payment be?

negative

0 in the PMT means?

ordinary annuity

1 in the PMT means?

annuity due

What does the PV function do?

pull the interest out of future payments of the same amount (an annuity) so that those payments are discounted to their present value

What does the NPV function do?

pull the interest out of future payments varying amounts (not an annuiyt) so that those payments are discounted to their present value

What are NPV and IRR only used for?

capital budgeting problems