I have created a formula to countdown the days to launch and converted it to a Column forumula so it is automatic for any project. However, we don't need to know the negative numbers or day past launch in this column. I tried nesting an IF function to return a blank cell for anything less than zero but I the dreaded unparseable error. What am I missing?
=[Go Live/Close Date]@row - TODAY(), IF([Days to Go Live]@row, <0, "")