Sign in to join the conversation:
Try something like this...
="FY" + RIGHT(IF(MONTH([Finish Date]@row = 1, YEAR([Finish Date]@row), YEAR([Finish Date]@row) + 1), 2)
I am working on putting performance evaluations into Smartsheet. We have a set of criteria that employees will be rated on, and below is our scoring scale. Scoring Scale 5 - Exceptional: Consistently exceeds expectations; demonstrates leadership or innovation in this area. 4 - Strong: Frequently exceeds expectations;…
Is there any way I can create a column formula that pulls from a parent row? "For need formula here" I need to divide the value and cost from the parent row then multiply the value in the child row. I will be having multiple parent rows so I was hoping to have a column formula
Problem: I want to calculate the number of days past the End Date or the number of days until the end date. If the End date is less than today, it would be "Overdue by " X days and if the End Date is greater than todays date, it would be "Days to Complete ". If the Status is Not Started or Completed, then leave the field…