#1   Report Post  
Posted to microsoft.public.excel.misc
Omar
 
Posts: n/a
Default linking cells

how can i put a formula or option that would not let a user write in a
specific cell unless he/she writes in another cell...like u cant write in the
2nd cell unless u write in the 1st cell and so on...
  #2   Report Post  
Posted to microsoft.public.excel.misc
Ken Johnson
 
Posts: n/a
Default linking cells

Hi Omar,

You can use Data Validation.

Eg to prevent the user typing anything into A2 before A1 has an entry
then...

select A2
go DataValidation
click on the Allow: down arrow then choose Custom
type in the following formula...

=NOT(ISBLANK(A1))

deselect the ignore blanks option

click OK


If you want A3 to be editable only after A2 has an entry then you can
copy and paste special, validation from A2 into A3

When you want to delete these cell entries you will have to delete
their contents in reverse order (A3 then A2 then A1)

Ken Johnson

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
Linking cells with colors or highlights Bill Excel Discussion (Misc queries) 1 April 27th 06 03:31 AM
Excel - linking cells Cyndi Excel Worksheet Functions 1 July 6th 05 08:26 PM
Linking from several cells of 1 spreadsheet to fewer of another? wildsngrny Excel Worksheet Functions 1 June 1st 05 01:54 AM
Linking Cells and applying a sort Destiny Excel Worksheet Functions 3 December 16th 04 09:13 PM
linking cells colors Jaan Excel Worksheet Functions 1 December 12th 04 07:34 AM


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