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.

Calculation for greater than x but less than y

Featured Replies

  • Newbies

Sorry I am sure this is here somewhere but I have not been able to find a post..

trying to do conditional formatting: stuck on the calculation to highlight if the date is GREATER than 80 days but LESS than 90 days

I want two conditional formats.

1. If it's more than 90 days since this field's date and (FIELD B ) is blank, highlight in RED. simple enough.

(Get(CurrentDate) - GetAsDate(Self)) > 90 and FIELD_B = ""

2. If it's equal or greater than 80 days but less than 90 days since this field's date, and (FIELD B ) is blank, highlight in BLUE. here is where I'm stuck.

???

thank you!

Well, since the field cannot be both blue and red at the same time, you can simply make the first condition:

Get ( CurrentDate ) - Self ≥ 80 and IsEmpty ( FIELD_B )

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.