Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 34
Default Data Validation Formulas

Hi,

I am using data validation formulas under the "custom" drop-down" heading to
control the allowed input into a given cell. However, I also wanted to
include in the expression a constraint that would not allow an entry until
the previous cell had been filled as well. It seems that when I add
"NOT(ISBLANK(B3))", "ISTEXT(B3))" or any other entry to my formula
controlling C3, i.e.
"=AND(ISTEXT(B3),C3=DATE(2008,1,1),C3<=DATE(2012, 12,31))", the formula
stops activating the Error Alert and allows me to enter anything I want.
Any thoughts on why the formula would stop performing once I reference a
cell other than the one I am making an entry in?

Thanks in advance for the help,

Brian


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Data Validation Formulas

=AND(ISTEXT(B3),C3=DATE(2008,1,1),C3<=DATE(2012, 12,31))

Uncheck the "ignore blank" check box

--
Biff
Microsoft Excel MVP


"leimst" wrote in message
...
Hi,

I am using data validation formulas under the "custom" drop-down" heading
to control the allowed input into a given cell. However, I also wanted to
include in the expression a constraint that would not allow an entry until
the previous cell had been filled as well. It seems that when I add
"NOT(ISBLANK(B3))", "ISTEXT(B3))" or any other entry to my formula
controlling C3, i.e.
"=AND(ISTEXT(B3),C3=DATE(2008,1,1),C3<=DATE(2012, 12,31))", the formula
stops activating the Error Alert and allows me to enter anything I want.
Any thoughts on why the formula would stop performing once I reference a
cell other than the one I am making an entry in?

Thanks in advance for the help,

Brian



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 34
Default Data Validation Formulas

Thank you so much for the help! That seemed to have done the trick. Been
working with this off and on for days and couldn't get it to work! Thanks
again!

Brian

"T. Valko" wrote in message
...
=AND(ISTEXT(B3),C3=DATE(2008,1,1),C3<=DATE(2012, 12,31))


Uncheck the "ignore blank" check box

--
Biff
Microsoft Excel MVP


"leimst" wrote in message
...
Hi,

I am using data validation formulas under the "custom" drop-down" heading
to control the allowed input into a given cell. However, I also wanted
to include in the expression a constraint that would not allow an entry
until the previous cell had been filled as well. It seems that when I
add "NOT(ISBLANK(B3))", "ISTEXT(B3))" or any other entry to my formula
controlling C3, i.e.
"=AND(ISTEXT(B3),C3=DATE(2008,1,1),C3<=DATE(2012, 12,31))", the formula
stops activating the Error Alert and allows me to enter anything I want.
Any thoughts on why the formula would stop performing once I reference a
cell other than the one I am making an entry in?

Thanks in advance for the help,

Brian





  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Data Validation Formulas

You're welcome. Thanks for the feedback!

--
Biff
Microsoft Excel MVP


"leimst" wrote in message
...
Thank you so much for the help! That seemed to have done the trick. Been
working with this off and on for days and couldn't get it to work! Thanks
again!

Brian

"T. Valko" wrote in message
...
=AND(ISTEXT(B3),C3=DATE(2008,1,1),C3<=DATE(2012, 12,31))


Uncheck the "ignore blank" check box

--
Biff
Microsoft Excel MVP


"leimst" wrote in message
...
Hi,

I am using data validation formulas under the "custom" drop-down"
heading to control the allowed input into a given cell. However, I also
wanted to include in the expression a constraint that would not allow an
entry until the previous cell had been filled as well. It seems that
when I add "NOT(ISBLANK(B3))", "ISTEXT(B3))" or any other entry to my
formula controlling C3, i.e.
"=AND(ISTEXT(B3),C3=DATE(2008,1,1),C3<=DATE(2012, 12,31))", the formula
stops activating the Error Alert and allows me to enter anything I want.
Any thoughts on why the formula would stop performing once I reference a
cell other than the one I am making an entry in?

Thanks in advance for the help,

Brian







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 formulas Peter Excel Discussion (Misc queries) 1 March 21st 08 02:24 PM
formulas/data validation CHRIS...in trouble Excel Worksheet Functions 1 December 30th 07 01:33 PM
Data Validation formulas Lele Excel Discussion (Misc queries) 4 March 4th 07 02:10 PM
formulas for data validation Luke Excel Discussion (Misc queries) 3 July 25th 06 03:01 PM
Data Validation using whole numbers from formulas brodiemac Excel Discussion (Misc queries) 4 April 20th 06 02:02 PM


All times are GMT +1. The time now is 08:01 AM.

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"