Our company works in two week chunks we call iterations. Using the following formula in Excel I am able to calculate what the current iteration is. However when I import from Excel Smartsheet doesn't appear to like the formula.
Using the current date the formula in Excel is
=FLOOR.MATH(DAYS(NOW(),"6/11/01")/14)
Using a specific date the formula in Excel is
=FLOOR.MATH(DAYS("8/2/20","6/11/1")/14)
Does anyone know of a way to get these formulas to work?