I have a cell with data in this format:
Approved,AAD:tammy.couch@transcoretech.com , 9/3/2019 11:06:50 AM
I already have a formula for the Status Column, which is Approved. That formula is =IFERROR(LEFT([MFG Approval (archived)]@row, FIND(",", [MFG Approval (archived)]@row) - 1), ""). It works great.
However, I need to extract the email address for the contacts column and the date for the date column. The email address is between the ":" and the " ,". Please help me with the formulas for the Contacts and Date columns.