• 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/11

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;

11 Cards in this Set

  • Front
  • Back
logical functions
used to have Excel evaluate a condition and perform an action based on the result
IF function
used to perform a logical test on the contents of a cell

=IF(logical_test, Value_if_true, Value_if_false)
ISBLANK function
check a specific value and return an answer in the cell of either "true" or "false"

=ISBLANK(Value)
returns true if value is blank
compound condition
two or more separate conditions combined with either AND or OR
AND Function
used to evaluate up to 255 different logical tests
returns true if all logical tests are true, false if one or more is false
OR Function
used to evaluate up to 255 different logical tests
returns true if any of the logical tests are true
returns false if all of the logical tests are false
conditional formatting
allows Excel to apply different cell formats based on the contents of the cell
source data
the data you have selected to graph
CountIF
combines a logical test with the count function to count how many cells in a range meet the specified criteria
=CountIF(range,criteria)
data validation
helps control what data your user can enter, prevents data entry errors
VLookUp function
looks for a match in the first column of an array or table and then moves across the row to return the value of a corresponding cell