Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This is simple item for the gurus I am sure.
In my worksheet, in column C I want to identify a specific item from a list of many others (by keyword) and then move the contents of another cell (target). Keyword in column C = "TVSS" Target cell = one cell below and one cell to the right. (Example: If TVSS is in cell C3, the target cell is D4) Move target to = one cell up from orginal location. (Example: If target cell was D4, move to D3) Here is a befo ColA ColB ColC ColD 1 1 Wall Mounted TVSS(AC11) TME120Y100WM 2 1 Wall Mounted TVSS(AC11) TME160Y100WM 3 1 Wall Mounted TVSS(AC11) TME180Y100WM Here is what I want after: ColA ColB ColC ColD 1 1 Wall Mounted TVSS(AC11) TME120Y100WM 2 1 Wall Mounted TVSS(AC11) TME160Y100WM 3 1 Wall Mounted TVSS(AC11) TME180Y100WM Thanks in advance! Scott |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Selecting a Keyword | Excel Worksheet Functions | |||
Sharing with Keyword | Excel Discussion (Misc queries) | |||
search by keyword | Excel Discussion (Misc queries) | |||
Formula to identify a keyword in all cells of a column | Excel Discussion (Misc queries) | |||
SQL Keyword | Excel Programming |