Forum Discussion
MarkShnier__You
5 years agoQrew Legend
Year([Date])+
If(Month([Date]) >= 10,1,0)
This assumes that your fiscal year for 2021 starts on this coming October 1st, 2020.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
If(Month([Date]) >= 10,1,0)
This assumes that your fiscal year for 2021 starts on this coming October 1st, 2020.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
- BethanyHudson5 years agoQrew TraineeI get an error with the "Year([Date])+" portion of the formula: Expecting text but found number--Bethany DickeyProgram AdministratorMobile Bay National Estuary Program118 N. Royal St., Suite 601Mobile, AL 36602251-459-8870
- MarkShnier__You5 years agoQrew LegendThe formula will return a number. if you want a numeric result, then change the field type to Formula Numeric
If you want to retain as a text result and a formula text field type , then convert the result to text like this
ToText(
Year([Date])+
If(Month([Date]) >= 10,1,0))
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------- BethanyHudson5 years agoQrew TraineeThanks! It let me save the field with the error and DID actually work on the form.--Bethany DickeyProgram AdministratorMobile Bay National Estuary Program118 N. Royal St., Suite 601Mobile, AL 36602251-459-8870
Related Content
- 5 months ago
- 2 months ago
- 3 years ago
- 3 months ago
- 2 months ago