Tick checkbox when all cells have been filled (mixed column types)
Hello all,
I need a checkbox to automatically check when all other cells have been filled. I have tried using =IF(ISDATE([Handoff Docs. Received Date]3), 1) = IF(ISTEXT([Engineer Assigned]3), 1) = IF(ISTEXT([Sales Rep]3), 1) = IF([Completed Handoff Doc.]3, 1, 0)
When all columns are text columns this formula works like a charm minus the last part of the formula of course. However, I have all sorts of Column types that I need to make sure are being filled in. Once I insert a different type of column into this formula the checkbox checks and unchecks randomly. How do I accomplish my checkbox automatically being checked when all fields in that same row are not black regardless of column type.
Thank you.
Comments
-
Hi,
Can you describe your process in more detail and maybe share the sheet(s) or some screenshots? That would make it easier to help. (share too, andree@getdone.se)
Have a fantastic day & Happy Holidays!
Best,
Andrée Starå
Workflow Consultant @ Get Done Consulting
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
Have you tried using AND to check for all your different conditions?
=IF(AND(ISDATE([Handoff Docs. Received Date]3), ISTEXT([Engineer Assigned]3), ISTEXT([Sales Rep]3), [Completed Handoff Doc.]3 = 1), 1, 0)
-
You could also try something along the lines of...
=IF(COUNTIFS([Handoff Docs. Received Date]@row:[Completed Handoff Doc.]@row, ISBLANK(@cell)) = 0, 1)
This will look across all of the columns in that row and count how many are blank regardless of column type. If none are blank, then it will check your box. As long as any new columns are added between [Handoff Docs. Received Date] and [Completed Handoff Doc.], you won't even have to update the formula as it is looking across that entire range.
-
This is perfect, Paul. This will definitely help if any updates are needed since it does not require all columns to be listed. Very elegant and simple formula. Thank you!
-
Happy to help. This came about out of me needing to do this very same thing a few months ago. I started off listing each column , but as columns were added and removed it turned into a real hassle. I figured this HAD to work, so I plugged it in for some testing and it worked like a charm. Glad to see it was of some use to others as well.
-
Thank you so much! I am creating a report that pulls an employee's name only when all cells in a row are checked, and this worked perfectly (after updating the column names, of course). Thank you so much!
-
@Pam Tadsen Happy to help. 👍️
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