-
Formula with multiple checkboxes and each has an associated comment
I have a form with multiple departments that are checked if they are affected. sometimes it might be one, sometimes it might be all (12 of them) or anywhere in between. If they are checked an update request is sent and they fill out a comment. I need another column (called Fully Reviewed) to be "No" until all departments…
-
Formula not working in some cells of column
I ran into an odd situation where the formula I am using is not working in some cells. I tried using this as a column formula (How I would prefer). I also tried it as a cell formula. But I have random rows where the formula simply refuses to work. This is the formula in question. It should fill in the Additional assignment…
-
Help with complicated Index If statement, want to flag a helper row
Hey friends, I'm finally figuring out a complex system to have a first sheet with a Dropdown data row, matched to a column with a helper row that only highlights the MAX (most recent) dropdown. I'm doing this so I can ask a dynamic dashboard to retrieve all data on Faculty across multiple sheets. It works great! Only…
-
"Substitute" Column Formula Inconsistency
Hello, I am using the column formula below to extract the time from the "Created Date" column. =SUBSTITUTE([Date Submitted]@row, DATEONLY([Date Submitted]@row), "") However, you can see in the screen shot below that it doesn't always work. Is this a bug?
-
Formula not working
Hi all, I can't understand why this simple calculation isn't working, or if it's my brain! I am trying to calculate in the highlighted cell, 29 * 73,000 Euro each time it returns zero. The 29 is a formula based on other figures on the same smartsheet, whilst the 73k is a SUMIFS based on a different smartsheet. What am i…
-
SUMIFS with multiple criteria per quarter
Hi! I need some help getting a formula to work for a sheet summary and have confused myself at this point. I need to get a sum of the reach our national events collected within Q1. Columns: National_local - want to only find those designated "national" Start_date - only need between 1/1/2025 - 3/31/2025 Reach - need the…
-
Dependency columns: Automations or Formulas in Start / Finish & Duration Columns
With so many posts about this why has this feature not been added or fixed? The fact that this is not a feature in Smartsheet makes it extremely difficult and inefficient to accurately determine schedules. We are utilizing Smartsheet to build out our schedule the production and forecast the completion of our products. All…
-
VLOOKUP Help - Incorrect Argument Set error
I am stuck with an "Incorrect Argument Set" error when I try to use VLOOKUP. On Sheet 1, I have a column called "User Name." I am adding a helper column tacked onto the right side of a large timesheet report pasted in from a .csv file. I'd like to use VLOOKUP to retrieve the user's name as it appears in my payroll reports.…
-
COUTIFS Formula help needed
Hi, I am trying to write a formula that will pick the right data to automatically fill the Actuals - Monthly cell (Row 11 in the description column). I have tried an INDEX MATCH formula (=INDEX([M1 2025/26 (£000's)]2:[M12 2026/27 (£000's)]2, MATCH(CurrentMonth2, [M1 2025/26 (£000's)]1:[M12 2026/27 (£000's)]1, 0)) and kept…
-
Update functions list to include regular expressions
GSheets and Excel have these formulae as standard. It would be useful to have the ability to use RegEx to parse through strings.