Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Please note that on Saturday, April 11, 2026, at 8:00 PM Pacific time, our Case Management System will undergo a scheduled maintenance for approximately 30 minutes. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
Why is My Depreciation Formula Not Working?
Hi Gurus!
I have a situation and I believe you are my only resort! :)
So, I need to write a formula where, for a new asset,
1st year depreciation = ( (50%) of (20% of NBV) ) & (divide it by number of periods in the first year)
Following years = (20% of NBV) divided by number of periods in that year.
My formula: IF (NB=OC) THEN ( (NB*0.2) /2/12 ) ELSE ( (NB*0.2) /12 ) ENDIF
Questions please:
- NS won't allow me to save this formula for some reason.
- NB = OC indicates original cost = NBV and this is to show that it is the first year of this asset.
- To make this NB=OC work, I believe I need to set the depreciation method to "annual depreciation, monthly posting" in the depreciation period field, correct? This way, say if the 1st period has only 2 periods, NS will find 50% of 20% of NBV, which will be annual amount, and divide it by 2 periods, which will be the idea of monthly posting?
0