Hey all,
For a month or two i've been discovering excel and I've been working on a big excel file to do all my business administration and im nearing the end, but there's a major hurdle i can't overcome. So in my 'hours' administration sheet i register how much time i spend on different jobs and different projects. The jobs and projects and clients all have a different column in the big time registry table. Above the table i want to create an overview of all the months with some interesting data about time spent on different projects, clients etc. And i am trying to create a column that lists the number of NEW projects started in that month.
Example: if i start a new project in february, and work on that project until april, i will first mention that project in my time registry table in february, but it will also appear in later registrations in march and april. Now i only want to count that project in february, not in march or april. With the help of ChatGPT i've tried a dozen or so different formulas already, with most of them failing at some point. I've left three different formulas in columns G, K and N - just out of interest to show where each of them go wrong. The formula in column G seems to be the best one for now, as it correctly only counts a recurring project in a single month and disregards it in another month. You can see this happening for the latest line of date in row 87, which has a project name that has already been listed before. The result is that the number count for months january (G2) and december (G13) gets confused, because it detracts 1 (counted project) from january and adds it to december. This should work exactly the other way around: the recurring project written in row 87 (and first in row 15) should be counted only for january and NOT for december, as january is the older of the two months and so it was a NEW project in january, and an old recurring project come december.
Another issue is that all formulas are blind for the years, which would mean that every year around january and december the number count would be a big mess ... I feel like a 'helper' column in column AC that could distill some data would probably make things a lot more fluid and accurate, but im really way in over my head and have no clue how to solve these issues. If anyone could shine a light on this complex issue i would be super grateful.
Thanks in advance,
Floris
Here's a bare bones example of my sheet and the formulas described (in the sheet 'time registration'):
unique project count per month2.xlsm
Ps. cell F1 holds the 'category' criterion that is applied to all the formulas. This one is absolutely neccessary because i have many different categories i want to be able to look for. I am self-employed and do all sorts of different work, hence the many options for further specification within the table
Bookmarks