Hi all,
I need a macro to clear the contents of the row on condition.
The condition is on based on values the A,D,E i need to clear the contents of duplicate rows.
Suppose if i have data like this then
A| B| C| D | E
1|qq ww rr xx rr
2|dd ff yy xx yy
3|qq gg sa hh nn
4|qq vv cc xx rr
5|qq oo mm hh nn
6|qq gg fa qq ll
then output should be like
A| B| C| D | E
1|qq ww rr xx rr
2|dd ff yy xx yy
3|qq gg sa hh nn
4|
5|
6|qq gg fa qq ll
Like this i needed..
Can anyone pls help me on this..
Thanks in advance...
I need a macro to clear the contents of the row on condition.
The condition is on based on values the A,D,E i need to clear the contents of duplicate rows.
Suppose if i have data like this then
A| B| C| D | E
1|qq ww rr xx rr
2|dd ff yy xx yy
3|qq gg sa hh nn
4|qq vv cc xx rr
5|qq oo mm hh nn
6|qq gg fa qq ll
then output should be like
A| B| C| D | E
1|qq ww rr xx rr
2|dd ff yy xx yy
3|qq gg sa hh nn
4|
5|
6|qq gg fa qq ll
Like this i needed..
Can anyone pls help me on this..
Thanks in advance...