if i have a spreadsheet that has 6 columns and I want to hit a sql server db to say, take column E and use it to join a sql table and pull a field from the sql table and put it into column g (7), how does that query look to refer to the E column? Surely this can be done but it just isn't coming to me.