Date validation

  • Thread starter Thread starter patam
  • Start date Start date
P

patam

I need to make sure that the date entered in column B is equal to o
greater than column A and that no date can be entered in "b" if "a" i
blan
 
Use data validation with a custom formula of

=AND(A2<>"", B2>=A2)

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
RD
Uncheck the ignore blank box then it worked for me
HTH

RagDyeR said:
Doesn't work for me Bob, and I'll be darned ... I can't figure out why or
what else to use?!?!

*Can't* stop B from accepting input when A is blank.

Does it work on your box?
--

Regards,

RD
----------------------------------------------------------------------------
-------------------
Please keep all correspondence within the Group, so all may benefit !
----------------------------------------------------------------------------
-------------------

Use data validation with a custom formula of

=AND(A2<>"", B2>=A2)

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
--

HTH

RP
(remove nothere from the email address if mailing direct)
 
I'm really wondering what you were thinking when you posted the above
(nothing).<g>

You do realize that I would not have made a fool of myself if the responder
would have properly instructed the OP to uncheck the "ignore blank"
box.<gdr>
 
That was what I was thinking but I was so shocked I couldn't get the words
out. My hands were shaking so much, the keys didn't respond <vbg>

I apologise unreservedly, for my omission and fully accept liability, and
promise to remember to tell everything next time (I have just completed a 12
page answer on adding time for example <ebg>).

Bob


RagDyer said:
I'm really wondering what you were thinking when you posted the above
(nothing).<g>

You do realize that I would not have made a fool of myself if the responder
would have properly instructed the OP to uncheck the "ignore blank"
box.<gdr>
--
Regards,

RD

-------------------------------------------------------------------------- -
Please keep all correspondence within the NewsGroup, so all may benefit !
-------------------------------------------------------------------------- -

Bob Phillips said:
--

HTH

RP
(remove nothere from the email address if mailing direct)


why
or
"a"
 
Doesn't work for me Bob, and I'll be darned ... I can't figure out why or
what else to use?!?!

*Can't* stop B from accepting input when A is blank.

Does it work on your box?
--

Regards,

RD
----------------------------------------------------------------------------
-------------------
Please keep all correspondence within the Group, so all may benefit !
----------------------------------------------------------------------------
-------------------

Use data validation with a custom formula of

=AND(A2<>"", B2>=A2)

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
Duhhhh !!! <g>


RD
Uncheck the ignore blank box then it worked for me
HTH

RagDyeR said:
Doesn't work for me Bob, and I'll be darned ... I can't figure out why or
what else to use?!?!

*Can't* stop B from accepting input when A is blank.

Does it work on your box?
--

Regards,

RD
-------------------------------------------------------------------------- --
-------------------
Please keep all correspondence within the Group, so all may benefit !
-------------------------------------------------------------------------- --
-------------------

Use data validation with a custom formula of

=AND(A2<>"", B2>=A2)

--

HTH

RP
(remove nothere from the email address if mailing direct)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top