I am using query import range to pull through data from another spreadsheet which works apart from when a different type of value is needed eg. 1234 or 12345 would return correctly but values like this RIFG_PI9926 or COHJRI4426 are left blank.
I am thinking it is a formatting issue but playing around with format settings it makes no difference.
My next thought is to use the query to force results in the original format to see if that will allow them to pull through correctly.
This is what I have so far but returns blanks
=QUERY(IMPORTRANGE("url","Sheet!A2:L"),"select Col4,Col7,Col1,Col2, Col3,Col9",0)
Col7 is the problematic column
When I recreated a similar test it worked fine with the above formula which makes me think that is is definitely the formatting in some way