IF formula to combine rows if checkbox checked
IFCC
✭
Is there a way to do this?
I would like my Primary Column (Task Name) to combine it's text with my 'assigned to' column if the condition of the checkbox in column 'Show' is checked.
thanks
Mike
Tags:
Comments
-
This is doable if you want to set the formula in your primary column and adjust the formula each time you enter it the title of a task.
=IF([Checkbox Column]24 = 1, [Assigned to]24 + " - ", "") + "Task Name"
To set each task name you'd have to come in and edit the formula with your actual task name.
Or you could reverse it...
="Task Name" + IF([Checkbox Column]24 = 1, " - " +[Assigned to]24, "")
-
Thanks, that will give me something to work with.
Mike
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!