DerekWooley
New Member
- Joined
- May 1, 2018
- Messages
- 34
Hello, I have a list of Machines on each Friday that I would like to flag with a number. The latest Friday should have a 2 and each Friday before that should be marked with one less than the last. My data is below.
[TABLE="width: 236"]
<colgroup><col width="90" style="width: 68pt; mso-width-source: userset; mso-width-alt: 3291;"> <col width="45" style="width: 34pt; mso-width-source: userset; mso-width-alt: 1645;"> <col width="70" style="width: 53pt; mso-width-source: userset; mso-width-alt: 2560;"> <col width="108" style="width: 81pt; mso-width-source: userset; mso-width-alt: 3949;"> <tbody>[TR]
[TD="width: 90, bgcolor: #B8CCE4"]Date[/TD]
[TD="width: 45, bgcolor: #B8CCE4"]Day[/TD]
[TD="width: 70, bgcolor: #B8CCE4"]Machine[/TD]
[TD="width: 108, bgcolor: #B8CCE4"]Friday Identifier[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]7/27/2018[/TD]
[TD="bgcolor: transparent"]Friday[/TD]
[TD="bgcolor: transparent"]Machine 1[/TD]
[TD="bgcolor: transparent"]4[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]7/27/2018[/TD]
[TD="bgcolor: transparent"]Friday[/TD]
[TD="bgcolor: transparent"]Machine 2[/TD]
[TD="bgcolor: transparent"]4[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]7/27/2018[/TD]
[TD="bgcolor: transparent"]Friday[/TD]
[TD="bgcolor: transparent"]Machine 3[/TD]
[TD="bgcolor: transparent"]4[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]7/27/2018[/TD]
[TD="bgcolor: transparent"]Friday[/TD]
[TD="bgcolor: transparent"]Machine 4[/TD]
[TD="bgcolor: transparent"]4[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]7/27/2018[/TD]
[TD="bgcolor: transparent"]Friday[/TD]
[TD="bgcolor: transparent"]Machine 5[/TD]
[TD="bgcolor: transparent"]4[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]7/27/2018[/TD]
[TD="bgcolor: transparent"]Friday[/TD]
[TD="bgcolor: transparent"]Machine 6[/TD]
[TD="bgcolor: transparent"]4[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]8/3/2018[/TD]
[TD="bgcolor: transparent"]Friday[/TD]
[TD="bgcolor: transparent"]Machine 1[/TD]
[TD="bgcolor: transparent"]3[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]8/3/2018[/TD]
[TD="bgcolor: transparent"]Friday[/TD]
[TD="bgcolor: transparent"]Machine 2[/TD]
[TD="bgcolor: transparent"]3[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]8/3/2018[/TD]
[TD="bgcolor: transparent"]Friday[/TD]
[TD="bgcolor: transparent"]Machine 3[/TD]
[TD="bgcolor: transparent"]3[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]8/10/2018[/TD]
[TD="bgcolor: transparent"]Friday[/TD]
[TD="bgcolor: transparent"]Machine 1[/TD]
[TD="bgcolor: transparent"]2[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]8/10/2018[/TD]
[TD="bgcolor: transparent"]Friday[/TD]
[TD="bgcolor: transparent"]Machine 2[/TD]
[TD="bgcolor: transparent"]2[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]8/10/2018[/TD]
[TD="bgcolor: transparent"]Friday[/TD]
[TD="bgcolor: transparent"]Machine 3[/TD]
[TD="bgcolor: transparent"]2[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]8/10/2018[/TD]
[TD="bgcolor: transparent"]Friday[/TD]
[TD="bgcolor: transparent"]Machine 4[/TD]
[TD="bgcolor: transparent"]2[/TD]
[/TR]
</tbody>[/TABLE]
Thank you for any help.
[TABLE="width: 236"]
<colgroup><col width="90" style="width: 68pt; mso-width-source: userset; mso-width-alt: 3291;"> <col width="45" style="width: 34pt; mso-width-source: userset; mso-width-alt: 1645;"> <col width="70" style="width: 53pt; mso-width-source: userset; mso-width-alt: 2560;"> <col width="108" style="width: 81pt; mso-width-source: userset; mso-width-alt: 3949;"> <tbody>[TR]
[TD="width: 90, bgcolor: #B8CCE4"]Date[/TD]
[TD="width: 45, bgcolor: #B8CCE4"]Day[/TD]
[TD="width: 70, bgcolor: #B8CCE4"]Machine[/TD]
[TD="width: 108, bgcolor: #B8CCE4"]Friday Identifier[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]7/27/2018[/TD]
[TD="bgcolor: transparent"]Friday[/TD]
[TD="bgcolor: transparent"]Machine 1[/TD]
[TD="bgcolor: transparent"]4[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]7/27/2018[/TD]
[TD="bgcolor: transparent"]Friday[/TD]
[TD="bgcolor: transparent"]Machine 2[/TD]
[TD="bgcolor: transparent"]4[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]7/27/2018[/TD]
[TD="bgcolor: transparent"]Friday[/TD]
[TD="bgcolor: transparent"]Machine 3[/TD]
[TD="bgcolor: transparent"]4[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]7/27/2018[/TD]
[TD="bgcolor: transparent"]Friday[/TD]
[TD="bgcolor: transparent"]Machine 4[/TD]
[TD="bgcolor: transparent"]4[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]7/27/2018[/TD]
[TD="bgcolor: transparent"]Friday[/TD]
[TD="bgcolor: transparent"]Machine 5[/TD]
[TD="bgcolor: transparent"]4[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]7/27/2018[/TD]
[TD="bgcolor: transparent"]Friday[/TD]
[TD="bgcolor: transparent"]Machine 6[/TD]
[TD="bgcolor: transparent"]4[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]8/3/2018[/TD]
[TD="bgcolor: transparent"]Friday[/TD]
[TD="bgcolor: transparent"]Machine 1[/TD]
[TD="bgcolor: transparent"]3[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]8/3/2018[/TD]
[TD="bgcolor: transparent"]Friday[/TD]
[TD="bgcolor: transparent"]Machine 2[/TD]
[TD="bgcolor: transparent"]3[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]8/3/2018[/TD]
[TD="bgcolor: transparent"]Friday[/TD]
[TD="bgcolor: transparent"]Machine 3[/TD]
[TD="bgcolor: transparent"]3[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]8/10/2018[/TD]
[TD="bgcolor: transparent"]Friday[/TD]
[TD="bgcolor: transparent"]Machine 1[/TD]
[TD="bgcolor: transparent"]2[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]8/10/2018[/TD]
[TD="bgcolor: transparent"]Friday[/TD]
[TD="bgcolor: transparent"]Machine 2[/TD]
[TD="bgcolor: transparent"]2[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]8/10/2018[/TD]
[TD="bgcolor: transparent"]Friday[/TD]
[TD="bgcolor: transparent"]Machine 3[/TD]
[TD="bgcolor: transparent"]2[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]8/10/2018[/TD]
[TD="bgcolor: transparent"]Friday[/TD]
[TD="bgcolor: transparent"]Machine 4[/TD]
[TD="bgcolor: transparent"]2[/TD]
[/TR]
</tbody>[/TABLE]
Thank you for any help.