Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a listing of items and one column is now a combination of detail
lines, and product part #'s. I need to be able to seperate the two. The two types appear in no particular order or sequence that is consistant. One characteristic of the part #'s is that they always start with at least two capital letters. Sometimes there are more caps, but at least 2. Is there a way to move the contents of a cell IF the first two letters of the cell are caps? Example below. What I have now: Col A Col B Col C 1 AB123 1 Outdoor 1 BC456 1 DEF980 1 Indoor What I want to end up with: Col A Col B Col C 1 AB123 1 Outdoor 1 BC456 1 DEF980 1 Indoor |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to move contents in column up one cell | Excel Worksheet Functions | |||
move contents of column C based on criteria related to column A | Excel Discussion (Misc queries) | |||
Macro to remove contents of cell and move all other contents up one row | Excel Discussion (Misc queries) | |||
Move contents of entire column | Excel Programming | |||
Macro to move selected cell contents to a specific column on same row | Excel Programming |