Hello! I am trying to do a sum of days! Here is what I have
IF(Delivery=BLANK(),"", DATETIME_DIFF(Return,Delivery,‘days’))
I am getting a number output of the difference of days, (IR: 2, 7, 14) however they are not recognized as numbers because they ...