Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 48
Default Date Validation - Excel 2003

Hi,

The columns B and G in a spreadsheet are formatted to except date values in
the form: dd/mm/yyyy.

I need to set validation on Column G to only except a date that is either
equal to or greater than the date in Column B.

Any help or advice would be greatly appreciated.

Regards,

Simon.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Date Validation - Excel 2003

Select column G and Data ValidationAllowCustom

=$G1=$B1


Gord Dibben MS Excel MVP

On Mon, 22 Oct 2007 09:56:02 -0700, SiH23
wrote:

Hi,

The columns B and G in a spreadsheet are formatted to except date values in
the form: dd/mm/yyyy.

I need to set validation on Column G to only except a date that is either
equal to or greater than the date in Column B.

Any help or advice would be greatly appreciated.

Regards,

Simon.


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 24
Default Date Validation - Excel 2003

two ways but not as you want.

What you are looking for is a way for a cell to reference itself and then
compare itself to another cell. As soon as you type in a date (so it can
reference it - it wipes out the formula that is used to reference itself)

So:
1) This formula returns a 0 if date is less then the date and the DATE if
it is = then listed "0" (zero) can be set to not show in the options
setting so the space is blank

=IF(B5=G5,B5,"0")

2) This formula returns a NOT VALID DATE if date is less then the date and
the DATE if it is = then listed.

=IF(B5=G5,B5,"NOT VALID DATE")

NOTE: These are NOTES placed next to the date you want to reference so that
the inputer sees a FLAG that the date is wrong and nothing if it is OK.

Danny

"SiH23" wrote:

Hi,

The columns B and G in a spreadsheet are formatted to except date values in
the form: dd/mm/yyyy.

I need to set validation on Column G to only except a date that is either
equal to or greater than the date in Column B.

Any help or advice would be greatly appreciated.

Regards,

Simon.

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 48
Default Date Validation - Excel 2003

Many thanks this is greatly appreciated. Just one more thing... what effect
do the $ signs have in this formula? I am aware of absolute cell referencing
which uses the $ sign either side of the cell reference letter, but not where
a single one is used.

Many thanks,

Simon.

"Gord Dibben" wrote:

Select column G and Data ValidationAllowCustom

=$G1=$B1


Gord Dibben MS Excel MVP

On Mon, 22 Oct 2007 09:56:02 -0700, SiH23
wrote:

Hi,

The columns B and G in a spreadsheet are formatted to except date values in
the form: dd/mm/yyyy.

I need to set validation on Column G to only except a date that is either
equal to or greater than the date in Column B.

Any help or advice would be greatly appreciated.

Regards,

Simon.



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 364
Default Date Validation - Excel 2003

Rather than "the $ sign either side of the cell reference letter", think of
the first $ sign as before the column letter and the second one as before
the row number. The first one makes the column absolute, whilst the second
makes the row absolute. Hence there are four variants:
A1 (both column and row relative)
$A1 (column absolute, row relative)
A$1 (column relative, row absolute)
$A$1 (both column and row absolute)

"SiH23" wrote in message
...
Many thanks this is greatly appreciated. Just one more thing... what
effect
do the $ signs have in this formula? I am aware of absolute cell
referencing
which uses the $ sign either side of the cell reference letter, but not
where
a single one is used.

Many thanks,

Simon.

"Gord Dibben" wrote:

Select column G and Data ValidationAllowCustom

=$G1=$B1


Gord Dibben MS Excel MVP

On Mon, 22 Oct 2007 09:56:02 -0700, SiH23

wrote:

Hi,

The columns B and G in a spreadsheet are formatted to except date values
in
the form: dd/mm/yyyy.

I need to set validation on Column G to only except a date that is
either
equal to or greater than the date in Column B.

Any help or advice would be greatly appreciated.

Regards,

Simon.







  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 24
Default Date Validation - Excel 2003

I have figured out your problem if you are looking at referencing "todays
date" - It returns an "OLD DATE" if older than "TODAY" or puts in the date if
equal to or newer then "TODAY"

=IF(TODAY()<=L35,L35,"OLD DATE")

If you just want a blank space just delete everything between quotes"

=IF(TODAY()<=L35,L35,"")

"SiH23" wrote:

Hi,

The columns B and G in a spreadsheet are formatted to except date values in
the form: dd/mm/yyyy.

I need to set validation on Column G to only except a date that is either
equal to or greater than the date in Column B.

Any help or advice would be greatly appreciated.

Regards,

Simon.

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 Excel 2003 Mike Excel Worksheet Functions 4 May 8th 07 05:06 PM
Passwords and Encryption for Excel 2003 for Validation Purposes. Antonio K Osborn Excel Discussion (Misc queries) 1 September 7th 06 09:33 PM
Excel 2003 - Data Validation Hessen_Wraith Excel Discussion (Misc queries) 8 July 13th 06 08:43 AM
Conditional Data Validation possible in Excel 2003? Norine Excel Discussion (Misc queries) 2 March 14th 06 10:31 AM
Validation Confusion-Excel 2003 Shirley Zaknich Excel Discussion (Misc queries) 2 August 17th 05 01:51 AM


All times are GMT +1. The time now is 06:22 PM.

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"