Hi. I've trolled through pretty much every thread regarding this topic and I found a formula that works, except where it's not supposed to. I'm using this formula in a secondary cell/ column to format phone numbers in another column using parentheses and dashes. The problem I'm having is the formula converts the phone number in the cell/ column where the formula is and not where the phone number digits are stored. Please help, this is driving me crazy!!
="(" + LEFT([Contact Number]1, 3) + ") " + MID([Contact Number]1, 4, 3) + "-" + RIGHT([Contact Number]1, 4)
Thanks,
Jeremy