Excel Formulas. File -> Open -> 02b-datastart.xlsx.

48
Excel Formulas

Transcript of Excel Formulas. File -> Open -> 02b-datastart.xlsx.

Page 1: Excel Formulas. File -> Open -> 02b-datastart.xlsx.

Excel Formulas

Page 2: Excel Formulas. File -> Open -> 02b-datastart.xlsx.

File -> Open -> 02b-datastart.xlsx

Page 3: Excel Formulas. File -> Open -> 02b-datastart.xlsx.

Delete Rows

Page 4: Excel Formulas. File -> Open -> 02b-datastart.xlsx.

Select cell A2

Page 5: Excel Formulas. File -> Open -> 02b-datastart.xlsx.

Click Delete -> Delete Sheet Rows

Page 6: Excel Formulas. File -> Open -> 02b-datastart.xlsx.

Find and Replace

Page 7: Excel Formulas. File -> Open -> 02b-datastart.xlsx.

Click on any blank cell thenClick Find & Select -> Replace

Page 8: Excel Formulas. File -> Open -> 02b-datastart.xlsx.

Find what: N.A.

Page 9: Excel Formulas. File -> Open -> 02b-datastart.xlsx.

Click Replace All

Page 10: Excel Formulas. File -> Open -> 02b-datastart.xlsx.

Click OK

Page 11: Excel Formulas. File -> Open -> 02b-datastart.xlsx.

Select Cell I1

Page 12: Excel Formulas. File -> Open -> 02b-datastart.xlsx.

Type Number of Shares

Page 13: Excel Formulas. File -> Open -> 02b-datastart.xlsx.

Resize Columns

Page 14: Excel Formulas. File -> Open -> 02b-datastart.xlsx.

Click on the line between Columns I and J and drag to the right to expand the column

Page 15: Excel Formulas. File -> Open -> 02b-datastart.xlsx.

Can now see Number of Shares

Page 16: Excel Formulas. File -> Open -> 02b-datastart.xlsx.

Using Formulas

Page 17: Excel Formulas. File -> Open -> 02b-datastart.xlsx.

All formulas begin with an =Can use maths operators + - * /

Page 18: Excel Formulas. File -> Open -> 02b-datastart.xlsx.

Click on Cell I2

Page 19: Excel Formulas. File -> Open -> 02b-datastart.xlsx.

Type =G2/H2This means number in cell G2 is divided by number in cell H2

Page 20: Excel Formulas. File -> Open -> 02b-datastart.xlsx.

Calculates Number of Shares = MarketCap/Price

Page 21: Excel Formulas. File -> Open -> 02b-datastart.xlsx.

Copying Formulas:Relative References

Page 22: Excel Formulas. File -> Open -> 02b-datastart.xlsx.

Click on Cell I2

Page 23: Excel Formulas. File -> Open -> 02b-datastart.xlsx.

Press Ctrl+c on keyboard to copy cell

Page 24: Excel Formulas. File -> Open -> 02b-datastart.xlsx.

Click on Cell I3 and press Ctrl+v

Page 25: Excel Formulas. File -> Open -> 02b-datastart.xlsx.

Have now calculated the number of shares of the next company

Page 26: Excel Formulas. File -> Open -> 02b-datastart.xlsx.

Double-Click on the bottom right corner of I3

Page 27: Excel Formulas. File -> Open -> 02b-datastart.xlsx.

The rest of the column is filled with the same formula

Page 28: Excel Formulas. File -> Open -> 02b-datastart.xlsx.

When copying and pasting:

• If we want to refer to the same cell all the time we use $ signs before both row and column $A$1

• If we want only the column to always stay the same we use a $ sign before the column letter $A1

• If we want only the row to always stay the same we use a $ sign before the row number A$1

Page 29: Excel Formulas. File -> Open -> 02b-datastart.xlsx.

All of the cells in this column are formulas. If you change the original data the result changes.

Page 30: Excel Formulas. File -> Open -> 02b-datastart.xlsx.

Paste Values

Page 31: Excel Formulas. File -> Open -> 02b-datastart.xlsx.

To keep just the values you can copy and ‘paste values’

Page 32: Excel Formulas. File -> Open -> 02b-datastart.xlsx.

Click on the top of Column I to select the whole column

Page 33: Excel Formulas. File -> Open -> 02b-datastart.xlsx.

Press Ctrl+c on keyboard to copy column

Page 34: Excel Formulas. File -> Open -> 02b-datastart.xlsx.

Click on Home -> Paste -> Paste Values -> 123

Page 35: Excel Formulas. File -> Open -> 02b-datastart.xlsx.

The cells now contain values which will not change

Page 36: Excel Formulas. File -> Open -> 02b-datastart.xlsx.

Keyboard Shortcuts tomove around

Page 37: Excel Formulas. File -> Open -> 02b-datastart.xlsx.

Click on cell A1

Page 38: Excel Formulas. File -> Open -> 02b-datastart.xlsx.

Press Ctrl + Right Arrow on keyboard to move to right of dataset

Page 39: Excel Formulas. File -> Open -> 02b-datastart.xlsx.

Press Ctrl + Down Arrow on keyboard to move to bottom of dataset

Page 40: Excel Formulas. File -> Open -> 02b-datastart.xlsx.

Press Ctrl + Up Arrow on keyboard to move back to top of dataset

Page 41: Excel Formulas. File -> Open -> 02b-datastart.xlsx.

Press Ctrl + Shift + * on keyboard to select whole dataset

Page 42: Excel Formulas. File -> Open -> 02b-datastart.xlsx.

Freeze Windows

Page 43: Excel Formulas. File -> Open -> 02b-datastart.xlsx.

Click on cell B2

Page 44: Excel Formulas. File -> Open -> 02b-datastart.xlsx.

Click View -> Freeze Panes -> Freeze Panes

Page 45: Excel Formulas. File -> Open -> 02b-datastart.xlsx.

Press Ctrl + Down Arrow to move to bottom of dataset

Page 46: Excel Formulas. File -> Open -> 02b-datastart.xlsx.

The top row and first column are always visible from everywhere in dataset

Page 47: Excel Formulas. File -> Open -> 02b-datastart.xlsx.

File -> Save As -> 02c-datacompleted.xlsx

Page 48: Excel Formulas. File -> Open -> 02b-datastart.xlsx.

Challenge

• Calculate a column showing the price of 10 shares in each company

• Copy and paste values