Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
My simple formula referencing the value of another cell is written over by
that value when the value of the referenced cell is changed? This is a strange question for me to ask because I have been working with excel for over a decade and have never come across this before |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Steve Peel wrote:
My simple formula referencing the value of another cell is written over by that value when the value of the referenced cell is changed? This is a strange question for me to ask because I have been working with excel for over a decade and have never come across this before Is the referenced cell in another workbook? That is the only way I know for a formula to be overwritten by a value -- and then only when the link to the external workbook is broken. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
smartin" wrote:
Is the referenced cell in another workbook? That is the only way I know for a formula to be overwritten by a value -- and then only when the link to the external workbook is broken. No, in fact it is only 2 colums to the right??? "smartin" wrote: Steve Peel wrote: My simple formula referencing the value of another cell is written over by that value when the value of the referenced cell is changed? This is a strange question for me to ask because I have been working with excel for over a decade and have never come across this before Is the referenced cell in another workbook? That is the only way I know for a formula to be overwritten by a value -- and then only when the link to the external workbook is broken. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Steve Peel wrote:
smartin" wrote: Is the referenced cell in another workbook? That is the only way I know for a formula to be overwritten by a value -- and then only when the link to the external workbook is broken. No, in fact it is only 2 colums to the right??? Hi Steve, And 2 columns to the right, as you say, you have no external references there either (or dependent references to the same)? IOW, are there references to another workbook anywhere here that might be breaking? |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
There are references to other workbooks within this workbook, but not on this
sheet, and the links are not broken.... "smartin" wrote: Steve Peel wrote: smartin" wrote: Is the referenced cell in another workbook? That is the only way I know for a formula to be overwritten by a value -- and then only when the link to the external workbook is broken. No, in fact it is only 2 colums to the right??? Hi Steve, And 2 columns to the right, as you say, you have no external references there either (or dependent references to the same)? IOW, are there references to another workbook anywhere here that might be breaking? |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Can you post your formula that's misbehaving?
-- Max Singapore http://savefile.com/projects/236895 Downloads:17,400 Files:358 Subscribers:55 xdemechanik --- |
#7
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
The formula in N2 is being overwritten by the date in P2 when ever it is
changed. I fixed the problem by protecting the sheet, but it forced me to add many unprotect lines in my VBA code - very time consuming. M N O P 1 2 Week Ending Date =P2 Week Ending Dates 39690 3 Monday =N2-5 4 Tuesday =N2-4 5 Wednesday =N2-3 LastWeeksTracker =P2-7 6 Thursday =N2-2 ThisWeeksTracker =P2 7 Friday =N2-1 NextWeeksTracker =P2+7 8 Monday =N2+2 SaveBookBoolean Yes "Max" wrote: Can you post your formula that's misbehaving? -- Max Singapore http://savefile.com/projects/236895 Downloads:17,400 Files:358 Subscribers:55 xdemechanik --- |
#8
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I'm not sure that its a worksheet function issue. You might want to try
posting in .programming with the code that's writing stuff into the sheet. -- Max Singapore http://savefile.com/projects/236895 Downloads:17,500 Files:358 Subscribers:55 xdemechanik --- "Steve Peel" wrote in message ... The formula in N2 is being overwritten by the date in P2 when ever it is changed. I fixed the problem by protecting the sheet, but it forced me to add many unprotect lines in my VBA code - very time consuming. M N O P 1 2 Week Ending Date =P2 Week Ending Dates 39690 3 Monday =N2-5 4 Tuesday =N2-4 5 Wednesday =N2-3 LastWeeksTracker =P2-7 6 Thursday =N2-2 ThisWeeksTracker =P2 7 Friday =N2-1 NextWeeksTracker =P2+7 8 Monday =N2+2 SaveBookBoolean Yes |
#9
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
No, the formula is only 2 columns away on the same sheet...
"smartin" wrote: Steve Peel wrote: My simple formula referencing the value of another cell is written over by that value when the value of the referenced cell is changed? This is a strange question for me to ask because I have been working with excel for over a decade and have never come across this before Is the referenced cell in another workbook? That is the only way I know for a formula to be overwritten by a value -- and then only when the link to the external workbook is broken. |
#10
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Do you have an event macro that may be changing the cell?
-- HTH Sandy In Perth, the ancient capital of Scotland and the crowning place of kings Replace @mailinator.com with @tiscali.co.uk "Steve Peel" wrote in message ... No, the formula is only 2 columns away on the same sheet... "smartin" wrote: Steve Peel wrote: My simple formula referencing the value of another cell is written over by that value when the value of the referenced cell is changed? This is a strange question for me to ask because I have been working with excel for over a decade and have never come across this before Is the referenced cell in another workbook? That is the only way I know for a formula to be overwritten by a value -- and then only when the link to the external workbook is broken. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
UDF x worksheet functions | Excel Worksheet Functions | |||
Worksheet functions | Excel Worksheet Functions | |||
Worksheet IF Functions | Excel Worksheet Functions | |||
Is there such worksheet functions... | Excel Worksheet Functions | |||
Worksheet functions | New Users to Excel |