Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 2
Default Force user to enter data in cell before moving to next cell

I would like some help- I have designed a form were information needs to be
entered in certain cells, how can I force users into inputting this data and
not skipping cells
--
Thanks for your help
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 22,906
Default Force user to enter data in cell before moving to next cell

You can put validation on the cell so user can enter only what you allow.

But what would you like to occur if user decides to just skip that cell?

Without some VBA it is impossible to "force" a user to enter something in a call
if they choose not to.

And then you must rely on macros being enabled when user opens the workbook.

And a contingency plan in the event they disable macros.

You could just also use Condtional Formatting to color the cells that need
filling. when filled the color would disappear.

Nothing foolproof, just a reminder to users.


Gord Dibben MS Excel MVP

On Fri, 17 Nov 2006 08:11:01 -0800, Fusionmags
wrote:

I would like some help- I have designed a form were information needs to be
entered in certain cells, how can I force users into inputting this data and
not skipping cells


Gord Dibben MS Excel MVP
  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 152
Default Force user to enter data in cell before moving to next cell

Louisville Slugger... Hit them first (makes their ears work better) then
explain what you want!!!
Lou

"Gord Dibben" wrote:

You can put validation on the cell so user can enter only what you allow.

But what would you like to occur if user decides to just skip that cell?

Without some VBA it is impossible to "force" a user to enter something in a call
if they choose not to.

And then you must rely on macros being enabled when user opens the workbook.

And a contingency plan in the event they disable macros.

You could just also use Condtional Formatting to color the cells that need
filling. when filled the color would disappear.

Nothing foolproof, just a reminder to users.


Gord Dibben MS Excel MVP

On Fri, 17 Nov 2006 08:11:01 -0800, Fusionmags
wrote:

I would like some help- I have designed a form were information needs to be
entered in certain cells, how can I force users into inputting this data and
not skipping cells


Gord Dibben MS Excel MVP

  #4   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 2,979
Default Force user to enter data in cell before moving to next cell

You can use conditional formatting to colour other cells black if the
required information hasn't been entered. There are instructions he

http://www.contextures.com/xlCondFormat02.html

Or, make formulas in other cells dependent on the entry in required
cells, e.g.:

=IF(A2="","Enter a value in cell A2",B2*C2)

Fusionmags wrote:
I would like some help- I have designed a form were information needs to be
entered in certain cells, how can I force users into inputting this data and
not skipping cells



--
Debra Dalgleish
Contextures
http://www.contextures.com/tiptech.html

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
Lock the cell once enter the data Dinesh Excel Worksheet Functions 1 August 11th 06 06:10 PM
Splitting data in a single cell that is seperated by commas, then moving to make individual rows [email protected] Excel Discussion (Misc queries) 2 April 3rd 06 10:44 AM
Printing data validation scenarios SJC Excel Worksheet Functions 14 July 24th 05 12:43 AM
enter data in cell which will start macro to move data to sheet2 Tommy Excel Discussion (Misc queries) 0 May 12th 05 05:00 PM
enter data in cell then run macro automatically R D S Excel Discussion (Misc queries) 2 January 25th 05 10:19 PM


All times are GMT +1. The time now is 10:46 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"