Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 41
Default What Should I do in this situation

hi,

I am on Excel 2003, I have spreadsheet with a range of cell that
contain cell refrences to other cell in the same spreadsheet. Once I
protect this sheet then these cell are locked out for editing by the
user. Here is the problem sometimes the user has to be able to
overwrite this value and enter a new one in its place. What can I do
in this situation.

thanks in advance

Dave
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 2,722
Default What Should I do in this situation

With the sheet unlocked, select the cell the user may need to edit. Format
cell, protection, uncheck the "locked" option.
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Dave" wrote:

hi,

I am on Excel 2003, I have spreadsheet with a range of cell that
contain cell refrences to other cell in the same spreadsheet. Once I
protect this sheet then these cell are locked out for editing by the
user. Here is the problem sometimes the user has to be able to
overwrite this value and enter a new one in its place. What can I do
in this situation.

thanks in advance

Dave

  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 41
Default What Should I do in this situation

On Aug 19, 9:34*am, Luke M wrote:
With the sheet unlocked, select the cell the user may need to edit. Format
cell, protection, uncheck the "locked" option.
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*



"Dave" wrote:
hi,


I am on Excel 2003, I have spreadsheet with a range of cell that
contain cell refrences to other cell in the same spreadsheet. Once I
protect this sheet then these cell are locked out for editing by the
user. Here is the problem sometimes the user has to be able to
overwrite this value and enter a new one in its place. What can I do
in this situation.


thanks in advance


Dave- Hide quoted text -


- Show quoted text -


Thanks, I know about what you are saying but this will overwrite my
cell refrence? I guess I was not very clear I want to be able to
reatina my cell refrence after the users is done entering the data .
this way the next time when they dont need to make the cahnge the
values will be carried over.

  #4   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 3,572
Default What Should I do in this situation

You'll have to use an additional cell for the user's input to override the
existing link that you created.

For example, say your original link formula in D1 was:

=$B$1

Revise the formula to so that the user could enter a new value in say F1,
And that value will display in D1 instead of the value in B1.
If F1 is empty, the original link will display.

=IF(F1="",$B$1,F1)
--

HTH,

RD
================================================== ===
Please keep all correspondence within the Group, so all may benefit!
================================================== ===



"Dave" wrote in message
...
On Aug 19, 9:34 am, Luke M wrote:
With the sheet unlocked, select the cell the user may need to edit. Format
cell, protection, uncheck the "locked" option.
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*



"Dave" wrote:
hi,


I am on Excel 2003, I have spreadsheet with a range of cell that
contain cell refrences to other cell in the same spreadsheet. Once I
protect this sheet then these cell are locked out for editing by the
user. Here is the problem sometimes the user has to be able to
overwrite this value and enter a new one in its place. What can I do
in this situation.


thanks in advance


Dave- Hide quoted text -


- Show quoted text -


Thanks, I know about what you are saying but this will overwrite my
cell refrence? I guess I was not very clear I want to be able to
reatina my cell refrence after the users is done entering the data .
this way the next time when they dont need to make the cahnge the
values will be carried over.


  #5   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 3,440
Default What Should I do in this situation

Use an "overruler cell". Change your reference to a formula:

=IF(OverRulerCell="",OriginalReference,OverRulerCe ll)

--
Kind regards,

Niek Otten
Microsoft MVP - Excel


"Dave" wrote in message
...
hi,

I am on Excel 2003, I have spreadsheet with a range of cell that
contain cell refrences to other cell in the same spreadsheet. Once I
protect this sheet then these cell are locked out for editing by the
user. Here is the problem sometimes the user has to be able to
overwrite this value and enter a new one in its place. What can I do
in this situation.

thanks in advance

Dave




  #6   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 41
Default What Should I do in this situation

On Aug 19, 10:29*am, "Niek Otten" wrote:
Use an "overruler cell". Change your reference to a formula:

=IF(OverRulerCell="",OriginalReference,OverRulerCe ll)

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"Dave" wrote in message

...



hi,


I am on Excel 2003, I have spreadsheet with a range of cell that
contain cell refrences to other cell in the same spreadsheet. Once I
protect this sheet then these cell are locked out for editing by the
user. Here is the problem sometimes the user has to be able to
overwrite this value and enter a new one in its place. What can I do
in this situation.


thanks in advance


Dave- Hide quoted text -


- Show quoted text -


Thanks It works, you guys are the best? Can you recommend a good book
to learn all these special ways to do stuff!!
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Time Situation Jafferi[_2_] Excel Worksheet Functions 1 June 15th 09 08:12 AM
Strange situation rexmann Excel Discussion (Misc queries) 0 May 4th 07 10:59 AM
Can queries be used in this situation? MLK Excel Discussion (Misc queries) 0 January 11th 07 02:15 PM
Nested IF in this situation Cossminnn Excel Worksheet Functions 6 May 20th 06 11:45 AM
Best function for my situation phil si Excel Worksheet Functions 1 November 16th 04 10:49 AM


All times are GMT +1. The time now is 06:14 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"