Hi Team ,
can you please guide me in achieving below results
I'm trying achieve result base on specific cell condition
Conditions
- if account / group name is ‘Sun’ and locked status is F then locked status for all below account Name should be Final
- if account / group name is ‘Sun’ and locked status is P then locked status for all below account Name should be Prelim
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