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.
I created a new sheet for my team by replicating an older sheet and now my tasks aren't pulling into my task report or any of my teammates. I confirmed the sheet was selected in my report but it still isn't pulling in. I've never had an issue with this before so would love some advice on troubleshooting.
Can someone help me and give me an idea on how to create a cost estimate for installations, with a total for each chapter by groups, subgroups and types of work, but at the bottom of each chapter. https://us.v-cdn.net/6031209/uploads/0OSH46KSC2LH/cost-estimate.xlsx Thanks
Hi Everyone, I created some forms for our powdercoat test logs. The forms are working great for the employees to input the data. The problem I am having is with giving the supervisors and managers access to the sheet. I gave them Editor Cannot Share permissions to see and edit the sheet. But they are saying that Smartsheet…