Good morning Smartsheet Community. Hope you all are well. I'm looking for help to find the proper function to help me achieve what I'm trying to do.
I have three columns seen in the screen shot below, Rough In Date, Install Date and Tech Date.
I currently have the following formula in the Tech Date Column.
=IFERROR(IF(WEEKNUMBER([Rough In Date]@row) = WEEKNUMBER(TODAY()), [Rough In Date]@row, IF(WEEKNUMBER([Install Date]@row) = WEEKNUMBER(TODAY()), [Install Date]@row)), " ")
The above formula is working perfect but only when there is both a date entered into the Rough In Date column and the Install Date column. Problem is that not all projects we do have a Rough In Date. There for the formula doesn't run.
I'm looking for help determining the proper function to use with this to help make it run even when Rough In Date is blank.
Any help you can provide would be greatly appreciated.