B
Brian
I have a workbook in Excel 2003 with 6 worksheets named List1, List2,
List3, List4, List5 and List6
Each worksheet has a list of numbers in column A from A3 and all the
numbers in each list are unique numbers in that list. A2 is the column
header. The list can vary in length from 10 to 1,000 numbers. The
numbers are not in any order
What I want to do on Sheet 7 is to extract to Column C the numbers
which are common to all the lists. – without blank rows in the list on
sheet 7. The numbers can be in any order.
On sheet 7 in column A1 to A6 I have the list of the sheet names and
in column B next to the sheet name I have “True” or “False”
If “False” is next to any of these sheet names then the list of
numbers on that sheet must not be considered when drawing out the
numbers common to each list.
I know how to use a formula for this when applying it to 2 lists but I
think I need a VB solution for this. Can anyone help.
List3, List4, List5 and List6
Each worksheet has a list of numbers in column A from A3 and all the
numbers in each list are unique numbers in that list. A2 is the column
header. The list can vary in length from 10 to 1,000 numbers. The
numbers are not in any order
What I want to do on Sheet 7 is to extract to Column C the numbers
which are common to all the lists. – without blank rows in the list on
sheet 7. The numbers can be in any order.
On sheet 7 in column A1 to A6 I have the list of the sheet names and
in column B next to the sheet name I have “True” or “False”
If “False” is next to any of these sheet names then the list of
numbers on that sheet must not be considered when drawing out the
numbers common to each list.
I know how to use a formula for this when applying it to 2 lists but I
think I need a VB solution for this. Can anyone help.