Formulas and Functions
Archives for May 2018
Discussion List
-
Stop Counting NETWORKDAY after Done Box is checkedIn Formulas and FunctionsHi everyone, I'm hoping this is easy to read, it is hard to explain. I am trying to STOP counting days from commencement date of a project once the DONE box is checked. I have managed to make it work without using NETWORKDAY, using this…
-
How to total quantity based on similar name in columnIn Formulas and FunctionsI am trying to total points based on the persons name. Basically one column has the names, some of them duplicates. Another Column has points. I need a third column for total points at the end that looks at the names, finds those that a…
-
Help with a formula: Do not run formula if cell is blankIn Formulas and FunctionsRookie here -- I'm hoping to get some help with a formula issue. I am trying to flag the "Attn" column if "Days Until Due" is less than 120. However, I don't want the "Attn" column to flag if the cell is blan…
-
Mark child if Parent meets criteriaIn Formulas and FunctionsHi- I see lots of threads to mark a parent if a child meets a certain criteria, but I am looking for the opposite. I have Material, Labor, and Subcontractor Parent rows and would like to mark the children with either a number or letter in…
-
Formula for last 24 hoursIn Formulas and FunctionsHello my friends - I need to create a formula to find any new rows added to a sheet in the last 24 hours. My created on system column is added. We currently are using the TODAY function, however, that only captures those added today, whi…
-
Date validation on Web FormIn Formulas and FunctionsIs there a way to validate a date before submitting a form. The Use-case is: We have an Event Request Date (Date field) on the form and we don't want the end client to select the close-by dates. We want to add a condition on the form; …
-
using Harvey ball status to drive a formulaIn Formulas and FunctionsHi, Is there a way to use the harvey ball status to drive a formula? Here's an example of what I was able to achieve in excel but cannot replicate in Smart Sheet. =If(HarveyBall = "Full",date-today(),"") Result in e…
-
SUMIF Formula - "Dragging" to CopyIn Formulas and FunctionsFor the formula below, when I drag this formula, which references another sheet, across columns in the sheet that I'm writing it, the column referenced in the formula doesn't change. Even though I've done nothing to anchor it, it just rema…
-
Baffled......Circular / Blocked Reference (Vlookup)In Formulas and FunctionsThis one is baffling. I have a problem with 2 sheets reading each others data through a Vlookup. Each sheet has Vlookup ranges from the other sheet. I understand why formula and Vlookup may return a #circular or #blocked reference, but …
-
Check Flag with formulaIn Formulas and FunctionsI am trying to turn on a flag with a formula. I am using the below, my problem is that the flag does not turn red, when I enter the formula the flag disappears and I get a 1. When I take the flag formatting off and change it to text I get …