Hello OHRW03,
Welcome to the Microsoft Community.
Have a try for this formula:
=IF(ISNUMBER(SEARCH("accounts", A1)), "", A1)
Note: A1 is my assumed cell of your source text, from your image it seems Row 1 is a title and your data starts from Row 2. You can replace it with your actual cell.
This formula checks if the word ‘accounts’ is present in each cell of column A. If it is, it leaves the corresponding cell in column B blank. If not, it repeats the content from column A into column B.
Here’s a step-by-step guide:
- Select cell B1.
- Enter the formula:
=IF(ISNUMBER(SEARCH("accounts", A1)), "", A1). - Press Enter.
- Drag the fill handle (a small square at the bottom-right corner of the cell) down to apply the formula to other cells in column B.
This should give you the desired result as shown in your image.
Should any uncertainties arise subsequently, please feel free to seek assistance once again.
Best Regards,
William.Y | Microsoft Community Support Specialist