Skip to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

unformatting text

Featured Replies

SSN field formatted to automatically insert hyphens in the correct places -- xxx-xx-xxxx -- so I don't have to stop twice in every entry to find that darned hyphen key.  Works flawlessly.  However, when someone else entered ID data, she typed in the hyphens so I have some records that, when formatted, look like xxx--x-xxxx.   (The calculation is:  Left (SSN; 3) & "-" & middle (SSN; 4; 2) & "-" & right (SSN; 4).)

 

Is there someway I can see the original -- unformatted, just numbers -- SSN that I typed in?

 

 

You can change the calculation to take account of the user who writes the dashes.

Try:

Let(
d = Filter ( SSN ; 1234567890 ) ;
Left ( d ; 3 ) & "-" & Middle ( d ; 4 ; 2 ) & "-" & Right ( d ; 4 )
)
You can use the same Filter( ) function to obtain unformatted SSN
  • Author

I knew I could rewrite the calculation to account for the hyphen and prevent future problems.  I did not realize that would 'reverse engineer' the incorrectly formatted records.  So simple.  Thank you.

I had always thought the proper format for SSN was xxx xx xxxx. Without the hyphens. In Canada S.I.N. format is xxx xxx xxx with no hyphens. Does the government require hyphens on tax forms etc in the US?

TurboTax put the hyphens in my 1040 as I entered the different parts into the work sheet.

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.