I am trying to combine three different formulas into one cell, but need help.
The cell that is being edited, F3, has several numbers and spaces in the beginning, end, and middle of the number that need to be omitted. The formulas are:
=LEFT(F3,LEN(F3)-9=RIGHT(F3,LEN(F3)-FIND("-",F3))=CONCATENATE(LEFT(F3,5),(" "),MID(F3,13,50))