Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have two workbooks, one named 'Reps' and the other named 'Dealers'. The
'Rep' workbook has a sheet for each rep (sheet name is the rep name). The 'Dealers' has a listing of 1000 dealers in column A and in column R there is a rep name for that dealer. I have created an array of sheet names ('sheetnames') in the 'Reps' workbook and I have also created an array of unique reps that are in Column R called 'repnames'. Now I want to lookup each rep name from the repnames array in the sheetnames array to see if that rep already has a sheet. If he doesn't have a sheet, then I need to make a copy a master sheet that is already formatted and name the new sheet with the rep name. What is the best way to accomplish the above? Many thanks for a prompt response! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Array: Counting multiple values within array | Excel Worksheet Functions | |||
meaning of : IF(Switch; Average(array A, array B); array A) | Excel Worksheet Functions | |||
How do I search an array for values in a column greater than zero | Excel Worksheet Functions | |||
Use array to return array of values | Excel Worksheet Functions | |||
SEARCH EXCEL ARRAY FOR NON-VOIDS AND ENTER INTO ANOTHER ARRAY, | Excel Programming |