Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to make a spreadsheet that will automatically
calculate things for me. The only problem is, we will be reorganizing it many different ways, so I can't just have it use something like "=D1+D3" because the position of the fields I will use will change many times. Is there a way that It will make sure it stays with the correct field? I am using Excel 97. Thanks |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If you write =D1+D3 in say E5 and then insert a column between A and B then
your formula will automatically adjust to =E1+E3. If you Cut and Paste D1 to J1, the formula will automatically adjust. Maybe we need more info on what is meant by "the position of the fields will change many times" Bernard "Josh" wrote in message ... I am trying to make a spreadsheet that will automatically calculate things for me. The only problem is, we will be reorganizing it many different ways, so I can't just have it use something like "=D1+D3" because the position of the fields I will use will change many times. Is there a way that It will make sure it stays with the correct field? I am using Excel 97. Thanks |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
HI,
Give a name to your cell like D1 being Sale and D3 Taxes. Insert = Name = Define. When cells move name move with them. -- JP http://www.solutionsvba.com "Josh" wrote in message ... I am trying to make a spreadsheet that will automatically calculate things for me. The only problem is, we will be reorganizing it many different ways, so I can't just have it use something like "=D1+D3" because the position of the fields I will use will change many times. Is there a way that It will make sure it stays with the correct field? I am using Excel 97. Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Help writing a formula | Excel Discussion (Misc queries) | |||
writing an IF/AND formula | Excel Worksheet Functions | |||
Need Help with formula writing | Excel Worksheet Functions | |||
Need help with writing formula please... | Excel Worksheet Functions | |||
Need help writing formula plz.. | Excel Discussion (Misc queries) |