Jump 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.

E-Mail Numbers?

Featured Replies

Anyone know of a way to preserve number formating when e-mailing?

Thanks,

John

Maybe

"$ " & GetAsText ( Amount )

Lee

  • Author

Thanks Lee, I also need the comma for thousands.

John

Okay, then maybe this is better.

Let ( [

Amount = Round ( Amount ; 2 ) ;

A = Int ( Amount ) ;

L = Length ( A ) ;

R = If ( Amount > A ; Left ( Amount - A & "000" ; 3 ) ; ".00" )

] ;

"$ " & Case (

L=9 ; Left(A;3) &","& Middle(A;4;3) &","& Right(A;3) ;

L=8 ; Left(A;2) &","& Middle(A;4;3) &","& Right(A;3) ;

L=7 ; Left(A;1) &","& Middle(A;4;3) &","& Right(A;3) ;

L=6 ; Left(A;3) &","& Right(A;3) ;

L=5 ; Left(A;2) &","& Right(A;3) ;

L=4 ; Left(A;1) &","& Right(A;3) ;

A

) //end Case

& R

) //end Let

Lee

[color:Blue]I usually have record of who contributed these calculation, but I didn't in this case. Sorry.

  • Author

Lee

I knew you would show the way! Thanks!

John

Create an account or sign in to comment

Important Information

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

Account

Navigation

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.