-
Formula to calculate amount of days/weeks/months between two dates?
I work in managing long term, in vivo research studies so keeping track of age is important, I am assuming this is a pretty basic formula but I cannot seem to figure it out. I also want an automatic column that just gives me current age. Please help!
-
#Nested Criteria when combining formulas together
I am trying to get this formula to work, but it kicks back the nested criteria. =JOIN(DISTINCT(COLLECT([Employee Number]:[Employee Number], [Created Date]:[Created Date], IFERROR(MONTH(@cell ), 0) = MONTH(TODAY()), [Employee Number]:[Employee Number], COUNTIF([Employee Number]:[Employee Number], @cell) >= 2)), ", ") I just…
-
Need help with formula on helper sheet to pull specific data from other sheet.
I have a sheet where employees submit information to me. I created a helper sheet because I want to see all of the employees who submitted requests 2 or more times in the current month. Is this possible to do?
-
Use formula to capture data but then not update
I want to use a simple Index Match formula to capture data from another Smartsheet, but the issue I have is that the data on the other Smartsheet will be updated throughout the year. I do not want my data to be updated as the other Smartsheet is updated. For example, I have a list of contacts that will get updated if…
-
How to Filter a Report based on items found in ONLY multiple sheets
I've had two Pro Desk support appts that have not resulted in a resolution, and it was suggested I ask here. Hopefully I can be very clear about what the issue is and I apologize if I'm long winded. My non profit runs a group of 200+ volunteers that fundraise at varying venues and over 200+ events per year. Each venue has…
-
Formula help with Index Match and Contains
Here is what i have in 2 ways but neither work: IF(CONTAINS("X1", [Model Type]@row), INDEX({Other Sheet Range}, MATCH([Email 2]@row, {Other Sheet Email Range}, 0)), "") IF(CONTAINS(INDEX({model}, MATCH([Email]@row, {assignee}, 0)), "X1"), INDEX({serial number}, MATCH([Email]@row, {assignee}, 0)), "") My goal is to retrieve…
-
Formula help
I am struggling to figure out this formula. It has worked in the past. this is the Formula. =IF([Task Name]@row = "", "", IFERROR(INDEX({Awarded Bids FORM - Sub}, MATCH([Task Name]@row, {Awarded Bids FORM - Sched 1}, 0)), "") + IFERROR(INDEX({Awarded Bids FORM - Sub}, MATCH([Task Name]@row, {Awarded Bids FORM - Sched 2},…
-
Join Collect formula that excludes the current row from the results
I'm trying to create a formula that creates a list of duplicates in my sheets, I've gotten this formula to work but it's showing the original row within the list of duplicates. I tried adding an auto number column and including a condition that the list shouldn't include the current row. However, the addition of this to…
-
Return Multiple Values in Smartsheets
Hi all - I am trying to create a search box feature in Smartsheets. I have two sheets - 1) End User and 2) Main sheet where my data is stored. The data sheet has several columns, and for this purpose, I am only interested in 4 columns - 1) Keyword (Drop Down), 2) Content (Text), 3) Status (Drop Down), and 4) Project (Drop…
-
CountIFS with multiple criteria in second range
Looking to capture the certain status of a Purchase Order in a list of orders associated with several different projects. So i have range 1, criteria 1 = "Red", Range 2, Criteria 2 = Multiple project numbers. Keeps returning unparseable or incorrect arg. Is there another formula I should be using?