Sign in to join the conversation:
Is it possible to have a red/yellow/green circle symbol appear in a column if the cells of another column meet a certain range criteria? For example, I want a green symbol to appear when a cell has a number between 0-45, yellow 46-75, and red 75+.
Hello, We created a dashboard last year that pulled data from the week number but now that it's a new year, the data isn't pulling correctly. We added a year column, but haven't quite figured out how to do it correctly. Any help? Does this look correct? =COUNTIFS(WEEKNUMBER({PrintProductIntake-Week#}, [Primary Column]@row…
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))…
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…