Hi,
I’m trying to create a formula that will take various job titles and assign them a more general role based on what their specific title is. I can get the formula to work when its just a single IF statement, but trying to nest many options is beyond me…as I don’t really have much experience with it.
An example of the statements I’m trying to nest are below (there’s actually about 50 different titles, so this is just a subset), any help would be greatly appreciated.
Even in the best of situations nested IF functions can be difficult. For you use case I would recommend using the SWITCH() function instead. For what you gave, this is how that would look: