Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Worksheet Functions / March 2008

Tip: Looking for answers? Try searching our database.

How to SUM in a protected spreadsheet

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
ron - 24 Mar 2008 20:46 GMT
I'm protecting individual spreadsheets by locking certain cells and then
going to tools and doing protection and protect worksheet, but when I do
that, the autosum icon lightens and is inoperable.  I only want certain cells
protected and want to be able to use all the icons on the bars (fomating,
bold, autosum) and would like to know how to accomplish that.

Thank you for any assistance.
Gord Dibben - 25 Mar 2008 05:45 GMT
Many functions become unavailable when sheets are protected.

You can enter a SUM function in an unlocked cell, just can't use the Autosum.

For functions like Bold and other formatting make sure when you protect the
sheet that you have Allow users to "Format cells" enabled.

Gord Dibben  MS Excel MVP

>I'm protecting individual spreadsheets by locking certain cells and then
>going to tools and doing protection and protect worksheet, but when I do
[quoted text clipped - 3 lines]
>
>Thank you for any assistance.
ron - 25 Mar 2008 13:16 GMT
Thanks for the tip on checking formating cells - the bold works.  But the
Autosum icon is really what I need to work - people who are not too computer
literate will be using this spreadsheet.  I know they can click on a cell,
select fx on the formula bar, hightlight their columns, etc., but am afraid
it will be too complicated for them.  

> Many functions become unavailable when sheets are protected.
>
[quoted text clipped - 12 lines]
> >
> >Thank you for any assistance.
Gord Dibben - 25 Mar 2008 19:39 GMT
How about you give them a button with a macro assigned?

Sub Sum_Range()
   Set rng = Selection
   Set rng1 = rng.Offset(rng.Rows.Count, 0).Resize(1, 1)
   rng1.Formula = "=Sum(" & rng.Address & ")"
End Sub

Gord

>Thanks for the tip on checking formating cells - the bold works.  But the
>Autosum icon is really what I need to work - people who are not too computer
[quoted text clipped - 18 lines]
>> >
>> >Thank you for any assistance.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.