Hi all,
I want to check if my cell is equal to one of many things. At the moment I have:
=OR(I2="Tenured Faculty",I2="Continuing Teaching Stream",I2="All other Librarians",I2="Contract-Limited",I2="Term Assignment",I2="Limited-Term Lecturers")
Is there a better way to write this out (in cell and without VBA)?
I want to check if my cell is equal to one of many things. At the moment I have:
=OR(I2="Tenured Faculty",I2="Continuing Teaching Stream",I2="All other Librarians",I2="Contract-Limited",I2="Term Assignment",I2="Limited-Term Lecturers")
Is there a better way to write this out (in cell and without VBA)?