I 24 Team members that I have to place into a schedule. I have 182 cells that this has to process thorough.
in the schedule I want to place a #1 through 24 in cells and when I do it turns another cell to state TM 1 through TM 24
I ran into a nesting issue when getting past 10 TM
here is what formula I was entering but got the nesting error:
=IF(O16=1,"TM 1",IF(O16=2,"TM 2",IF(O16=3,"TM 3",IF(O16=4,"TM 4",IF(O16=5,"TM 5",IF(O16=6,"TM 6",...IF(O16=24,"TM 24","SHARE"))))))
I put in the ... for simplicity-
in the schedule I want to place a #1 through 24 in cells and when I do it turns another cell to state TM 1 through TM 24
I ran into a nesting issue when getting past 10 TM
here is what formula I was entering but got the nesting error:
=IF(O16=1,"TM 1",IF(O16=2,"TM 2",IF(O16=3,"TM 3",IF(O16=4,"TM 4",IF(O16=5,"TM 5",IF(O16=6,"TM 6",...IF(O16=24,"TM 24","SHARE"))))))
I put in the ... for simplicity-