Would someone please help me convert this excel formula to use in a query. Below is the info. Any help would be appreciated. Thanks
=IF(AND(H2="YES"),IF(AV2>=$BK$2,"YES","NO"),IF(H2="NO","NO"))
The name of this column will be PSC Ticket. H2= LU company column, AV2 = the NTG Start Date Column , and BK2 = a finite date of 6/29/21.
NTG Start Date Column looks like this in the query / LU Company Column Look Like this in the query
Field: NextToGoStartDate / LU Company?: IIf(Left([NJUNS MEMBER]![NAME],4)="Gulf","Yes","No")
Table: ALFN NTG / This field is blank
=IF(AND(H2="YES"),IF(AV2>=$BK$2,"YES","NO"),IF(H2="NO","NO"))
The name of this column will be PSC Ticket. H2= LU company column, AV2 = the NTG Start Date Column , and BK2 = a finite date of 6/29/21.
NTG Start Date Column looks like this in the query / LU Company Column Look Like this in the query
Field: NextToGoStartDate / LU Company?: IIf(Left([NJUNS MEMBER]![NAME],4)="Gulf","Yes","No")
Table: ALFN NTG / This field is blank