![]() |
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 |
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. |
All times are GMT +1. The time now is 02:17 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com