I have a DB that contains over 50K records, and I need to look at the data in column G and write in column H what type of data, I have the following Formula that get almost all the data defined
=IFNA(VLOOKUP([@Column1],$J$3:$K$24,2,0),"PROD")
However I have a section of data that if it starts with T or U I need to designate as "NPROD" I have tried to following formula and it is not placing the name "NPROD". here is what I used
=IFERROR(VLOOKUP([@Column1],$J$3:$K$24,2,0),IFERROR(VLOOKUP($M$3&"*",$G16485,"NPROD"),"PROD"))
it only posts "PROD" when T is found. Can someone please help?
I can send input and tables if requested.
Mark
=IFNA(VLOOKUP([@Column1],$J$3:$K$24,2,0),"PROD")
However I have a section of data that if it starts with T or U I need to designate as "NPROD" I have tried to following formula and it is not placing the name "NPROD". here is what I used
=IFERROR(VLOOKUP([@Column1],$J$3:$K$24,2,0),IFERROR(VLOOKUP($M$3&"*",$G16485,"NPROD"),"PROD"))
it only posts "PROD" when T is found. Can someone please help?
I can send input and tables if requested.
Mark