all personnel have a position number, lets say position 0.0 is the CEO and 1.0 is a division director anyone below the division director will be labeled 1.? or higher.
I want to insert the email (its own column), of the persons in position number 1.0 or 0.0 into the designated column (basically which boss does the approval go to).
I guess my problem with the equation is: =IF([personnel database],[position number]>"1.0", ????) I cant seem to find how to direct the equation to the correct answer. Which would be to find [personnel database],[position number]="1.0" and then find the email column in that record
it may be best to explain that I have already been able to designate positions 2.0 and 3.0 as section heads, as such I was able to filter and look up their email using a dropdown so the user can select who their section head is, with alternates, out of the multiple choice scenario. The problem I am facing is when there is only one choice vs the multiple blanks that get ignored is making the one choice the default instead of having to choose it. By making it the default, I am hoping to not have to go back and change selections for older entries.