mcintoshmc
Active Member
- Joined
- Aug 10, 2007
- Messages
- 269
Row 1 contains several columns. The ones I'm concerned about are:
F2 and L2. F2 will give you a status of "yes" or "no" if they enrolled or not. L2 will give you their program of interest. It will either say....
PT1, PT3, MB1, MB3, MT1, MT3, MA1, MA3, DA1, DA3, CST1, CST3, BOA1, BOA3.
On the farthest column (N) i want it to say PT, or DA, or whatever program it is, without the number. I can get it to work for just 1 program by using =IF(AND(L2='Starts Chart'!$F$25,F2="yes"),"PT","")
F25 says PT1, F26 will say PT3, and G25 will say MB1. I think you get the picture. What formula can I use to include all programs 1 and 3?
F2 and L2. F2 will give you a status of "yes" or "no" if they enrolled or not. L2 will give you their program of interest. It will either say....
PT1, PT3, MB1, MB3, MT1, MT3, MA1, MA3, DA1, DA3, CST1, CST3, BOA1, BOA3.
On the farthest column (N) i want it to say PT, or DA, or whatever program it is, without the number. I can get it to work for just 1 program by using =IF(AND(L2='Starts Chart'!$F$25,F2="yes"),"PT","")
F25 says PT1, F26 will say PT3, and G25 will say MB1. I think you get the picture. What formula can I use to include all programs 1 and 3?