Sum(Children())
Answers
-
Thanks so much for your input - I am out of the office for the next couple of days but I look forward to reviewing your comments.
Thank you again.
Nigel
-
Thanks for the feedback it was really useful - as the template is work in progress, I have not locked any columns but I will do so once it is finalised.
Can you explain more about Row 4B that you added in relation to basing the conditional formatting on it and also what the =count(ancestors())+1 does.
I like your formula for 'Calculated Status' however I cannot get it to work - it indicates #UNPARSEABLE - not sure why as I have checked the column names and brackets and they all seem fine.
Thanks again for your input.
Nigel
-
Would you be able to comment on my questions above regarding your review of our Template?
Many thanks
Nigel
-
Sorry for the delay, I've been a little bit too busy to come back to you.
Row 4B, to me, is nothing more than an helper column you hide. I like to have this row which can help greatly in card view, if you use it . It's also great to make it easier to differentiate parents from childrens on the grid with conditional formatting as you can apply a specific line color, font, character hieght, and so on based on this column. It really helps having a cleaner sheet to work with.
Now regarding the calculated status column:
=IF([Time Spent (Hours)]@row > 0, IF([% Comp]@row = 1, “Complete”, IF([% Comp]@row = 0, “Not Started”, “In Progress”)), “Not Started”)
As, I think @Genevieve P pointed it out on another thread, you'll note that quotes here are a little bit curved as the formula is being paste from Word. They should be straight.
Try copy/paste this formula:
=IF([Time Spent (Hours)]@row>0; IF([% Comp]@row = 1, "Complete", IF([% Comp]@row = 0, "Not Started", "In Progress")), "Not Started")
That one is a little tricky, but the problem comes from the quotes.
-
Thanks @David Joyeuse
I copied the formula and then I manually changed the quote marks to ensure that they were correct but Smartsheet still says the formula is Unparseable.
This is what I pasted:
=IF([Time Spent (Hours)]@row>0; IF([% Comp]@row = 1, "Complete", IF([% Comp]@row = 0, "Not Started", "In Progress")), "Not Started")
Looking at this now I can see what the problem is - there is a semi colon rather than comma after the first 'If'!
It now works!
Many thanks again for your time
-
Ah sorry, old french typing habits :P
-
Yes - I work in Quebec and I am always getting confused between ',' and ';'!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!