Kumar Shanmugam
Member
I want to find text within a string, want to return two values.
ASSET_DESCProduct
PASSENGER CARRIERCV =If a text contains "Carr" then CV otherwise MC
PLATINAMC
PULSARMC
I entered the below formula but it's not working.
Product = if(iserror(search("CAR",'Allocation dump required MP state'[ASSET_DESC])),"CV","MC")
Also, I wanted to add a column based on three column values.
PRODUCTLIVE_EXPBOM BUCKETCLASSIFICATION
MC/CVEXPirrespective of bucketNPA
MC/CVLIV6+NPA
MC LIVo or 10 to 1 bucket
MCLIV2 or 3 or 4 or 5 or 62 to 6 bucket
CVLIV0X bucket
CVLIV1 or 2 or 3 or 4 or 5 or 61 to 6 bucket
ASSET_DESCProduct
PASSENGER CARRIERCV =If a text contains "Carr" then CV otherwise MC
PLATINAMC
PULSARMC
I entered the below formula but it's not working.
Product = if(iserror(search("CAR",'Allocation dump required MP state'[ASSET_DESC])),"CV","MC")
Also, I wanted to add a column based on three column values.
PRODUCTLIVE_EXPBOM BUCKETCLASSIFICATION
MC/CVEXPirrespective of bucketNPA
MC/CVLIV6+NPA
MC LIVo or 10 to 1 bucket
MCLIV2 or 3 or 4 or 5 or 62 to 6 bucket
CVLIV0X bucket
CVLIV1 or 2 or 3 or 4 or 5 or 61 to 6 bucket