Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default question about excel formulae

How can I make excel do this over rows:

A1 = x
A2 = x * 1.03
A3 = A2 * 1.03
....
....



Submitted via EggHeadCafe - Software Developer Portal of Choice
ASP.NET Session State FAQs
http://www.eggheadcafe.com/tutorials...state-faq.aspx
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 905
Default question about excel formulae

<Ted Walls wrote:
How can I make excel do this over rows:
A1 = x
A2 = x * 1.03
A3 = A2 * 1.03
...


Well, you almost have it yourself.

A1: 123
A2: =A1*1.03

Copy A2 to A3 and other cells. You will see that Excel automagically change
A1 to the previous cell name.

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel Formulae 'Help' [email protected] Excel Worksheet Functions 5 July 21st 08 09:32 AM
Formulae: Paste value formulae after doing an average operation Lim Excel Discussion (Misc queries) 4 April 20th 08 07:31 PM
excel formulae zemarko Excel Discussion (Misc queries) 1 August 3rd 05 05:41 PM
Searching TEXT in formulae, rather than results of formulae AndyE Excel Worksheet Functions 1 July 15th 05 10:57 AM
Another Question Concerning Replacing Formulae With Values ! [email protected] Excel Programming 15 June 29th 05 04:03 AM


All times are GMT +1. The time now is 08:43 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"