Josh_Hawthorn
New Member
- Joined
- Oct 10, 2017
- Messages
- 2
Hi.
I would really appreciate some help with the below.
Column A is the order number, B is the status of the indvidual line, C reflects B numerically with a "1" for complete and "0" for incomplete.
If A1 = A2 then D is blank, if there is a difference then the completion % is displayed.
I would like column E to show the max value of column D for each value shown in column A.
For example E1:E3 would each show a value of 33%.
[TABLE="width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Incomplete[/TD]
[TD]0[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Incomplete[/TD]
[TD]0[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Complete[/TD]
[TD]1[/TD]
[TD]33%[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Complete[/TD]
[TD]1[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Incomplete[/TD]
[TD]0[/TD]
[TD]50%[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Complete[/TD]
[TD]1[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Complete[/TD]
[TD]1[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Complete[/TD]
[TD]1[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Complete[/TD]
[TD]1[/TD]
[TD]100%[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Any help with this would be amazing!! Thanks!
I would really appreciate some help with the below.
Column A is the order number, B is the status of the indvidual line, C reflects B numerically with a "1" for complete and "0" for incomplete.
If A1 = A2 then D is blank, if there is a difference then the completion % is displayed.
I would like column E to show the max value of column D for each value shown in column A.
For example E1:E3 would each show a value of 33%.
[TABLE="width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Incomplete[/TD]
[TD]0[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Incomplete[/TD]
[TD]0[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Complete[/TD]
[TD]1[/TD]
[TD]33%[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Complete[/TD]
[TD]1[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Incomplete[/TD]
[TD]0[/TD]
[TD]50%[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Complete[/TD]
[TD]1[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Complete[/TD]
[TD]1[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Complete[/TD]
[TD]1[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Complete[/TD]
[TD]1[/TD]
[TD]100%[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Any help with this would be amazing!! Thanks!