ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Is there a way to require a cell to be entered or changed? (https://www.excelbanter.com/excel-discussion-misc-queries/184156-there-way-require-cell-entered-changed.html)

Danielle G.

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,

Earl Kiosterud

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,




Dave Peterson

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


All times are GMT +1. The time now is 05:06 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com