LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default I need to validate with a formula

< is Not equal

--
Regards,
Tom Ogilvy

wrote in message
...
Thank you very much! that work great. Can you tell me what
is the < do, I was using also the formula J18="See Note"
but that was not working eather.
Kevin

-----Original Message-----
Perhaps

=$J$18<"See Note"

This will stop entry when J18 contains See Note (and

display the message).
When the condition evaluates to True, then the entry is

allowed, so you want
it to be true when J18 doesn't contain See Note. The

comparison alone will
return true or false, you don't need the IF statement.

--
Regards,
Tom Ogilvy

"Kevin Brenner"

wrote in message
...
I need to create a formula to run under Validate, to say
something like this:
If J18 = "See Note" if TRUE then show message "need more
time" if False then the user can type any value(number)

and
no message box willl appear.
I created a IF stament but the message pops up when it's
True or False!
IF(J18="See Note","","") and Many more variations of

this
formula.

Thanks
Kevin Brenner



.



 
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
Need formula to locate and validate specific text from a string vinstream Excel Discussion (Misc queries) 11 April 7th 10 12:52 PM
how do i validate a cell that has a formula wAYNE Excel Discussion (Misc queries) 4 March 1st 10 07:13 PM
Validate Entry Custome Formula and Data Names EVO Excel Worksheet Functions 10 September 8th 09 03:03 AM
Validate a formula NOT a value [email protected] Excel Discussion (Misc queries) 1 January 30th 07 08:29 PM
how do I validate the value and not the formula in excel? BHemel Excel Worksheet Functions 1 May 25th 06 03:10 PM


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