-
Formula Within Next 30, 60, 90 days
Hello - Looking for help with a basic formula that will calculate how many projects end within a certain number of days. I have used: =COUNTIF({End Date}, <=TODAY(30)) I am not receiving an error message, but the result is much higher than the number is should be. Any help you can provide is appreciated! -Andrea
-
stacked if formula based on DATE and Drop down
Good afternoon all I am fairly new to smartsheet but an intermediate user of Excel. For some reason, my multiple stacked IF OR formula for Dates is not working - i know it must be simple but ive been staring at it and really need some help Test Frequency is a drop down list: Daily/Weekly/Monthly/Quarterly/Yearly In a…
-
=Today()
Im putting this formula into a cell in a date/time property column and it returns the text "=Today()" ie with no functionality.
-
Return "Late" if date is passed and box is unchecked
I have 3 columns: Planned Date, Completed Checkbox, Late I want a formula to put "Late" in the (Late Column) IF the (Planned Date) is passed and (Completed) is unchecked. If it is not late, I want to leave the Late cell blank. I want this to show on every row. Here is my formula for row 2. I'm getting #INCORRECT ARGUMENT…
-
IF FORMULA HELP
Here is my IF formula: =IF([% Complete]3 = 0, "Red", IF([% Complete]3 = 1, "Green", "Yellow")) It works great for green and everything else not so much. What I want it to do is calculate based off of percent complete. so if less than 50% complete it should be red, if less than 75% yellow everything else is green. What have…
-
Multiple checkboxes
Hi there! I have two columns, for the sake of this example we can call them A and B. I would like to create a formula so that if A and B are both checked off, it will show the text "Sent" but if only A is checked the text will say "Reviewing". If neither checkboxes are marked I would like the text to read "Pending". Can…
-
Sumif or ifs...
Hi, I want to sum a column based on multiple criteria from one column. I have accomplished this in the following way: =SUMIF({Stage}, "Proposed", {Volume}) + SUMIF({Stage}, "Sold", {Volume}) Is this the best way to do this or is there a cleaner way to accomplish the same thing. Thanks!
-
Graphing Sumif Data for Date Specific Criteria
Hi Newbie here... My first attempt at creating a graphical / chronological representation of Date specific ALLOCATION subtotals has resulted in an #invalidoperation message. Goal is to show Users combined ALLOCATION on the Y-axis over time increments (wks, mo, etc.) I'm sure you guys have already done this one so any help…
-
Subtracting date and time
I am working on a delivery smartsheet, where I need to figure out how long it takes to get a product from the order phase, to the parts picked to the delivered phase. Here is a screenshot of how our times are formatted, these can be over multiple days and not just a single 24 hour period. I looked through other posts to…
-
SUMIFS Based on Parent and Children Criteria
Hi there! I am trying to make a master reporting sheet that is just a sum of another source sheet based on specific criteria of parent and child rows. It's a two step SUMIFS that I can't seem to get straight. It would need to be a sum "grand total count", if hierarchy 0 month = specified month and hierarchy 1 matches…