Hi,
I have a column where in each cell there is a summary.
I want to be able to delete all the text and number's to the left, including the colon, in the cell with the following text.
Full description of Incident:
The text before can vary in length.
Formula, or VBA, as the column is dynamic.
I have tried
=RIGHT(N1,LEN(N1)-FIND("Incident:",N1))
it deletes everything but still leaves "ull description of Incident"
Thanks in advance
I have a column where in each cell there is a summary.
I want to be able to delete all the text and number's to the left, including the colon, in the cell with the following text.
Full description of Incident:
The text before can vary in length.
Formula, or VBA, as the column is dynamic.
I have tried
=RIGHT(N1,LEN(N1)-FIND("Incident:",N1))
it deletes everything but still leaves "ull description of Incident"
Thanks in advance