I have list with 10 different status, one of the requirement I have is to have 4 columns which will show a yes when a particular status is met.
Assume Status (1,2,3...10), and I have 4 special columns (A, B, C and D) and status are sequential.
A - tied to 2
B - tied to 5
C - tield 7
D - tield 8
Each of the column should checked once the list item passes past the status their are tied too.
How do I go about doing this?
Aaron