Hi everyone,
I'm sure this is simple but I can't find the solution online. Is there a way I can use a MID formula like this that follows this, unless there is a space, in which case it stops earlier?
I have text, for example:
[TABLE="width: 122"]
<tbody>[TR]
[TD]Tue, Jul 31 09:38:21 BST 2018
and
Tue, Mar 6 14:26:37 GMT 2018[/TD]
[/TR]
</tbody>[/TABLE]
Using the below formula, I correctly get "Jul 31" for my first example, but for my 2nd example, it comes back as "Mar 6 1"
=MID(M2,6,7)
I'm sure this is simple but I can't find the solution online. Is there a way I can use a MID formula like this that follows this, unless there is a space, in which case it stops earlier?
I have text, for example:
[TABLE="width: 122"]
<tbody>[TR]
[TD]Tue, Jul 31 09:38:21 BST 2018
and
Tue, Mar 6 14:26:37 GMT 2018[/TD]
[/TR]
</tbody>[/TABLE]
Using the below formula, I correctly get "Jul 31" for my first example, but for my 2nd example, it comes back as "Mar 6 1"
=MID(M2,6,7)