Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Chet Hurd
 
Posts: n/a
Default Error Message with Data Validation

I have setup data validation on a cell to force the user to choose from a
drop down list of words.

How can I make the data validation function put up an error message if the
user picks one of the choices on the list and there happens to be no date
entered in another totally different cell under another column (this other
cell I'm referring to does not have any data validation setup for it)?

- Chet
  #2   Report Post  
Peo Sjoblom
 
Posts: n/a
Default

You can't get an error message since it is not an error in your data
validation,
you could use a cell next to the validation and use a formula there and have
that formula return a message, something like

=IF(AND(C1="Y",B1=""),"YOU NEED TO ENTER A DATE IN CELL B1","")

where C1 is the validation and B1 the date


Regards,

Peo Sjoblom

"Chet Hurd" wrote:

I have setup data validation on a cell to force the user to choose from a
drop down list of words.

How can I make the data validation function put up an error message if the
user picks one of the choices on the list and there happens to be no date
entered in another totally different cell under another column (this other
cell I'm referring to does not have any data validation setup for it)?

- Chet

  #3   Report Post  
Chet Hurd
 
Posts: n/a
Default

Peo,

Is there a way within the data validation function (make it an error in the
data validation), to make it display an error message if a date is not
entered in the other cell when a certain item on the list is chosen?

- Chet

"Peo Sjoblom" wrote:

You can't get an error message since it is not an error in your data
validation,
you could use a cell next to the validation and use a formula there and have
that formula return a message, something like

=IF(AND(C1="Y",B1=""),"YOU NEED TO ENTER A DATE IN CELL B1","")

where C1 is the validation and B1 the date


Regards,

Peo Sjoblom

"Chet Hurd" wrote:

I have setup data validation on a cell to force the user to choose from a
drop down list of words.

How can I make the data validation function put up an error message if the
user picks one of the choices on the list and there happens to be no date
entered in another totally different cell under another column (this other
cell I'm referring to does not have any data validation setup for it)?

- Chet

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
Data validation gavin Excel Discussion (Misc queries) 4 May 13th 05 12:27 AM
Data validation mac Excel Worksheet Functions 2 January 31st 05 07:20 PM
Pulling data from 1 sheet to another Dave1155 Excel Worksheet Functions 1 January 12th 05 05:55 PM
Using Validation List from Another Workbook with Dependent Data Mike R. Excel Worksheet Functions 5 January 8th 05 07:06 PM
Data Validation Mike Excel Worksheet Functions 1 November 29th 04 07:01 PM


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