OK... so I have ten worksheets with various names (i.e. office, welders, drivers, etc). Each has a list of different tickets /requirements, and their expiry dates. I have each column's expiry dates counted and summed up across the top (i.e expiring in 30 days, 60 days). Some of the columns are universal to all the sheets, like 'drivers licence'... but this is not always in the same column (may be D in 'office', but G in 'welders').
What can I write (probably in VBA) that can search out all the 'drivers expiry' across all the sheets, and sum it up?
I know this is going to be multi-stage, with something to find the text string, then an offset to find the appropriate results cell, return that value, repeat across the worksheets, then sum all the returned values. I'm just struggling with the syntax of this, so any help would be much appreciated.
![]()
Bookmarks