Hi
I have the formula below and it return me with #UNPARSEABLE error. Need some guide to see what is the issue with the formula. Thanks
Originally formula as below but it return with #NOMATCH value if the requirement is not been found
=IF([Category Manager Approval Required]@row = "YES", VLOOKUP(Category@row, {Category - Commodity}, 9, false))
So I change as below but get #UNPARSEABLE to change #NOMATCH to blank
=IFERROR(IF([Category Manager Approval Required]@row = "YES", VLOOKUP(Category@row, {Category - Commodity}, 9, false), false))), " ")