Hi:
I have a summary worksheet for data contained within 50 worksheets that follow it. The summary page has 50 rows corresponding to the 50 worksheets. The rows count the number of entries there are in each column in its corresponding worksheet. Because of the large amount of data (dates, prices, names) that gets added to the worksheets, it is difficult to find the latest changes.
Ideally, if data within the worksheets were added in the last three days, I would like the summary page sheet cell that changed to be highlighted. Alternatively, I could add a column in the summary worksheet which would show the date of the most recent change in the cell that corresponds to its worksheet.
I tried working with excel formulas but could not find an ideal solution. A problem I ran into was that the dates do not sit in a consecutive range, i.e. columns B,E,F,J, and H contains the dates. The other have numbers, prices. So looking for a Max number is troublesome becasue of the long formula I would have to create for each row.
Does any one have a VBA solution?
I have a summary worksheet for data contained within 50 worksheets that follow it. The summary page has 50 rows corresponding to the 50 worksheets. The rows count the number of entries there are in each column in its corresponding worksheet. Because of the large amount of data (dates, prices, names) that gets added to the worksheets, it is difficult to find the latest changes.
Ideally, if data within the worksheets were added in the last three days, I would like the summary page sheet cell that changed to be highlighted. Alternatively, I could add a column in the summary worksheet which would show the date of the most recent change in the cell that corresponds to its worksheet.
I tried working with excel formulas but could not find an ideal solution. A problem I ran into was that the dates do not sit in a consecutive range, i.e. columns B,E,F,J, and H contains the dates. The other have numbers, prices. So looking for a Max number is troublesome becasue of the long formula I would have to create for each row.
Does any one have a VBA solution?