Let say I have a sheet in with columns Customer and CreatedDate with lots of row with data. Anyone who knows how to setup (through VBA or Formula) a second sheet that displays rows from the first sheet based on certain where statements, i.e. all rows with customers ‘created this month.’ (similar to a select … where query against a SQL database).
Thanks! /Niels
There isn’t an exact equivalent to the SQL
select ... wherefunctionality in Excel, but take a look at theVLOOKUPfunction. It may be what you are looking for. If that doesn’t have enough functionality, you will probably have to use VBA: