entering VAT rate

R

Roger R

Hi.

Setting out a spreadsheet with VAT calculations.

VAT rate is entered in a single cell as a reference and formulas refer to
this cell to make various calculations.

However when I use the copy function to copy the formula down the page to
work the various item prices out, the reference to the VAT cell is
incremented as well as the line reference.

How can I refer to the cell containing the VAT value so it remains as a
constant?

I want just one cell as VAT so that when the VAT rate is changed the whole
sheet can be updated simply by changing the value in that cell.

Roger R
 
P

Peo Sjoblom

If the cell with the VAT is A2 use $A$2 to make it absolute or maybe even
better
name the cell VAT (select the cell and type VAT in the name box above column
A's header and press enter). Then you can use

=B2*VAT

as an example and then copy down and it will also be absolute plus it will
give meaning to the formula as well


--


Regards,


Peo Sjoblom
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top