DataAnalyst
New Member
- Joined
- Mar 23, 2012
- Messages
- 44
Even though my title is Data Analyst, more than 50% of my work is financial. I've written VBA code in the past and when I was first at this job but since I don't have extensive experience, it's not a fast process. My boss likes me to work as fast and efficiently as possible, and I usually have non-VBA projects waiting, often urgently.
So I can't take the time to research and write code, and see if it works, and figure out why it doesn't, etc...
I often find myself with a project where I have to sort, copy, count, etc. a small dataset. It would be nice to have some code to do it so I don't have to do it manually - but it would take longer to research and write the code than to do it manually, so I don't write the code. I'm going to work on learning more, starting with hiker95's list.
Right now I have 3 sets of 2017 calendars by month in MS Word originally made as a table, with a name on each day. The table cell with the day also includes the number of the day and sometimes other text.
I have to count the number of occurrences of each name for each month, and enter them in an Excel table. I did some quick research looking for a function or macro for this and didn't find anything... so I'm doing it manually with the Find function and there must be a better way. I tried copying it into Excel, but then the data would have to be completely rearranged for each month x3, and again, it's quicker to count it manually.
I saw an example here of starting from Excel and writing code to extract data from a Word table. Once again, I don't have time to learn and research this code.
Is there a quick and simple way to count names in Word table cells, with or without Excel?
Are there any further suggestions about how I can learn this without taking so much time?
Thanks so much for any suggestions!
So I can't take the time to research and write code, and see if it works, and figure out why it doesn't, etc...
I often find myself with a project where I have to sort, copy, count, etc. a small dataset. It would be nice to have some code to do it so I don't have to do it manually - but it would take longer to research and write the code than to do it manually, so I don't write the code. I'm going to work on learning more, starting with hiker95's list.
Right now I have 3 sets of 2017 calendars by month in MS Word originally made as a table, with a name on each day. The table cell with the day also includes the number of the day and sometimes other text.
I have to count the number of occurrences of each name for each month, and enter them in an Excel table. I did some quick research looking for a function or macro for this and didn't find anything... so I'm doing it manually with the Find function and there must be a better way. I tried copying it into Excel, but then the data would have to be completely rearranged for each month x3, and again, it's quicker to count it manually.
I saw an example here of starting from Excel and writing code to extract data from a Word table. Once again, I don't have time to learn and research this code.
Is there a quick and simple way to count names in Word table cells, with or without Excel?
Are there any further suggestions about how I can learn this without taking so much time?
Thanks so much for any suggestions!