etech 1

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/42

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

43 Terms

1
New cards

excel

Contains information and numbers also called advanced spreadsheet

2
New cards

column headers

Set of letters found at the top of the spreadsheet

3
New cards

Row headers

The set of numbers found on the left side of the spreadsheet

4
New cards

cells

each box in the spreadsheet are called

5
New cards

active cell

a selected cell is called

6
New cards

autofill cell

the green border of an active cell is called

7
New cards

ctrl

to select multiple cells in different locations click

8
New cards

$

What sign would make a value an absolute reference from a relative reference

9
New cards

ā€˜

this changes a value into text

10
New cards

Concatenate

Joins several strings into one text string

11
New cards

min

Find slowest value from list of numbers

12
New cards

max

Finds the highest value from a list of numbers

13
New cards

rand

Generates a number between 0 to 1

14
New cards

randbetween

Generates random numbers between lower and upper bounds

15
New cards

count

Determines the number of cells that contain numbers

16
New cards

counti

determines the number of cells that matches the given condition

17
New cards

counta

Determines of cells that is not empty

18
New cards

countblank

Determines the number of cells that is empty

19
New cards

sum

Finds the total of a set of numbers

20
New cards

sumi

Finds the sum of numbers that fits the condition within a range

21
New cards

sumifs

Finds the sum of numbers that fit the sets of conditions

22
New cards

average

Find the mean of a set

23
New cards

averagei

Fancy average of numbers within a range that meets the given condition

24
New cards

averageifs

Finds the average of numbers within a range that meets the sets of conditions

25
New cards

Median

Finds the central number from a sorted data set

26
New cards

mode

Finds the most frequent value of a sorted data set

27
New cards

round

Simplifies numbers to the number of decimal digits required to be rounded off

28
New cards

rept

Repeats a text string by a number of times

29
New cards

or

Chats for one criterion to be true if it matches if not false

30
New cards

and

Checks for multiple criterion to be true if none false

31
New cards

if

Creates logical result when condition fits and if the condition doesn't fit

32
New cards

vlookup

Quickly look for an information with in the required condition for which it matches to specific information being requested in a record for a specific column

33
New cards

lookup_value

Option where your tight variables will go to look for the values in the cells of the larger table for information

34
New cards

table_array

Sets the range of the large table from where the information will be drawn sets the extent of the data you want to pick

35
New cards

col_index_num

This command box specifies the column from where data has to be pulled

36
New cards

range_lookup

True gives a set of info closest to what is desired false gives the exact value you are looking for and show NA when not found

37
New cards

combin

Solves for basic combination

38
New cards

permut

Solves basic permutation

39
New cards

fact

Solves factorials

40
New cards

sqrt

Finds the square root of a number

41
New cards

roman

Converts arabic to numerals in text form

42
New cards

arabic

Convert roman to numerals in number form

43
New cards

rank

Shows descending or ascending of numbers 0 for descent 1 for ascend