Forum Discussion

Nathan___Mox's avatar
Nathan___Mox
Regular Visitor
4 years ago
Solved

filter out value in calculation for dates

Hi all, I am wanting to make a calculation to add 11 days too a date column, but Since some cells dont have a date when i make the calculation it makes all the blank rows = 10/01/1900. I was hoping ...
  • lukiz84's avatar
    4 years ago

    IF(NOT(ISBLANK(yourTable[yourDateColumn])), yourCode)