hi i am trying to drop a formula to highlight if a operator has booked off a job incorrectly
i tried this
If LooksLike ({@123}, ["BC","BE","SC","BP","SE","SP","CL","HC","DC","NPD"]) Then "" ELSE "WARNING ERROR INCORRECT BOOKING OFF"
but i keep gettingtold a string is required just before the [
also i need some help trying to write a formula something like this
if right(field),3 = isnot like ["BC","BE","SC","BP","SE","SP","CL","HC","DC","NPD"]) then "error detected"
cheers
i tried this
If LooksLike ({@123}, ["BC","BE","SC","BP","SE","SP","CL","HC","DC","NPD"]) Then "" ELSE "WARNING ERROR INCORRECT BOOKING OFF"
but i keep gettingtold a string is required just before the [
also i need some help trying to write a formula something like this
if right(field),3 = isnot like ["BC","BE","SC","BP","SE","SP","CL","HC","DC","NPD"]) then "error detected"
cheers