Sort each list, extract its minimum number. Compare the two, generate a boolean where True = fromlist1 and False = fromlist2, use this to cull each number and extract the smaller one.
On Sep 10, 11:59 am, bdavison <[EMAIL PROTECTED]> wrote: > I have two lists of numbers. I can compare these lists and output the > minimum number but I need to know which list this number comes from. > Can someone help? > > Bruce