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.
Hello, I'm working through the writing formulas optional activity and in the 'Nested IF function - Progress Column' task it directs you to put in the following formula '=IF([% Complete]@row = 0, “Empty”)'. However, when I put this formula into the spreadsheet, '04a_Marketing Request Tracker - Formulas', I get an…
Currently Triggering recurring workflows are only supported at the top of each hour. For instance 10:00, or 11:00, etc. Would like the ability to set 10:30 or 10:45. Perhaps the inteface can stay hourly so it doesnt get huge, but have the ability to manually edit the time directly to any custom time.
I have an automation that has a condition where I am looking at the column "LEA Interco Supporting Site(s)" and trying to find columns that have the value "Fort Loramie" in them. This works well when "Fort Loramie" is the first item listed in the cell, but it doesn't work when "Fort Loramie" is the second or third value in…