ferdo
Mechanical
- Jul 4, 2002
- 2,856
Hi,
I have data coming from another macro in this format
A B C D....n
1
2 A1 x x...
3 A2 x x x...
.....................
A(i) x x...
i+1 Q
In cell Q, I would like to put a COUNTIF formula to see how many times the x letter will appear and then copy-paste the formula in row i+1, column C up to n, all these things in a macro.
For a fixed value of i and n, I Know how to do it but for different values, I'm lost...
Thanks for the help.
Regards
Fernando
I have data coming from another macro in this format
A B C D....n
1
2 A1 x x...
3 A2 x x x...
.....................
A(i) x x...
i+1 Q
In cell Q, I would like to put a COUNTIF formula to see how many times the x letter will appear and then copy-paste the formula in row i+1, column C up to n, all these things in a macro.
For a fixed value of i and n, I Know how to do it but for different values, I'm lost...
Thanks for the help.
Regards
Fernando