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.

Tax Calc

Featured Replies

I have a field called "State Withholding Tax". In it I need it to look at "Gross_f" and if it is between 0 and 30, it will show 0.00. If it is between 30 and 85, it will show 1.00. If it is between 85 and 140, it will show 2.00. And finally if it is between 140 and 160, it will show 3.00. I tried this :)

Case ( 

Gross_F = 0 & < 30 ; 0.00

; Gross_F > 30 & < 85 ; 1.00 

; Gross_F > 85 & < 140 ; 2.00 )

But it doesn't work. Any advice.

Thanks

Case (

Gross_F >= 0 and Gross_F < 30 ; 0;

Gross_F > 30 and Gross_F < 85 ; 1;

Gross_F > 85 and Gross_F < 140; 2

)

or if you dont have any mumber lower than 0 then it can simply be:

Case (

Gross_F < 30 ; 0;

Gross_F < 85 ; 1;

Gross_F < 140; 2

)

Edited by Guest

  • Author

Sorry, I have not replied in a while. Had pnemonia and out of service for quite some time. Close call I guess. I really appreciate your help, I will work on the formula and get back to ya. Thank you very much.

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.