I am looking to create a cell that is always today’s date plus 1 day. Currently a method that arrives at the right result is a field of date in a cell, which automatically updates based on the computer clock. Then referencing that cell in the formula =DATE(YEAR(cell),MONTH(cell),DAY(cell)+1). This equals the correct value initially but does not update on subsequent opens of the file.
I am printing this file from the command line however, the field value does work for other documents I print this way that require the current date.