Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
We're pretty good at writing macros but not that good.
We a have columns containing duplicate information - for example: A A A C C F F F F and so on We're trying to write macro that will "simply" say; if a value in the column exists then copy it to the next column, but only copy it once (we only need to know if it appears once not x number of times in a column. OR goto the first cell; its value is "A" ; search the rest of the column for "A" , delete all OTHER instances of "A" (but keep the first instance); then go to cell below that and do the same. The column can then be sorted to produce this: A C F and so on Any assistance would be greatly appreciate Thanks Richard |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Searching for strings in a column | Excel Worksheet Functions | |||
Searching up a column | Excel Discussion (Misc queries) | |||
Searching One Column Only | Excel Discussion (Misc queries) | |||
Searching Macro | Excel Discussion (Misc queries) | |||
Column searching problem | New Users to Excel |