Hi all,
I am working on an Excel 2003 Workbook that has four sheets (attached is a simple sample with two). I have been trying to figure out the best way to accomplish the following:
I need each of the cells in sheet2 from B2:H32 to compare the date in column A and the name in row 1, to the sheet1 dates in colum B and names in column E.
The total for the number of rows each of the dates and names match should be reflected in the corresponding cell in sheet2.
First I played with a formula in each cell, then I played with a VBA macro module, now I just have a headache and another indication of just how little I know.
Over a year time frame, the number of rows in sheet1 will end up in the thousands, with from 30 to 60 or so entries for each date in the year. I would expect what is currently sheet2 will end up being 12 separate sheets, one for each month. I have never used Excel with that many records, and am concerned that as it gets larger it will just grind to a halt. Is this a valid concern? We would be using Access instead, except we do not have it available.
Any help with this would be greatly appreciated.