epaprhasguy80
New Member
- Joined
- Jan 7, 2014
- Messages
- 2
Here are the key characteristics of my workbook:
Here is my question:
Is it possible to count the occurrence of a specific date value (column f) WITH a corresponding call notation value (column g). I want the formula or VBA code to do the following: Search every worksheet in the workbook and count the number of time 01/07 appears in column f next to "LVM" in column g on the same row.
Please tell me how to accomplish this. I am not trying to be lazy but have searched high and low on VBA, Pivot Tables, CountIF and CountIFS and am not connecting the dots. I'm a newbie by my own confession. Thanks in advance.
- It has approximately 20 worksheets
- New worksheets are added monthly
- As new worksheets are added, the oldest ones are removed
- The workbook tracks outbound sales calls made by call center agents
- Date stamps appear in Column F with corresponding call notes appearing in Column G.
- The worksheets must be maintained seperately within the workbook. Merger into a master sheet is not an option at this time.
- The names of the worksheets are not standardized at this time, BUT they could be as necessary to accomplish my task.
Here is my question:
Is it possible to count the occurrence of a specific date value (column f) WITH a corresponding call notation value (column g). I want the formula or VBA code to do the following: Search every worksheet in the workbook and count the number of time 01/07 appears in column f next to "LVM" in column g on the same row.
Please tell me how to accomplish this. I am not trying to be lazy but have searched high and low on VBA, Pivot Tables, CountIF and CountIFS and am not connecting the dots. I'm a newbie by my own confession. Thanks in advance.