Dashboard Flashcards

(21 cards)

1
Q

Large&Small function

A

Can be use to create Top 10 and Last 10

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

ROWvsROWS

A

The first oner returns the number of the row that belongs to the cell reference. The second one returns the number of rows in a range.

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

Choose can be used as a replacement of

A

SUMIF, COUNTIF

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

Text and regional settings

A

If used in a machine with different locale format it will not get converted and it will result in error

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

TEXT when to use

A

It’s useful in situations where you want to display numbers in a more readable format, or you want to combine numbers with text or symbols

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

TEXT be careful when using ..

A

The TEXT function will convert numbers to text, which may make it difficult to reference in later calculations. It’s best to keep your original value in one cell, then use the TEXT function in another cell. Then, if you need to build other formulas, always reference the original value and not the TEXT function result

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

N what it does and what can substitute

A
  • It returns the value of a cell. In the case o numbers=numbers, in the case of date formated returns the numeric value of the date, TRUE/FALSE=1/0 …
  • Can be use to include comments in the formula (use + and the function N() and is the + because Nof text returns zero, so efectivelly I’m adding up zero to it
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

GetPivotData when to use instead of using directly the Pivot Table

A

When needed to customize a Graph for example

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

Indirect, what is it?

A

Returns the reference specified by a text string. References are immediately evaluated to display their contents. Use INDIRECT when you want to change the reference to a cell within a formula without changing the formula itself.

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

Indirect disavantage

A

Its allways calculating and it can hamper the performance of Excel

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

Combo Box, Cell Link is

A

Returns the position of the value selected, not the content of it

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

Check Box, returns True/False and I can use

A
  • Conditional Formatting basedon the result.

* Can use If to return a value

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

Option Buttons, if using more than 2 and the others should be separate selection

A

Need to use Group box control

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

List Box is similar to the

A

Combo box, but the values are displayed without having touse the drop down arrow

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

Charts trick how to add a series easyly

A

Position in a chart area and select the table and drag it to the right to include the new series

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

Excel Charts Series can take… but not …

A
  • Can take ranges or name (name manager)

* Will not take formulas

17
Q

Index():

A

Index() before or after colon “:” returns an address instead of the value of the cell. This is handy when creating a chart with a dynamic range via the use of Name Manager

18
Q

Data series using Names

A

Using only the name will result in an error The name of the sheet need to be included (notation)

19
Q

Combo Box range orientation and solution

A
  • It works with vertical range only. If horizontal is used, it returns the first value only
  • Use TRANPOSE with Dynamic Array: 1.- Highlight the area where you are going to transpose vertical 2.- In the formula bar enter TRANSPOSE and select the horizontal range 3.- Click CTRL+SHIFT+ENTER
20
Q

How to avoid empty spaces in a combo box list

A

By using Name Manager and a Really cool way to avoid empty values in a drop list by using the match with the highest possible value of a list and the option 1 (last value)

21
Q

Creating Dynamic Ranges for graph

A
  • Using Data Validation
  • Creating a formula and assigning a name via Name Manager.
  • Remember to use Sheet1! or Name of the sheet in the Name Manager range reference