I have a column of data which reflects the status of a project. Statuses include "Completed", "On Next Report" etc.
I'd like to embed the report schedule into the cell when the project status is "On Next Report" so viewers can easily click and see when the next report will be published.
In my head, this is something like an "If" statement "=If ([Status]@row = "On Next Report", "URL to publish date") but...that doesn't quite work the way I want it to.
I know I can manually add a hyperlink with "Display text" for each of those cells, but, that feels...tedious. Would love to automate it possible.