Hello,
Is it possible to have column type as a dropdown list and a formula together?
I tried it but it shows that I still have the dropdown list after I've converted the column into formula however I no longer have the option to use the dropdown list. See below for screenshots.
I currently have the Created Date column in effect so when I enter a new row, what I would like to happen is to have the Created Date column offset the "Status" column as "Open". However, I would still like to have the dropdown list available since the "Closed" option needs to be manually done when the task is completed for each row.
Having the formula for the column seems to remove the dropdown option but it is still showing in the Column's properties so I'm thinking if having these two options simultaneously occur is possible?
Thank you in advance.
Formula is: =IF(ISDATE([Created Date]@row), "Open", "")