HuskyJones
New Member
- Joined
- Sep 30, 2015
- Messages
- 45
- Office Version
- 365
- Platform
- Windows
Hey folks
Have a column (R) to populate with data depending on the answers in several other columns.
I've started it with ....
=IF(S5<>"",VLOOKUP(S5,'Look Up Tables'!$T$2:$V$29,3,FALSE),"********")
Then in the ******* I need these options from cols AA, O & P to enter the correct treatment
AA + O + P = treatment
950 + First + Attended = pre assess
950 + Follow up + Attended = pre assess
950 + Telephone + Attended = Telephone Follow-Up Appointment
301 + First + Attended = First Attendance Single-Professional
301 + Follow up + Attended = Follow up singe professional
120 + First + Attended = First Attendance Single-Professional
120 + Follow up + Attended = Follow up singe professional
Have a column (R) to populate with data depending on the answers in several other columns.
I've started it with ....
=IF(S5<>"",VLOOKUP(S5,'Look Up Tables'!$T$2:$V$29,3,FALSE),"********")
Then in the ******* I need these options from cols AA, O & P to enter the correct treatment
AA + O + P = treatment
950 + First + Attended = pre assess
950 + Follow up + Attended = pre assess
950 + Telephone + Attended = Telephone Follow-Up Appointment
301 + First + Attended = First Attendance Single-Professional
301 + Follow up + Attended = Follow up singe professional
120 + First + Attended = First Attendance Single-Professional
120 + Follow up + Attended = Follow up singe professional