Excel Formula

  • Thread starter Thread starter Guest
  • Start date Start date
Robin

If a1 has 10,A2 has 8 A3 formula is =A1-A2

The basic operators are +, -,* (multiplication), and
/ (division)

To delete actual cells, choose Edit, Delete and you are
provided with a list of options.

Shortcut to delete a whole row or column:
Select the row by clicking the grey row number and press
Ctl & - to delete.
Click the grey column header to delete an entire row.

Pressing Ctrl & + inserts a selected row or column.

Hope this covers what you need.

Peter Atherton
 
Hi Robin!

Try:
=A1-B1

Subtracts the value in cell B1 from the value in cell A1

--
Regards
Norman Harker MVP (Excel)
Sydney, Australia
(e-mail address removed)
Excel and Word Function Lists (Classifications, Syntax and Arguments)
available free to good homes.
 
Back
Top