I have a very simple query that I need the results to return and to truncate the one of the values returned. Here is my query:
=QUERY(Sheet1!A:C,"select A, B where C contains '"&$B$1&"'", 0)
I need the value of Column B to return only 3 characters. I am not sure how to accomplish this.
Please assist.