I've used the ImportHTML function to scrape play-by-play information from Basketball Reference.
I am using a Vlookup to create a rating system based on time, point different, and several other factors.
I realized the TIME vlookup isn't reading correctly, but the formula is exactly how it should be (I've tested it, and it works fine when I type in the info manually). It only doesn't work on the time that is coming from my ImportHTML.
I can't get the format to match - I've tried every format option on both my vlookup & the data, and tried forcing it with the TEXT function (might of not done that correctly).
I'm at an absolute stand-still at this point -- has anyone experienced anything similar?
Other ways to force a format change on imported data? or another way to correctly pull the values from a range of times? I've tried the Lookup function as well.
Demo Link:
https://docs.google.com/spreadsheets/d/1gUqjDiy1KA1nFE52F9hmYluJC2O5EwPp1zT2uuBYjwY/edit?usp=sharing
For Reference:
=VLOOKUP(H11,$J$2:$L$6,3,TRUE)

