I have a pretty big table on an excel sheet:
Column_1 | Column_2 | Column_3 ValueA ValueB ValueC ....
I need a function that will take a range and an SQL-like String query as input and return a range of strings matching the query, for example:
=SQL_SELECT(A1:C1000, "SELECT * WHERE Column_1 = ValueH AND Column_3 = blah")
Is there something similar? Or what would be the best way to realize yourself?
thank
function sql vba excel-vba excel
Richard H Jan 6 2018-12-12T00: 00Z
source share