Sign in to join the conversation:
Can anyone suggest a formula to return the earliest and latest date within a child column?
for the earliest date range you can use = MIN ([xx] 1 : [xxx] 19.
Where the XX is your starting position and XXX is you ending position, of course the row numbers will vary to what you need
I believe using the word LARGE instead of MIN will give the most recent date.
Hope this helps.
That works for a range - thanks!
Any idea how to constrain the search just to a cell's children?
I'm glad the range worked. I'm not sure about a cell's children. Would it be possible to show me an example that's similar or if not too private part of the sheet you are working in?
=MIN(CHILDREN([Date Column Name]@row))
=MAX(CHILDREN([Date Column Name]@row))
If you are putting the formula in the same column as the children you are referencing, then you wouldn't even have to specify a cell.
=MIN(CHILDREN())
=MAX(CHILDREN())
That worked, thanks!
Happy to help.
How to return the latest Children date only if all the Children are populated with dates? I tried this, but did not work.
=IF(CHILDREN() <> "", MAX(CHILDREN(), ""))
Hi all, I want to utilize the Smartsheet Dynamic View. Considering the "editor access" type in smart sheet I wonder if the users are aimed to edit the view, should have the editor role? If I am not shared the file with them, will they stay as a Smartsheet user with viewer settings but are able to view the file? Thank you!
I can create a Chart in Dashboard from sheet well but from Report is not working now. I just try with simple Report (just contain 2 column Primary and Number) but cannot make the chart. Is there any changes recently right, because I haven't worked with Smartsheet dashboard for a long time and I remembered that I could do…
I shared access to a user to a specific folder under workspace A (folder is 2025-09-Service Factory). However, I can see that he's shown to have access to all the other child folders under 02-ACTIVE Initiatives. Why is that when I only shared out one folder? Is there a way to only share access to users to ONLY specific…