Hello folks,
I'm working in a huge workbook of works/opportunities registration. The employees use this workbook to fill a couple of rows about a new work/opportunity (idea) that they have. Thus, I need to develop a new way to improve the management of the datas which are inputted there.
The macro have to count how many exclusive opportunities happened (Column H in my workbook) in January in the Area 1, for example.
Image 1: http://img341.imageshack.us/img341/489/73821128.jpg
Image 2: http://img29.imageshack.us/img29/1528/48173619.jpg
That's all!
Thanks very much and any help would be very helpful.
I'm not too familiar with VBA, that's why I'm in a trouble...
I'm working in a huge workbook of works/opportunities registration. The employees use this workbook to fill a couple of rows about a new work/opportunity (idea) that they have. Thus, I need to develop a new way to improve the management of the datas which are inputted there.
- Manage all the Inputted Opportunities:
According to the employee area and the opportunity inputted month, I need to count how many EXCLUSIVE opportunities I had with this two conditions. (I can use =SUMPRODUCT(1/COUNTIF(xxx;xxx)) formula, however, there are two conditions to use and I'm not able to modify the formula to this purpose).
PS:
Employee Area: Area 1 (Column F in my workbook)
Inputted Month: 1 (Column X in my workbook)
PS:
Employee Area: Area 1 (Column F in my workbook)
Inputted Month: 1 (Column X in my workbook)
The macro have to count how many exclusive opportunities happened (Column H in my workbook) in January in the Area 1, for example.
- Manage all the Implemented Opportunities:
The second part is more difficult than the first part above, I guess. I need to manage all the implemented opportunities which were inputted in the workbook. According to the employee area and the opportunity implemented month, I need to count how many EXCLUSIVE opportunities I had with this two conditions.
PS:
Employee Area: Area 2 (Column F in my workbook)
Implemented Month: 2 (Column Y in my workbook)
I know whether an opportunity is implemented or not according to the columns L to T (depending on the implemented way, there is a different point to the employees, that's why the worksheet has 9 columns for that). Thus, I have my Column H (work/opportunities titles) and Columns L to T (marked with a "X" indicating the employee implemented way for the opportunity).
So, the macro must count how many exclusive data appears.
To be easier for you guys, follow some picture links below.PS:
Employee Area: Area 2 (Column F in my workbook)
Implemented Month: 2 (Column Y in my workbook)
I know whether an opportunity is implemented or not according to the columns L to T (depending on the implemented way, there is a different point to the employees, that's why the worksheet has 9 columns for that). Thus, I have my Column H (work/opportunities titles) and Columns L to T (marked with a "X" indicating the employee implemented way for the opportunity).
So, the macro must count how many exclusive data appears.
Image 1: http://img341.imageshack.us/img341/489/73821128.jpg
Image 2: http://img29.imageshack.us/img29/1528/48173619.jpg
That's all!
Thanks very much and any help would be very helpful.
I'm not too familiar with VBA, that's why I'm in a trouble...