#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default Securing Formulas

Hi there,

I would like to secure some columns in my worksheet so that users can only
update the quantity field.
How do I stop them from entering data in my subtotal columns?

Thanks, as you can tell im not a master at excel :)
  #2   Report Post  
Posted to microsoft.public.excel.misc
JMB JMB is offline
external usenet poster
 
Posts: 2,062
Default Securing Formulas

Select all of your cells (click the grey box diagonal of cell A1). Click
Format/Cells/Protection - check Lock.

Then select your quantity field and unlock those cells (same steps as above).

Then apply worksheet protection (Tools/Protection/Protect Sheet). Enter a
password if you wish.

Only the unlocked cells can be modified. Note that worksheet protection is
weak if someone really wants to break it - so don't rely on it for sensitive
data.


"bird007" wrote:

Hi there,

I would like to secure some columns in my worksheet so that users can only
update the quantity field.
How do I stop them from entering data in my subtotal columns?

Thanks, as you can tell im not a master at excel :)

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default Securing Formulas

Thanks so much :)
Wonder if you can help on this next question?

I have created a drop down box with a list of products people can buy.
Once I select that product from the drop down box i want the price to appear
on the next cell beside it.
Can i do this?
And can i reapeat to have the sale price, tax and total come up in their
consecutive cells as well?

Thanks

"JMB" wrote:

Select all of your cells (click the grey box diagonal of cell A1). Click
Format/Cells/Protection - check Lock.

Then select your quantity field and unlock those cells (same steps as above).

Then apply worksheet protection (Tools/Protection/Protect Sheet). Enter a
password if you wish.

Only the unlocked cells can be modified. Note that worksheet protection is
weak if someone really wants to break it - so don't rely on it for sensitive
data.


"bird007" wrote:

Hi there,

I would like to secure some columns in my worksheet so that users can only
update the quantity field.
How do I stop them from entering data in my subtotal columns?

Thanks, as you can tell im not a master at excel :)

  #4   Report Post  
Posted to microsoft.public.excel.misc
JMB JMB is offline
external usenet poster
 
Posts: 2,062
Default Securing Formulas

Probably I would set up a lookup table. If A7 is the drop down (I assume it
is a drop down created w/Data Validation and not a drop down created using
either the forms or control toolbox toolbars):

A B
1 Product Price
2 widgets $5.00
3 gadgets $10.00
4
5
6
7 gadgets =Vlookup(A7,$A$2:$B$3,2,FALSE)


Check excel help for Vlookup. Also, Debra Dalgleish's has some additional
notes and examples for Vlookup at:
http://www.contextures.com/xlFunctions02.html


"bird007" wrote:

Thanks so much :)
Wonder if you can help on this next question?

I have created a drop down box with a list of products people can buy.
Once I select that product from the drop down box i want the price to appear
on the next cell beside it.
Can i do this?
And can i reapeat to have the sale price, tax and total come up in their
consecutive cells as well?

Thanks

"JMB" wrote:

Select all of your cells (click the grey box diagonal of cell A1). Click
Format/Cells/Protection - check Lock.

Then select your quantity field and unlock those cells (same steps as above).

Then apply worksheet protection (Tools/Protection/Protect Sheet). Enter a
password if you wish.

Only the unlocked cells can be modified. Note that worksheet protection is
weak if someone really wants to break it - so don't rely on it for sensitive
data.


"bird007" wrote:

Hi there,

I would like to secure some columns in my worksheet so that users can only
update the quantity field.
How do I stop them from entering data in my subtotal columns?

Thanks, as you can tell im not a master at excel :)

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
CELLS NOT CALC FORMULAS - VALUES STAY SME FORMULAS CORRECT?? HELP Sherberg Excel Worksheet Functions 4 September 11th 07 01:34 AM
Formulas not evaluated, Formulas treated as strings Bob Sullentrup Excel Discussion (Misc queries) 0 November 27th 06 08:01 PM
Securing A Workbook For Individual Distribution Dom Excel Worksheet Functions 1 April 30th 06 01:30 AM
Securing a workbook Roundy Excel Discussion (Misc queries) 0 April 19th 06 04:24 PM
Securing access to a spreadsheet on the web when .xls is saved as AWoodgate Excel Discussion (Misc queries) 0 March 6th 06 05:14 PM


All times are GMT +1. The time now is 10:26 AM.

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"