Trending in Formulas and Functions
-
Construction Phase Count Formula
I'm trying to count how many projects are in the construction phase each month using this formula: =COUNTIFS({Master Project List Range 1}, "2 - Construction", {Master Project List Range 2}, <=Month@row, {Master Project List Range 3}, >=Month@row) It works, but I want to make sure it's also counting projects that are…
-
Formula shows UNPARSABLE
I am trying to create a formula, and I keep ending up with unparsable. The name of the field I am accessing is called "Deliverable Number". Now For example, this field contains 2 characters I want to REMOVE Original: DEL #10 - TO Portal Strategy/Solution Desired: DEL 10 TO Portal Strategy/Solution As you can see the "#"…
-
Logic for If this AND if that then....
Does Smartsheet have the logic capability for me to ask it "If Column location is East, AND Column Credit request is travel credit" then use the standard default amount of $500 in travel credit amount column? Basically, I want to add logic where the answer displayed is based on 2 columns and not just one.