Functions
Hi There,
I trying to Calculate the total number of Change Request Opened in Each Year as of 2006,through 2020.
There a formula I can use for this?
Best Answer
-
Your formula would look something along the lines of:
=COUNTIFS([Date Column]:[Date Column], IFERROR(YEAR(@cell), 0) = ####)
In place of #### you would enter the year number or cell reference if you already have the years listed out.
Answers
-
Hi,
Do you want to check it on the same sheet or multiple sheets?
Can you describe your process in more detail and maybe share the sheet(s)/copies of the sheet(s) or some screenshots? (Delete/replace any confidential/sensitive information before sharing) That would make it easier to help. (share too, andree@getdone.se)
I hope that helps!
Be safe and have a fantastic week!
Best,
Andrée Starå
Workflow Consultant / CEO @ WORK BOLD
✅Did my post help or answer your question or solve your problem? Please help the Community by marking it as the accepted answer/helpful. It will make it easier for others to find a solution or help to answer!
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
It from One Sheet.
I have a column that contains a date the Change Request was submitted. So What I want is to calculate number of Changes Submitted, let say for an example: Total Number of Change Requests submitted in year 2006.
-
Your formula would look something along the lines of:
=COUNTIFS([Date Column]:[Date Column], IFERROR(YEAR(@cell), 0) = ####)
In place of #### you would enter the year number or cell reference if you already have the years listed out.
-
I saw that Paul answered already!
Let me know if I can help with anything else!
Best,
Andrée
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
@Paul Newcome , Thank you it worked perfect.
@Andrée Starå thank you Yes one more think I am trying to create the approval from, from different departments, so what happens if we have an urgent change request it needs to be approved by 4 different department before it can be implemented. My question is: is it possible to have one cell that will contain the decision of them all (Approved or Declined) but if once of them declines it then it stays declined.
-
Happy to help!
Yes, it's possible.
Try something like this.
=IF(CONTAINS("Declined"; [Approver 1]@row:[Approver 4]@row); "Declined")
The same version but with the below changes for your and others convenience.
=IF(CONTAINS("Declined", [Approver 1]@row:[Approver 4]@row), "Declined")
Depending on your country you’ll need to exchange the comma to a period and the semi-colon to a comma.
Would that work?
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
Hi Andree, when I send one Approval Request to multiple contact (as per snip shot below), will it wait for all of them to approve the request or if one of them approves it will mark it as approved?
-
It's only one that can Approve or Decline, and then the Approval Request will not be valid anymore. If you want all four to answer separately, they will have to be added to four different columns.
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!