Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
=if(Match(str_coa_code,'BS020030040010000000000000000000','BS020000000000000000000000000000','PAR015','PAR016','PAR017','PAR018'),str_coa_description)
with this expression i want to match my str_coa_code with the values like PAR015 and if they match it will return its str_coa_description
,if all the values matches then it should give all str_coa _description according to the matched one,this code is not working
help me out