Something has changed. I have a formula =[Modified Date]@row that captures the last modified date and keeps it static. I do this as I have rows backed up nightly to another sheet if they were modified. Just using Modified Date doesn't work as the date changes once it's on the new sheet. It's now rounding the date up. The backup run nightly at 10 or 11pm CT USA. Unfortunately I don't know when the change happened.
Has anyone else noticed this? I just want the backups to reflect the true last date the row was updated before it was moved. The above ran last night 04/30/2025 so the Last Updated should read 04/30/2025.
=[Modified Date]@row should still work. I shouldn't have to do =LEFT([Modified Date]@row,8) to get the correct value. Right?