Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
CELLS NOT CALC FORMULAS - VALUES STAY SME FORMULAS CORRECT?? HELP | Excel Worksheet Functions | |||
Formulas not evaluated, Formulas treated as strings | Excel Discussion (Misc queries) | |||
Securing A Workbook For Individual Distribution | Excel Worksheet Functions | |||
Securing a workbook | Excel Discussion (Misc queries) | |||
Securing access to a spreadsheet on the web when .xls is saved as | Excel Discussion (Misc queries) |