Hi
I have the formula below and it give me the unparsable error. The results that i need to achive is if item status as LTB or BB then routed to Adriena regardless which site, but for the rest of the item status, it need to see the site and will vlook from the reference file for he name. Need some expert advise how to fix the formula below
=IF([Item Status]@row="Life Time Buy (LTB),"adrienanurashyiqin.bintizainol@gmail.com",IF([Item Status]@row="Bridge Buy (BB),"adrienanurashyiqin.bintizainol@gmail.com",IF([GSP Status]@row = "Cancel", "", IFERROR(INDEX({Site Ivt Lead}, MATCH([ EMS Site]@row, {Site1}, 0)), ""))))