Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
Is there any way, without using VBA, to delete cell values for an entire column IF the current cell value is NOT LIKE a predefined value. Ideally the predefined value would be a regex. Thanks, Stuart |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
You can't create a formula that 'deletes' a value in another cell. If you explain what you are trying to do then I'm sure someone will help. Mike "Kryten" wrote: Hi, Is there any way, without using VBA, to delete cell values for an entire column IF the current cell value is NOT LIKE a predefined value. Ideally the predefined value would be a regex. Thanks, Stuart |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Mike is right, but you might try to overcome this
presume yr data is in column A, then in col B insert: =IF(find("regex";A1);"regex";"NO regex") then apply auto-filter, filter on #ARG!, select both columns, CTRL+G, click on Special, select Visible only then delete |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You have a response at your other post.
Kryten wrote: Hi, Is there any way, without using VBA, to delete cell values for an entire column IF the current cell value is NOT LIKE a predefined value. Ideally the predefined value would be a regex. Thanks, Stuart -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel "Move or Copy" and "Delete" sheet functions | Excel Worksheet Functions | |||
"Last Cell" to find last row, but can't delete blank rows | Excel Discussion (Misc queries) | |||
Help!!! Enter "7" in a cell and Excel changes the "7" to "11" immediately!!! | Excel Discussion (Misc queries) | |||
Delete the number "49" from each cell in a column | Excel Worksheet Functions | |||
Complex if test program possible? If "value" "value", paste "value" in another cell? | Excel Discussion (Misc queries) |