I would like to write and IF formula in one column that involves 3 other columns. I'll do my best to explain what I am trying to do and the issue I am running in to.
The first column is called "Building" and this is where I am writing the IF formula. The second column is called "Work Center" and its a drop down list of 36 different possible values. The third column is called "C1" and is always populated with C1, the fourth column is called "C3" and is always populated with C3.
What I want to do is populate the "Building" column with C1 or C3 depending on which work center is chosen from the drop down list of the "Work Center" column. I started writing multiple IF formulas but it seems to have a limit on how many I can use. After about 7 it stopped working.
What I would like to do is write only two if formulas to tell the Building column to populate correctly. The best example of this I can give is this (IF work center = one of 7 different choices then populate Building with C1, if its the other set of 7 choices populate the building column with C3)
Like I said before I could accomplish this with 37 different IF statements, but there appears to be a limit. Is there a way to use the OR function within and IF statement to allow several different options to return the same value?