I created the formula below to return a YES when the ticket is date is > 9/30/2024 and the LU Company is YES G and Job Type name is a Transfer. However, I need to add something to this. I need to exclude any tickets in PXFR NTG column name TicketType and a TRANSFER in this column. Is there a way to add this function to the formula below? I never tried to exclude something from a column before in a formula. Thanks, John
PSC Ticket: IIf([LU Company]="YES G",IIf([PXFR NTG]![JobTypeName]="Transfer",IIf([PXFR NTG]![NextToGoStartDate]>=#09/30/2024#,"YES","High Priority")
PSC Ticket: IIf([LU Company]="YES G",IIf([PXFR NTG]![JobTypeName]="Transfer",IIf([PXFR NTG]![NextToGoStartDate]>=#09/30/2024#,"YES","High Priority")