-
Challenges with combining SUMIFS and COUNTIFS
I am using the Sheet Summary to input formulas helping me to track the COUNT of installs that took place in a given month/year. But now I want to SUM how many assets were installed at that location using the same date criteria. My formulas below are allowing me to COUNT how many rows (AKA customer locations) fit my…
-
Allow Images, Field Formula Calculations, and Layout Customization in Forms
Allow Images: It would be so great to be able to add images to the form layout that can be viewed within the form. This could be used for multiple purposes (ex. Order or Item selection based on image. Ex. Provide visual instruction or assistance to help user complete the form.) Field Formula Calculations: If a form's…
-
Merged: Feature Request – Enable Copy and Paste for Header Columns
This discussion has been merged.
-
formula help
hello all, can I get help with this - I am trying to count the "√" in column DAY 2 but its in a children lines from parent line 03.2025 - that is a children's line for parent line 2025 I don't know what am I doing wrong =COUNTIF(CHILDREN([DAY 2]:[DAY 2] "√"))*8.5
-
Partial Formula Working
Hello, Everyone. I have a commission sheet with many columns, and I have a 3 part formula to calculate commission based on 3 different % depending on which month of the contract the sales team is in. The first two IF statements work beautifully. The 3rd part I need to calculate that if the Month of Contract is greater than…
-
Level 1 Net Days
Hi what column formula can I use in days to sell that calculates the number of days between start date and date marked sold that calculates only on the level 1 main level. I do not need it to calculate the children.
-
Formula for capturing one line of text only
Hi all! I am pulling a report from another system into Smartsheet. One of the columns allows multiple entries in the system that generates the report. If they enter multiples, each appears on a separate line. I just want the top-most entry to pull into a helper column. I am using this formula: =LEFT(Column@row,…
-
Please Add a Sum Product Formula
Please add a sum product formula to improve ease of calculations without workarounds.
-
Need to bring data from another sheet based on 2 fields matching
The formula below must be mising something that I can't quite get. Goal: If the 2 cells combo of the row data on the current sheet are found on either of the other two sheets, then bring back the data from the request ID column from the match found on the other two sheets, or blank. =IF(OR(COUNTIFS({Sheet1 - E#}, [E…
-
Getting #INVALID DATA TYPE when using the MONTH and YEAR commands
My source sheet is using this formula in the 2025 MAR column: =COUNTIFS({Christine Test Sheet CLLI Code}, CLLI@row, MONTH({Christine Test Sheet Acq. Cut Date}), 3, YEAR({Christine Test Sheet Acq. Cut Date}, 2025)) on this source sheet: My destination Sheet that the source sheet refers to i.e., {Christine Test Sheet Acq.…