Maybe I need to use a different formula, but this was successful in returning "Short" for everything, rather than anything under 90 days. We are trying to call out short start projects or those that require less than the average 90 days, so a difference of 90 or over should return nothing.
=IF([Anticipated Activation Date]@row - [Go Live/Close Date]@row < 90, "Short", "")