Hi,
I'm struggling to write a multidimensional array.
Could you please help?
Here is what I’m trying to do...
I have an excel sheet with the following data
Row 1 Column P 10,500
Row 2 Column P --------
Row 3 Column P 10,500
Row 4 Column P 6,000
Row 5 Column P --------
Row 6 Column P 6,000
Row 7 Column P 10,500
I wrote a loop to remove dupes but it only removes a dupe if the next cell is the same as the previous cell.
I would like it to ignore the "--------" and remove any rows that have a repeat value in any cell in column P.
So the output would look like this
Row 1 Column P 10,500
Row 2 Column P --------
Row 3 Column P 6,000
Row 4 Column P --------
Thank you in advance for your help.
![]()
Please Login or Register to view this content.
Bookmarks