Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Is there a way to require a cell to be entered or changed?

We have created a spreadsheet for a group of sales people. We have already
established the drop down boxes in numerous cells. What we want to have
happen is to make each drop down cell a "required cell" so that our
salespeople must choose an option in the cell each and every time they enter
the spreadsheet. Can anyone shed some light on this?

Thank you,
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 611
Default Is there a way to require a cell to be entered or changed?

Danielle,

This is tricky. Formulas can pop up warning messages, but tend to do so before all the data
has been entered, which can be confusing for users. You have to decide at what point a
warning should be issued. Hard to say more without making a lot of assumptions about your
situation.
--
Regards from Virginia Beach,

Earl Kiosterud
www.smokeylake.com
-----------------------------------------------------------------------
"Danielle G." <Danielle wrote in message
...
We have created a spreadsheet for a group of sales people. We have already
established the drop down boxes in numerous cells. What we want to have
happen is to make each drop down cell a "required cell" so that our
salespeople must choose an option in the cell each and every time they enter
the spreadsheet. Can anyone shed some light on this?

Thank you,



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Is there a way to require a cell to be entered or changed?

I like to use an adjacent cell--formatted in big, bold red letters.

=if(a1<"","","<-- Please enter your name")

In one workbook, we had an extra worksheet that would check for as many errors
as we could.

=if(Sheet1!a1="","Error","")
=if(and(sheet1!x1="y",sheet1!y1=0),"Error","")
....

Then in the adjacent column, we had a larger description that explained why
something was an error or a warning.

And then use data|filter|autofilter to show the non-blanks.



Danielle G. wrote:

We have created a spreadsheet for a group of sales people. We have already
established the drop down boxes in numerous cells. What we want to have
happen is to make each drop down cell a "required cell" so that our
salespeople must choose an option in the cell each and every time they enter
the spreadsheet. Can anyone shed some light on this?

Thank you,


--

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
cell format changed when data entered John Keith Excel Discussion (Misc queries) 1 September 14th 07 06:04 AM
Is there a way to require a cell to be completed in Excel? dlmurray Excel Worksheet Functions 2 July 5th 07 05:31 PM
require cell to edit Sem Excel Worksheet Functions 2 September 8th 06 07:43 AM
Have cell require input before saving. couriced Excel Discussion (Misc queries) 1 October 20th 05 04:36 PM
micosoft excel dates entered but changed to sequencial numbers ho. ten twenty Excel Worksheet Functions 1 December 10th 04 02:29 AM


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