Sign in to join the conversation:
=SUMIF(Date past due: Date past due,>TODAY(), Amount:Amount)
#unparsable
The amount is coming from a vlookup from another smartsheet
The past due date is a formula with in the same sheet
I always use SUMIFS, so the syntax will be slightly different.
If the column name contains special characters (including spaces) or ends in a number it needs to be surrounded by [] square brackets.
=SUMIFS(Amount:Amount, [Date past due]:[Date past due], >TODAY())
Craig
thank you
Hello! I am attempting to create a gift card inventory log and a transaction log. I created a master sheet to house the general inventory. I also created a transaction log. My goal is for them to talk to each. The master sheet will house all of the gift card information like, the serial numbers, description/store, value,…
I want to lookup a specific start date based on 2 criteria: (1) Workset; (2) Week # in the main sheet. I have a separate sheet that contains the dates I am pulling in. I tried using INDEX(COLLECT and I can't seem to get it to work. Data Set: Workset Week # A, B, C, D 1-12 Example: If you have Workset A and Week # 5 the…
Hi How do i set created Date column to only show entries from line 24 downwards?