#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default locking cells

excel version 2003
i have 4 cells that once one is select i dont want the user to be able to
type in the others
is there anyway to control this
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 464
Default locking cells

Cells are locked by default but has no bearing until you protect the
Worksheet. IF only 4 cells, Ctrl+A Format cell - Protection - unchecked
Locked. Now select your 4 cells and Lock them, then protect the Worksheet.


--
Regards
Dave Hawley
www.ozgrid.com
"rwbaker" wrote in message
...
excel version 2003
i have 4 cells that once one is select i dont want the user to be able to
type in the others
is there anyway to control this


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default locking cells

the situation is more like
i have 4 rows
9 thru 21
26 thru 29
31 thru 38
41 thru 47

if they select one i dont want them to be able to select another
so what i need to do is not allow them to make mutiple selections

"ozgrid.com" wrote:

Cells are locked by default but has no bearing until you protect the
Worksheet. IF only 4 cells, Ctrl+A Format cell - Protection - unchecked
Locked. Now select your 4 cells and Lock them, then protect the Worksheet.


--
Regards
Dave Hawley
www.ozgrid.com
"rwbaker" wrote in message
...
excel version 2003
i have 4 cells that once one is select i dont want the user to be able to
type in the others
is there anyway to control this


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default locking cells

But you didn't share the columns on the rows that need to be checked. Are they
contiguous -- like columns E:H or are they non-contiguous?

And do you really mean that you have 4 groups of rows?

You could do this kind of thing with an event macro, but I wouldn't. I'd use a
helper cell (add a new column A) and put a warning message in that cell:

=if(counta(E9:h9)<2,"","Error! Please only one entry on this row!"

Then give it a nice format (big, red, letters).

You could even use this column to check for errors -- in code or using another
formula.



rwbaker wrote:

the situation is more like
i have 4 rows
9 thru 21
26 thru 29
31 thru 38
41 thru 47

if they select one i dont want them to be able to select another
so what i need to do is not allow them to make mutiple selections

"ozgrid.com" wrote:

Cells are locked by default but has no bearing until you protect the
Worksheet. IF only 4 cells, Ctrl+A Format cell - Protection - unchecked
Locked. Now select your 4 cells and Lock them, then protect the Worksheet.


--
Regards
Dave Hawley
www.ozgrid.com
"rwbaker" wrote in message
...
excel version 2003
i have 4 cells that once one is select i dont want the user to be able to
type in the others
is there anyway to control this



--

Dave Peterson
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
Locking Cells Neil Holden Excel Discussion (Misc queries) 2 February 1st 10 11:18 AM
Locking Cells HS[_2_] New Users to Excel 2 May 18th 09 09:43 PM
Locking cells P. Zicari Excel Worksheet Functions 1 October 24th 07 11:42 PM
Cells Locking? Norm Excel Discussion (Misc queries) 7 June 19th 07 02:45 PM
locking formula in cells in without locking whole sheet SuziQ Excel Discussion (Misc queries) 1 July 21st 06 03:58 PM


All times are GMT +1. The time now is 12:16 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"