Help to identify all x.x.1 cells
I have a WBS column that I'm joining with a resource row count to provide a distinction for tasks not just by hierarchy but by resource. I need to be able to exclude the very first task per assignee in the first hierarchy only. How do I identify only the x.x.1 tasks in a column? I need to create a formula for all RBS = x.x.1 rows to be blank.
Answers
-
Hi, @melmcdtsp —
I think you could use the RIGHT function to identify the x.x.1 rows, as I think "1" would always be the rightmost number.
For example a column with this formula, =IF(RIGHT(RBS@row, 1) = 1, "", RBS@row) would be blank for rows that were x.x.1, and would populate the RBS for other rows. Alternately, you could use something similar in a checkbox column to identify the rows…
Does that help?
-
@Jennifer Kurtz - yes - thank you. Been too knee deep on the functioning in this sheet.
-
@Jennifer Kurtz - is there any way I can use a formula to identify with a checkbox the first task per assignee under each parent after the first group? I don't have a numbering system that helps for that nor will the tasks be as obvious as in
my picture.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.4K Get Help
- 424 Global Discussions
- 221 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 144 Just for fun
- 62 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!