Morning
I have the following If Statement which works:
=IF([Set Personnel]="TBA","Red",IF([Set Personnel]="Kevin Badduke","Coral",IF([Set Personnel]="Bryce Carnahan","PaleGreen",IF([Set Personnel]="Paul Farquhar","LightSkyBlue",IF([Set Personnel]="Jordan McNeil","DarkGoldenRod",IF([Set Personnel]="Norm Fischer","HotPink",IF([Set Personnel]="Neal Harker","MediumSlateBlue",IF([Set Personnel]="Vic Wall","GreenYellow",""))))))))
However I have more people to add and I am at the Max in terms of nested If Statements. I have tried using the & to add more, but that does not seem to work.
How would I use the Choose Statement in this scenario ?
Iain
I have the following If Statement which works:
=IF([Set Personnel]="TBA","Red",IF([Set Personnel]="Kevin Badduke","Coral",IF([Set Personnel]="Bryce Carnahan","PaleGreen",IF([Set Personnel]="Paul Farquhar","LightSkyBlue",IF([Set Personnel]="Jordan McNeil","DarkGoldenRod",IF([Set Personnel]="Norm Fischer","HotPink",IF([Set Personnel]="Neal Harker","MediumSlateBlue",IF([Set Personnel]="Vic Wall","GreenYellow",""))))))))
However I have more people to add and I am at the Max in terms of nested If Statements. I have tried using the & to add more, but that does not seem to work.
How would I use the Choose Statement in this scenario ?
Iain