Hello again community!
I am trying to write a if statement formula where if a certain cell in the sheet is blank it will show the modified date column. Below is the sample of the formula:
=IF(NOT(ISBLANK([Sample]@row)), Modified_date@row,"")
This formula works great when I set the column formula to a Date column. However, I would love to also include the TIME and Date in this column. Basically I am asking if there is a way to make an if formula and produce exactly what is shown in the Modified date column. Please let me know if you need any other information.
Thank you!