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.

Dates and ages.... I really need help

Featured Replies

Hi all,

I have seen similar questions posted here but they always include a calculation in relation to the CURRENT date... this question is a bit different....

Task: I am calculating property tax schedule AGES for all of my video equipment.

Problem: I need to calculate the age in years (1,2,3,4 etc) from two dates (Purchase date and Assessment date). I will be manually updating the assessment date each year as I recalculate the property tax.

IF the purchase date is AFTER the assessment date, I need a "0" in the age field.

IF the purchase date is BEFORE the assessment date but in the same year, I need to age field to show a "1"

Then, of course, if the equipment is older, I need to have the proper age inserted into the Age field.

I have no doubt that some of you will shake your head at how easy this is.....

But thank you for your help.

Matt

  • Author

Lee,

yikes... after spending quite a bit of time looking through the solutions provided, I did not see anything that sparked an idea of how to resolve my DB issues.

Thanks anyway Lee.

The link provided takes you to a list of files. "Software Management Starter Solution" is the fourth one from the bottom. The pictures show a depreaction schedule. Isn't that what you wanted?

Lee confused.gif

How about

Case(

DatePurchase > DateAssessment; 0;

Year(DatePurchase) = Year(DateAssessment); 1;

Year(DateAssessment) - Year(DatePurchase) - (DateAssessment < Date( Month(DatePurchase); Day(DatePurchase); Year(DateAssessment) ))

)

?

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.