Skip to main content
deleted 1 character in body
Source Link
Jack
  • 3
  • 2

I am struggling to get my column validation to be accepted.

This is the logic I am trying to replicate:

IF "Status" = "Successful" THEN "Date Completed" must be filled outpopulated AND "Date Completed" IS NOT in the future. 

Here is the formula I currently have:

=IF(Status="Successful", IF([Date Completed]<>"",TRUE,FALSE),TRUE) AND =[Date Completed]<=Today() 

I am struggling to get my column validation to be accepted.

This is the logic I am trying to replicate:

IF "Status" = "Successful" THEN "Date Completed" must be filled out AND "Date Completed" IS NOT in the future. 

Here is the formula I currently have:

=IF(Status="Successful", IF([Date Completed]<>"",TRUE,FALSE),TRUE) AND =[Date Completed]<=Today() 

I am struggling to get my column validation to be accepted.

This is the logic I am trying to replicate:

IF "Status" = "Successful" THEN "Date Completed" must be populated AND "Date Completed" IS NOT in the future. 

Here is the formula I currently have:

=IF(Status="Successful", IF([Date Completed]<>"",TRUE,FALSE),TRUE) AND =[Date Completed]<=Today() 
added 16 characters in body
Source Link
Robert Lindgren
  • 24.5k
  • 12
  • 55
  • 79

I am struggling to get my column validation to be accepted.

This is the logic I am trying to replicate:

IF "Status" = "Successful" THEN "Date Completed" must be filled out AND "Date Completed" IS NOT in the future.

IF "Status" = "Successful" THEN "Date Completed" must be filled out AND "Date Completed" IS NOT in the future. 

Here is the formula I currently have:

=IF(Status="Successful", IF([Date Completed]<>"",TRUE,FALSE),TRUE) AND =[Date Completed]<=Today() 

I am struggling to get my column validation to be accepted.

This is the logic I am trying to replicate:

IF "Status" = "Successful" THEN "Date Completed" must be filled out AND "Date Completed" IS NOT in the future.

Here is the formula I currently have:

=IF(Status="Successful", IF([Date Completed]<>"",TRUE,FALSE),TRUE) AND =[Date Completed]<=Today() 

I am struggling to get my column validation to be accepted.

This is the logic I am trying to replicate:

IF "Status" = "Successful" THEN "Date Completed" must be filled out AND "Date Completed" IS NOT in the future. 

Here is the formula I currently have:

=IF(Status="Successful", IF([Date Completed]<>"",TRUE,FALSE),TRUE) AND =[Date Completed]<=Today() 
Source Link
Jack
  • 3
  • 2

Column Validation help

I am struggling to get my column validation to be accepted.

This is the logic I am trying to replicate:

IF "Status" = "Successful" THEN "Date Completed" must be filled out AND "Date Completed" IS NOT in the future.

Here is the formula I currently have:

=IF(Status="Successful", IF([Date Completed]<>"",TRUE,FALSE),TRUE) AND =[Date Completed]<=Today()