Hi All,
Any ideas how to check the contents of range A2:A12 against a list of non allowed modules and throw an error message if the data validation is not correct?
i.e
Cell A2 = TR002
Cell A3 = TR022
Cell A4 = TR045
Cell A5 = TR017
Cell A6 = TR051
Cell A7 = TR066
Cell A8 = TR089
Cell A9 = TR092
Cell A10 = TR113
Cell A11 = TR121
Cell A12 = TR145
Column A selections have the limitations listed below and should throw an error i.e "Invalid Selection" [SIZE=13px]where an incorrect choice is made[/SIZE]
[SIZE=13px]List of exclusions.[/SIZE]
If [SIZE=13px]Module[/SIZE] TR001 is Chosen, Module 015 or Module 021 cannot be chosen
If [SIZE=13px]Module[/SIZE] TR017 is Chosen, Modules 049 cannot be chosen
If [SIZE=13px]Module [/SIZE]TR045 is Chosen, Modules 046 cannot be chosen
If [SIZE=13px]Module[/SIZE]TR089 is Chosen, Modules 095 to Module 113 cannot be chosen
If [SIZE=13px]Module[/SIZE]TR051 is Chosen, Modules 058 to Module 066 cannot be chosen
If [SIZE=13px]Module[/SIZE]TR022 is Chosen, Modules 0145 or Module 025 cannot be chosen
Only one Exam from TR090 and TR091 may be chosen
Error messages should be shown in corresponding cells to the right D2:D12
[SIZE=13px]No idea where to start on this so I will need some extensive guidance.
Thanks[/SIZE]