Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi, Does anyone have any suggestions for the following: On Workbook 1, Sheet One has approximately 50 rows of data. The data is in Column C and has about 10 different #'s (The other 40 cells in Column C contain duplicates). I would like a code that would look at column C in workbook one and copy each number that is not a duplicate to a different sheet in Workbook two (Cell B2). For example Column C Workbook One contains the following non-duplicate #'s 10, 20, 30 (All other #'s in Column C are duplicates). I would like the Code to post the #'s in Workbook two as follows: Workbook Two(Cell B2): Sheet1 - 10 Sheet2 - 20 Sheet3 - 30 Any help would be greatly appreciated. Thanks -- STEVEB ------------------------------------------------------------------------ STEVEB's Profile: http://www.excelforum.com/member.php...fo&userid=1872 View this thread: http://www.excelforum.com/showthread...hreadid=484890 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copying cell contents from many cells and pasting into one cell | Excel Discussion (Misc queries) | |||
When copying a cell to another cell the information is duplicated. | Excel Worksheet Functions | |||
Copying format to a new cell, w/o overwriting destination cell contents | Excel Discussion (Misc queries) | |||
copying the function contained within a cell to anouther cell. | Excel Worksheet Functions | |||
Copying data down to next dirty cell, then copying that data | Excel Programming |