-
Fillable text box isnt show all the information?
Hello, I am having trouble with the fillable text boxes and i dont know what is wrong. I current have the sheet set up so they fill the form out and whats not working is the commas and last number of the salary wont show up on the final PDF. See below for more detail: So I am just wondering if I need a helper column to…
-
add data with hours - formula or something else
Como que eu faço para somar datas com horas exemplo (18/04/2023 15:00:00 - 06/04/2023 13:00:00 ??) Translated by Moderator How do I add data with hours for example (04/18/2023 15:00:00 - 04/06/2023 13:00:00 ??)
-
Countif Date Formula
Hello, I'm having an issue with a countif formula. I'm trying to countif the number for submissions that happened within a specific month on another sheet but keep getting an #INVALID DATA TYPE. I checked the column type in the other sheet and it is a date column. The formula works in the actual sheet with the data, but…
-
Help fix error with if and formula
I am trying a formula and keep getting an error. Here is what I am trying =IF(and([Billing Status as of 04/10/2023]="Active",[Line Installation Date]@row="N/A"), "Unknown", IF(and([Billing Status as of 04/10/2023]="Inactive",[Line Installation Date]@row="N/A"), "N/A",IF([Installation Year]@row > 1988, "Yes",…
-
COUNTIF with array constant
Hello, Can something like this be done in Smartsheet? Thank you
-
Update cells with regards to Date@row
I have a formula =IF(TODAY() = Date@row + 1, {insertDATA}, ""). Once the date hits the cell updates and I run a workflow to lock this row, however once another day passes this cell becomes invalid. How can I get this updated value to permanently stay?
-
Adding Date Criteria to formula
Good day- I have a formula that I need to add an "end date". I am not sure that between dates are available? Here is the formula: =COUNTIFS({Gate1Start}, >=DATE(2020, 1, 1), {PPV}, 1, {ItemStatus}, OR(@cell = "Open", @cell = "Closed")) The date portion needs to be BETWEEN 1/1/2020 and 12/31/2020. Right now it is just…
-
How can I connect project names to a project #?
I am looking for a better way besides individually making automations. That allows me to connect multiple project names using a drop-down list to a specific project number.
-
Formula for countdown symbols
I'm wanting to use the Empty Quarter...Full symbols to act as a clock for when a contract is about to end, but I'm having difficulty with the formula. Hoping someone can help. I have 4 columns: Execution/Begin date, Contract End Date, Total Contract Time, and Days Until End Date. Days until End Date is using the formula…
-
Best practice / ideas for dealing with recurring task reminders
Hi, I'm creating a sheet which will contain a list of about 200 tasks. These tasks are all recurring, although not with the same frequencies. Some need to take place annually, some are quarterly, some monthly (and not always on the same day of the month). I need to create some way to track whether tasks have been completed…