Sign in to join the conversation:
My sheet has a system column that shows the Modified Date of each row. Is there a way for me to pull the most recent date out to the sheet summary? I tried =MAX(Modified:Modified) but it says that it is an invalid column value.
Because its a system generated column you may need to break out the date into a user column first. You can use the DATEONLY function to separate out the date, then reference the max from that column. You'll want both columns to be date formatted columns.
Hi Mike! I tried that, but it still says INVALID COLUMN VALUE when I try to find the max of the DATEONLY column.
Nina
The error is indicative of trying to get a certain type of data (DATE) in a non-date column type. Whichever column the MAX formula is in, you need to make sure that one is set as a Date Column type.
Also make sure that your Sheet Summary filed is set to be a date type field.
Apparently my browser was taking a while to refresh. I see that Mike already got it.
Hi, I have automations in place to generate various documents, based on the form completed. Once the document is generated, the user WOULD receive an email that included a message I create and then a link (at the very bottom) for the recipient to click on to download the generated document. Now, I still get the email but…
Is anyone aware of a method to inspect the login history of individuals added to your Safe Sharing Exempt List? We feel it would be wise to audit this periodically and then disavow anyone who has not logged in after x months
Hi! We have a project list that goes through our SteerCo for approvals on Wednesdays. I have an automation that sends all approval decisions from the meeting to the stakeholders following the meeting (set an hour after meeting conclusion). We have it set up so that only a couple admins can see the main sheet, all other…