adding an unmarked check box only if its a grandchild row

i need to add checkboxes to the grandchildren rows. how can i do this without making it look so messy? i created a workaround with helper column but it looks messy and its time consuming.
Answers
-
Hey @NikkiOno
Looking at your data, do you also want the parent rows and the grandparents to include a 'na'?
You will no longer need the 'yes' column. This formula can be converted into a column formula (if unfamiliar, after entering the formula into the checkbox column, right click on that cell and scroll down the list to choose 'convert to column formula')
In the checkbox column add this formula. Be sure to edit and insert the real name of your primary column.
=IF([whatever your primary column is called]@row<>"", IF(COUNT(ANCESTORS())=2, 1, IF(COUNT(ANCESTORS())<2, "na")))
Will this work for you?
Kelly
If you are unfamiliar with column formulas, you may be interested in this post
-
@Kelly Moore thanks so much!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.9K Get Help
- 474 Global Discussions
- 207 Use Cases
- 517 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 83 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!