Need Help Again

J

JulieD

Hi

is there a definable criteria for which product gets increased by 3% or by
5%, if so, in another column you can use an IF statement:
=IF(A1="Supplier A",B1*1.03,B1*1.05)
you can then copy & edit / paste special - values this over the top of the
original prices in column B and then delete this column.

or alternatively, type 1.03 in a cell and copy it,
now select (using the shift (adjacent cells) or control keys (non adjacent
cells) ) the cells to increase by 3% and then choose edit / paste special
multiply.

then type 1.05 in a cell, copy it and repeat for the 5% products.

Cheers
JulieD
 
O

OhMarty

Last year someone gave me the answer to this, but I can't find it.

I have a price list set up with many individual prices. What is the easiest
way to increase some prices by 3% and others by 5%. I promise I will record
your answer this time. Please help. Thanks again.
 
G

Guest

Hi
- put 1.03 in an empty cell
- copy this cell
- select the relevant cells which should be changed
- goto 'Edit - Paste Special' and choose the action 'Multiply'
 

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