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...