Hi Team ,
can you please guide me in achieving below results
I'm trying achieve result base on specific cell condition
Conditions
I' tried to use this formula
IF [Account / Group Name] = 'Sun' AND [LockedStatus] = 'F' THEN 'Final'
ELSEIF [Account / Group Name] != 'Sun' THEN 'Final'
ELSE 'Prelim' Endif
when Locked Status is P for Sun in that scenario its working fine however when locked Status of F in that case its not giving desired output
Solved! Go to Solution.
@RaviPM10 Which condition it is not working? The account/group name of locked status F is sea which is satisfying the second condition
@binuacs 2nd condition is not working
"if account / group name is ‘Sun’ and locked status is P then locked status for all below account Name should be Prelim'
@RaviPM10 When you say All the Account Name, what does that mean, Can you provide your expected result, which will help to understand your use case better
@RaviPM10 let me know if the attached workflow works for you