Connect with peers, share your expertise, and inspire what’s next in Smartsheet — from proven practices to practical how-to insights from fellow users and product experts.
Sign in to join the conversation:
The posts in this section are historical and no longer monitored for accuracy. If this discussion interests you and you'd like to join in, please visit the active Community to post and engage.
Hi
Can anyone assist with why this formula doesn't work? Ideally I would like to return a text result of "FY18" if the dates are in the range 01/07/17 to 30/6/18.
Thanks in advance.
Richaerd
Hello Richaerd,
I came up with this when testing in my sheet:
=IF(AND([Click date cell] > DATE(2017, 7, 1), [Click date cell] < DATE(2018, 6, 30)), "FY18")
This formula should be pasted in whichever cell you want "FY18" to be displayed.
Thanks Andrew that worked a treat. By the way I misspelled my own name. It's Richard. IPhone typo!
Thanks again for the help.
Richard