kshitij_dch
Active Member
- Joined
- Apr 1, 2012
- Messages
- 362
- Office Version
- 365
- 2016
- 2007
- Platform
- Windows
I have 2 columns
Column A and Column B
Column B is sorted and It have common Value group together
Column A has unique values corresponding to column B
I want a formula or a macro which will find a group of common value in B column and Make first value common for group in column B for an example :
It is like :-
I want like -:
Column A and Column B
Column B is sorted and It have common Value group together
Column A has unique values corresponding to column B
I want a formula or a macro which will find a group of common value in B column and Make first value common for group in column B for an example :
It is like :-
ID's | Loan Number |
123 | ABC |
456 | ABC |
789 | ABC |
4545 | BCA |
5656 | BCA |
6767 | BCA |
I want like -:
ID's | Loan Number |
123 | ABC |
123 | ABC |
123 | ABC |
4545 | BCA |
4545 | BCA |
4545 | BCA |