Hello,
I'm having the following little problem, and i'm hoping that someone at
this message board can help me solve it.
I have (in collumn A) a number of numerical values.
The collumn containing the values starts at cell A2 and ends at the row number
stored in the variable "EndRowDatabase".
A B
8043 1
8446 1
8501 2
8501 2
9289 1
9390 1
9465 2
9465 2
I also have a collumn (B) which lists how many times
the number (in collumn A) is in the database.
So if number 8501 appears 2 times in collumn A, the
number 2 has to appear in each cell next to the cell
containing the value 8501.
Is there an easy way to do this using VBA only ?
(I'm using the dutch version of Excel 2003.)
Best regards,
Flash0220
I'm having the following little problem, and i'm hoping that someone at
this message board can help me solve it.
I have (in collumn A) a number of numerical values.
The collumn containing the values starts at cell A2 and ends at the row number
stored in the variable "EndRowDatabase".
A B
8043 1
8446 1
8501 2
8501 2
9289 1
9390 1
9465 2
9465 2
I also have a collumn (B) which lists how many times
the number (in collumn A) is in the database.
So if number 8501 appears 2 times in collumn A, the
number 2 has to appear in each cell next to the cell
containing the value 8501.
Is there an easy way to do this using VBA only ?
(I'm using the dutch version of Excel 2003.)
Best regards,
Flash0220