Hi all,
Problem: My maximum Range is around 10000 Rows x 365 columns, I want to compare cell values across a row .
Conditions: It has to return how many times a name is repeated in each row for every primary key
if a name comes only once in a row, that need not be shown, anything more than 2 should be displayed
It has to exclude blank cells and if it encounters "Dispatched" then it need not count further.
Requirement: Any solution either excel or macro would do.
PFB Sample excel sheet.
The Output for the same should be
20/F/43352/2 - Filing - 3days, Final Polish - 3 days
20/F/43352/2 - Filing - 3days, Final Polish - 3 days
20/F/43352/2 - Filing - 3days, Final Polish - 3 days
Problem: My maximum Range is around 10000 Rows x 365 columns, I want to compare cell values across a row .
Conditions: It has to return how many times a name is repeated in each row for every primary key
if a name comes only once in a row, that need not be shown, anything more than 2 should be displayed
It has to exclude blank cells and if it encounters "Dispatched" then it need not count further.
Requirement: Any solution either excel or macro would do.
PFB Sample excel sheet.
The Output for the same should be
20/F/43352/2 - Filing - 3days, Final Polish - 3 days
20/F/43352/2 - Filing - 3days, Final Polish - 3 days
20/F/43352/2 - Filing - 3days, Final Polish - 3 days
Excel Formula:
[TABLE]
[TR]
[TD]Bag Number[/TD]
[TD]8th July[/TD]
[TD]9th July[/TD]
[TD]10th July[/TD]
[TD]11th July[/TD]
[TD]12th July[/TD]
[TD]13th July[/TD]
[/TR]
[TR]
[TD]20/F/43352/2[/TD]
[TD]FILING[/TD]
[TD]FILING[/TD]
[TD]FILING[/TD]
[TD]FINAL POLISH[/TD]
[TD]FINAL POLISH[/TD]
[TD]FINAL POLISH[/TD]
[/TR]
[TR]
[TD]20/F/43352/3[/TD]
[TD]FILING[/TD]
[TD]FILING[/TD]
[TD]FILING[/TD]
[TD]FINAL POLISH[/TD]
[TD]FINAL POLISH[/TD]
[TD]FINAL POLISH[/TD]
[/TR]
[TR]
[TD]20/F/43352/4[/TD]
[TD]FILING[/TD]
[TD]FILING[/TD]
[TD]FILING[/TD]
[TD]FINAL POLISH[/TD]
[TD]FINAL POLISH[/TD]
[TD]FINAL POLISH[/TD]
[/TR]
[TR]
[TD]20/F/43352/5[/TD]
[TD]FILING[/TD]
[TD]FILING[/TD]
[TD]FILING[/TD]
[TD]FINAL POLISH[/TD]
[TD]FINAL POLISH[/TD]
[TD]FINAL POLISH[/TD]
[/TR]
[TR]
[TD]20/F/43352/6[/TD]
[TD]FILING[/TD]
[TD]FILING[/TD]
[TD]FILING[/TD]
[TD]FINAL POLISH[/TD]
[TD]FINAL POLISH[/TD]
[TD]FINAL POLISH[/TD]
[/TR]
[TR]
[TD]20/F/43352/7[/TD]
[TD]FILING[/TD]
[TD]FILING[/TD]
[TD]FILING[/TD]
[TD]FINAL POLISH[/TD]
[TD]FINAL POLISH[/TD]
[TD]FINAL POLISH[/TD]
[/TR]
[TR]
[TD]20/F/43352/8[/TD]
[TD]FILING[/TD]
[TD]FILING[/TD]
[TD]FILING[/TD]
[TD]FINAL POLISH[/TD]
[TD]FINAL POLISH[/TD]
[TD]FINAL POLISH[/TD]
[/TR]
[TR]
[TD]20/F/43352/9[/TD]
[TD]FILING[/TD]
[TD]FILING[/TD]
[TD]FILING[/TD]
[TD]FINAL POLISH[/TD]
[TD]FINAL POLISH[/TD]
[TD]FINAL POLISH[/TD]
[/TR]
[/TABLE]