-
An "Average" formula which does not consider a cell with "zero" value
Hi Smartsheet Community, I'm looking for an "average" formula for a set of cells. However, some of the cells have a "zero" value and the formula musn't average across those cells, only ones which have a positive value. Please see an example below: Average of only cells which have a number - if the number is "0", then do…
-
Duplicate data formula which references two values
Hello Community, I am trying to find duplicate invoice numbers for the same client within two of my sheets. I need to show if there have been any duplicate invoices for clients using two criteria but am unsure how to create the formula. I want this information to show in a checkbox form. =IF(COUNTIF([Invoice #]:[Invoice…
-
How can I subtract a changing number of days from a date?
Hi there, I have a "Due Date" column and an "Order By Date" column. The Order By needs to reflect a date that is the Due Date minus our lead time (reflected in a third column and listed as a number of days). The issue is that the lead times change and vary from product to product. So I'm trying to create a formula that…
-
Is there a way to combine these two formulas? IF and NETDAYS, use of TODAY function
I would like to return a value based on the total number of Medicare Days used prior to admission, plus the total days elapsed since admission to calculate day 100, or benefit exhaust date. I've worked out the individual pieces but I'm having trouble combining the two. In the Days Remaining Column, I have this: =100 -…
-
Formula that changes status symbol based on check box checked/un-checked
I'm trying to create a formula that changes my status column to the red or green symbols. I looked at some examples on the site, but wasn't able to get it to work on my sheet. I was trying to set up a formula around the following parameters.. If check box is checked then green If check box is un-checked then red I have…
-
Networkday Formula Not Working Correctly
I'm using the networkday formula to gather the number of working days between two dates and then dividing that number by 5 to get the total number of weeks. However, the formula doesn't seem to provide the correct answer unless I change the dividing number to 4.7 (no idea why that would work since there's 5 days in a…
-
sum of parent rows only, below parent and child rows
Itemized budget rows, which are the sum of child rows. All data entered in child rows and totaled in the parent row. At bottom of page, I want to total the parent rows only. Any way to do this? Screen grab attached.
-
Status should = "Pending" if the cell is null
I have a sheet that looks for errors in a field, then populates a status if it finds those errors. For example: =IF(LEN(Body@row) < 1, "RED", IF(OR(CONTAINS("Rejected: 0", Body@row)) = true, "Green", "Yellow")) However, if the cell is null, it reads "#INVALID VALUE". In addition to the formula above, I would like to…
-
Week day
Hi good morning, I would like to know how I can get the day of the week in full. Is there any formula? I used the weekday but juts give me the number. Thanks
-
Trying to get some formulas to work to make a month timeline
I have a number of sheets that I am relaying on using this timeline sheet for. This is for a commission workplace and individual commissions. In the core sheet, I track the date of sale. Which that gives me a YEAR / Month. Then, I want to assign it a Current Month, Last month, 2 months ago, and so on. My goal was to…