#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Formula Help

I have a row of #'s, in the row below I want to increase each cell's numer by
3.5%, the next row by 4%, the next row by 4.5%, etc. - what is the formula?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 964
Default Formula Help

Probably an easier way

=$A$1+$A$1*(3.5%+ROWS($A$1:A1)/200-0.005)

with the original value in A1, put the above in A2 and copy down

--


Regards,


Peo Sjoblom

"Trying Hard" <Trying wrote in message
...
I have a row of #'s, in the row below I want to increase each cell's numer
by
3.5%, the next row by 4%, the next row by 4.5%, etc. - what is the
formula?



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default Formula Help

Hi

Assuming your data are in A1, B1 etc put this in A2 and drag right

=A1*(COLUMN(G1)%/2)+A1

Mike

"Trying Hard" wrote:

I have a row of #'s, in the row below I want to increase each cell's numer by
3.5%, the next row by 4%, the next row by 4.5%, etc. - what is the formula?

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 964
Default Formula Help

Of course you have a row so you can change the formula to columns

and copy to the right instead


=$A$1+$A$1*(3.5%+COLUMNS($A$1:A1)/200-0.005)


--


Regards,


Peo Sjoblom

"Peo Sjoblom" wrote in message
...
Probably an easier way

=$A$1+$A$1*(3.5%+ROWS($A$1:A1)/200-0.005)

with the original value in A1, put the above in A2 and copy down

--


Regards,


Peo Sjoblom

"Trying Hard" <Trying wrote in message
...
I have a row of #'s, in the row below I want to increase each cell's numer
by
3.5%, the next row by 4%, the next row by 4.5%, etc. - what is the
formula?





Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 04:14 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"