How to solve the error in below formula.. ??
$S2=”Billable Only”,”BILLABLE ONLY” when inserted in formula shows error. Rest of the formula works fine.
$S2=”Billable Only”,”BILLABLE ONLY” when inserted in formula shows error. Rest of the formula works fine.
VBA Code:
=IFS($V2="YBWR","What",ISNUMBER($Y2),"Fully Delivered",$S2=”Billable Only”,”BILLABLE ONLY”,AND(ISBLANK($Y2),NOT(ISBLANK($AA2))),"Under shipment",AND(ISBLANK($Y2),ISBLANK($AA2),ISNUMBER($N2)),"Under packing",AND(ISBLANK($Y2),ISBLANK($AA2),ISBLANK($N2)),TEXT(WEEKNUM($W2),"W00"))