I’m using a table that takes a text (email body) and returns various elements, such as date.
So I have a date written in one column like this:
November 14, 2020
December 10, 2020
I use several formulas to get this info, such as FIND, MID and LEN. The...