Delete row content

Hi,

maybe I think to complicated: I have several rows filled with different content (strings). I now would like to delete all of the row content in certain rows, where there are strings that contain “Missing”. Before and after “missing” is a variety of other strings: e.g. blah hx - MISSING (iu) etc.

What I now would like to achieve is that rows with this search phrase are just emptied (from their content), NOT deleted in general, because I need other columns with this row later on. So no RowFilter etc.

Silly question?

should be:

Thanks in advance for any hint.

string manipulation multi-column with an inline if clause should yield the best performance.

1 Like

Its always best to provide actual data rather than a screenshot. Makes it easier for helpers to construct a workflow.
Try this:


You can replace the original columns if you want. I used new columns so you could see the changes.

5 Likes

Perfect, thank you @rfeigel
I’ve never would have came up with this solution. :folded_hands:

Glad I could help. Regex is a pain but powerful.

1 Like