CopyIf(to-list, from-list, condition);
It copies the elements that are corresponding to the ’condition’ from the ’from-list’ to the ’to-list’.