My data is stored in Column F, the raw data looks like this:
The Images- had poor pixel quality.
What I want to do is to create an array formula that will look for my key word which is a string and convert that string keyword value to an int value.
Video= 1Audio=2Jpeg=3Images=4This is what I tried, but I just can't seem to work out the logic as it doesn't seem to recognize the order of my second array list.
lookup(F2, {"Video","Audio","Jpeg","Images"}, {"1", "2","3","4"} )










