Forum Discussion
Anonymous
4 years agoNot applicable
Dates
scenario: there is start, due and due revised dates columns However, the due revised column has empty cells. Question: how to configure due revised and due date columns as one with keeping data...
- 4 years ago
Hi Anonymous,
I would suggest to create a new column with an if logic according to your needs, Maybe something like this?
TomsNewColumn = IF ( Table[Due Date revised] = blank(), Table[Due Date], Table[Due Date revised] )
Let me know if this helps! 🙂
/Tom
https://www.tackytech.blog/
https://www.instagram.com/tackytechtom/
tackytechtom
4 years agoMost Valuable Professional
Hi Anonymous,
I would suggest to create a new column with an if logic according to your needs, Maybe something like this?
TomsNewColumn = IF ( Table[Due Date revised] = blank(), Table[Due Date], Table[Due Date revised] )
Let me know if this helps! 🙂
/Tom
https://www.tackytech.blog/
https://www.instagram.com/tackytechtom/