Help with searching in string
Hi,I have the following task to do.Let's say I have 3 columns: A,B,CEach cell in Col A is in the following format: 29;30;28;27;30; ...So just random numbers separated by ;Each cell in Col B is in the following format: 4;5;1;3;6; ...So these are numbers in the range of 1-25 (without repeating) in a random order, separated by ;Col C is a single number in the range of 1-25, for example 3.For any give...