formula help
i have a checkbox column that registers a check mark when an amount is over $100. The sheet has a form for collecting data. i put in a the formula =IF(Amount20 > 100, 1, 0) in the checkbox cell. Only when data comes in from the form, it puts new data at the bottom of the sheet below the formula. how do i get the formula to apply to the entire column, catching the new data coming from the form?
thanks
SGF
Tags:
Comments
-
Hi SHF, Try this:
- Enter =IF(Amount@row > 100, 1, 0), in the first row.
- Then, drag down the bottom right-hand corner to apply it to every row.
- Highlight and delete every blank row in the sheet.
- Save your sheet.
Smartsheets will auto-generate blank rows, but when you submit a new form entry the formula should automatically apply to the new entry.
-
sounds good. Thanks!
SGF
-
You're welcome. I hope that helped you out.
Help Article Resources
Categories
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!