![]() |
Fixed vlaue in the Fill handle opperation
Hi
I have this formula in Cell A3: sum(A1+A2) I want to fill handle this cell and have the cell A4 as below: sum(A1+A3) As you see, the A1 must be fixed. But this operation makes the A4 as below: sum(A2+A3) which is not my aim. Thnx 4 any reply. |
Fixed vlaue in the Fill handle opperation
I have this formula in Cell A3:
sum(A1+A2) I want to fill handle this cell and have the cell A4 as below: sum(A1+A3) As you see, the A1 must be fixed. But this operation makes the A4 as below: sum(A2+A3) which is not my aim. You can use an absolute reference for A1... =SUM(A$1+A2) Rick |
Fixed vlaue in the Fill handle opperation
Or just
=A$1+A2 BrusPB wrote: Hi I have this formula in Cell A3: sum(A1+A2) I want to fill handle this cell and have the cell A4 as below: sum(A1+A3) As you see, the A1 must be fixed. But this operation makes the A4 as below: sum(A2+A3) which is not my aim. Thnx 4 any reply. -- Dave Peterson |
All times are GMT +1. The time now is 09:18 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com