I've actually come up with a bit of a workaround which solves that particular issue by using nested IF statements to check if a cell contains a certain value and if it does to enter a name in another cell. This works but because Excel 2003 limits you to 8 nested IF's and we have 15 staff I've had to create two cells with one checking the 1st 8 members of staff and the 2nd checking the next 7.
I now have B22 which will either say a staff members name or "closed" if none of the 1st 8 members of staff have been selected and B23 which will do the same for the next 7 members of staff.
So if no member of staff has been assigned to the studio then both B22 and B23 will say "Closed". If a member of staff from the 1st 8 members of staff is assigned to the Studio then B22 will say their name and B23 will say "Closed" and if a member of staff from the next 7 is selected then B22 will say "Closed" and B23 will say their name.
I now need to write a formula in another cell on another worksheet that looks at B22 and if it says "closed" it looks to B23 and if that says "closed" as well it enters "Closed" in that field. If B22 shows something other than "Closed" it enters that into the cell and if B22 says "closed" but B23 has a name it enters that name into the field.
Probably because I an shattered I can't think how to write this even though I know it should be simple
