Hi, I have been assigned smartsheets and am trying my best to train myself via youtube + the forum. I created this formula
=IF(ISBLANK([Completed Date]@row), "", IF([Completed Date]@row > [END]@row, "No", "Yes")
It shows if the completed date is blank: leave blank
if the completed date is greater than the end date put no otherwise yes
I also want to add on. If the completed by due date column is yes leave blank:
=IF(ISBLANK([Completed Date]@row), "", IF([Completed Date]@row > [RQ END]@row, "No", "Yes"), IF([Completed By Due Date]@row "Yes", ""))
where am I going wrong here?
Any help would be hugely appreciated !Thank you