IF(ISCHANGED(StageName),FALSE,
IF(TEXT(StageName) == 'Closed Won',
IF( $User.ProfileId == '00e1a000000l6qp', FALSE, TRUE), FALSE))
Thank you!
10 个回答
If that's correct, try using this... AND(
TEXT(StageName) = "Closed Won",
ISCHANGED(CloseDate),
$Profile.Name <> 'SteveMo Favorite Boy Band',
$Profile.Name <> 'SteveMo Second Favorite Boy Band'
)