I'm in excel 2003 querying external data with microsoft query. All I want to do is the following:
Select left(table.field, 2) from table
I can't seem to find any variation of this that works to let me have a column of data that is either left, mid or right characters.
Select left(table.field, 2) from table
I can't seem to find any variation of this that works to let me have a column of data that is either left, mid or right characters.