Percent increase formula

G

Guest

I need to come up with a formula. I have a starting number, say in cell A1. I
need to then increase that number by 10% in B1, 20% in C1, 30% in D1, etc. Is
there a way to do this without entering a separate formula in each cell?
 
G

Govind

Hi,

You can use this formula in cell A2,A3 etc.

=$A$1*(100+(ROW()-1)*10)/100

Regards

Govind.
 
G

Govind

Hi,

Sorry.Use this,

=$A$1*(100+(COLUMN()-1)*10)/100

and copy it to B1,C1, D1 etc.

Regards

Govind.
 

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

Similar Threads


Top