Sign in to join the conversation:
Someone knows how to include weekends in a single row on one sheet and that all other rows include only work days?
Thanks!
What kind of sheet / template are you working with? Are you trying to use dependencies?
Hi, I created a formula that derives a value-based date range but if the date field is blank, I receive an INVALID DATE TYPE comment in that specific row. I read a few comments online that says if I apply the IFERROR operator, it will remove this error, but it returns “Incorrect Argument Set”. Here’s a sample of my…
If I am trying to create a metric formula to count how many rows were created today, created yesterday, created 3 days ago etc… by using the auto "Created Date" column. The current formula I am using is not properly adding them correctly =COUNTIFS({Ticket Tracker Range 1}, "COUNTING" , {Ticket Tracker Range 3}, =TODAY(-1))…
I am trying to do an Index Match where I have multiple lookup values in the same cell. I want it to grab all available App Names and return/concatenate them into the cell here. I have some App IDs with just one # where it works fine normally but others like the example above have multiple listed.