Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I just spent several hours fixing formulas in a sheet that were pointing to the wrong sheet for the response. I saved several times during this period, and when ready to close, did click "Yes" to save changed.
Just pulled the book up again - the formulas are as they were before I changed them! This workbook is due tomorrow - before I fix these again, is there something I need to know about changing a formula? ie: Can you not just cilck in the box, and update that portion of the formula that needs to be re-written? Is there more to it than that? Thank you! Carol |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Carol,
If you are talking about worksheet formulas - you should be able to click in the formula bar (where the formula is displayed), position the cursor, and type away (even jump around in the formula and change this and that), then hit Enter. And the formula should now be the way you want. If you go back to the cell - you should see your 'new' formula in the formula bar. After this - saving should hold the formulas. EXCEPT if there is code somewhere in the workbook that rewrites the formulas. Than you need to go into the VB module and make the changes there. To make your search for formulas in code easier Go to the VB Editor Open any module in the workbook Do a Find for the word formula and specify "Current Project' Than start looking and fixing until you are satisfied. Hope this helps... -- sb "Carol" wrote in message ... I just spent several hours fixing formulas in a sheet that were pointing to the wrong sheet for the response. I saved several times during this period, and when ready to close, did click "Yes" to save changed. Just pulled the book up again - the formulas are as they were before I changed them! This workbook is due tomorrow - before I fix these again, is there something I need to know about changing a formula? ie: Can you not just cilck in the box, and update that portion of the formula that needs to be re-written? Is there more to it than that? Thank you! Carol |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Carol
Edit and save should be it. The only place I've seen this happen is when someone opens an email attatched workbook, edit immediately and saves as something more permanent in My Documents. Then this is not the file that's the email attatchment, it's an adjusted copy saved in My Documents, and reopening the attatchment will show the old thing, not the adjusted file. -- HTH. Best wishes Harald Followup to newsgroup only please "Carol" skrev i melding ... I just spent several hours fixing formulas in a sheet that were pointing to the wrong sheet for the response. I saved several times during this period, and when ready to close, did click "Yes" to save changed. Just pulled the book up again - the formulas are as they were before I changed them! This workbook is due tomorrow - before I fix these again, is there something I need to know about changing a formula? ie: Can you not just cilck in the box, and update that portion of the formula that needs to be re-written? Is there more to it than that? Thank you! Carol |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I would use Edit=Replace
what Sheet1 with Sheet2 If you save it, the changes should be retained. Or, do a saveAs and give it a new name - then you should have both - the old and the new. -- Regards, Tom Ogilvy "Carol" wrote in message ... I just spent several hours fixing formulas in a sheet that were pointing to the wrong sheet for the response. I saved several times during this period, and when ready to close, did click "Yes" to save changed. Just pulled the book up again - the formulas are as they were before I changed them! This workbook is due tomorrow - before I fix these again, is there something I need to know about changing a formula? ie: Can you not just cilck in the box, and update that portion of the formula that needs to be re-written? Is there more to it than that? Thank you! Carol |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
It sounds like it may be a rights issue on a network.
Try saving it to C: and see if that works, then copy it to where the original file resides. Let us know if that helped. -- TTFN JMMach "Carol" wrote in message ... I just spent several hours fixing formulas in a sheet that were pointing to the wrong sheet for the response. I saved several times during this period, and when ready to close, did click "Yes" to save changed. Just pulled the book up again - the formulas are as they were before I changed them! This workbook is due tomorrow - before I fix these again, is there something I need to know about changing a formula? ie: Can you not just cilck in the box, and update that portion of the formula that needs to be re-written? Is there more to it than that? Thank you! Carol |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell | Excel Discussion (Misc queries) | |||
change "true" and "false" to "availble" and "out of stock" | Excel Worksheet Functions | |||
Combine logical formulas "if", "and", "or" | Excel Discussion (Misc queries) | |||
Combining formulas, "and" & "or" to verify content of multiple cel | Excel Discussion (Misc queries) | |||
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next | New Users to Excel |