Select Column Range

I have a form where there are 120 columns and collaborators enter the information through their department dynamic views. For easy math, let's assume each department has 20 columns to fill out. The last column is a checkbox such that if all 120 columns are filled out (essentially not blank), this check box will be marked. I see a couple ways to do this without a helper column:

  1. Formula along the syntax of =IF((COUNT([Column1]@row, [Column 2]@row, [Column3]@row, … ,[Column 120]@row)/120)=1, 1, 0) ***I ran into the 4K character limit
  2. Formula along the syntax of IF(AND(ISBLANK([Column1]@row:[Column120]@row), 1, 0) **NOT WORKING. DOES THIS WORK IN SMARTSHEET?
  3. Automated Workflow so that the conditions are all the columns are not blank but is there a limitation on how many conditions there are?

Best Answers

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!