Hi,
Suppose I have the following Columns in a simple Excel workbook:
Date Price Symbol Account etc...
and say I want to find the total Prices at Date = 3/2/2004
I can write a VBA but would it be more sensible to use any databse functionality?... (I have realized that if this were an SQL table, then i could have used SELECT sum(Price) from Table where Date = '3/2/2004'; etc... type of type which would have been much faster, is there such a functionality in Excel?)
Thank you in advance for any suggestions
Suppose I have the following Columns in a simple Excel workbook:
Date Price Symbol Account etc...
and say I want to find the total Prices at Date = 3/2/2004
I can write a VBA but would it be more sensible to use any databse functionality?... (I have realized that if this were an SQL table, then i could have used SELECT sum(Price) from Table where Date = '3/2/2004'; etc... type of type which would have been much faster, is there such a functionality in Excel?)
Thank you in advance for any suggestions