Automation and/or formula in one sheet to change cell in another sheet?
I have ten sheets in our workspace, one is the master sheet that leadership uses to approve department requests, the others are department specific spreadsheets that are populated by a request form for each department to manage their requests.
Each department specific spreadsheet has a status field to track where their requests are within the approval process (ex: A dropdown with values like Submitted, Reviewed, Confirmed, etc).
Once the request is in "Confirmed" status, the request row is copied over to the master sheet for final leadership approval. Once it is approved by leadership, we want to have an automation and/or formula driven by either the department name or the request ID to update the status cell on the department specific spreadsheets to "Approved" status rather than having to manually update the status.
Is this possible? If so, how?
Also, is it possible to generate an email to the department heads and the original requestor based on the request ID or department when leadership approves, puts on hold, or denies a request?
Thanks in advance for any help you can provide!
-TL
Answers
-
Hi, you could use an Index Match formula and a helper column with a workflow.
First of all use an INDEX MATCH formula like this in a helper column
=index({Approval Status} , match([Request ID]@row, {Request ID on Approval Sheet} , 0)
Then create a workflow that says when this column is approved it updates the status. The workflow will look like this:
Then
You can then set up an automation by setting the trigger and who to alert by going to automations and creating a workflow and referencing fields. Something like the below:
Hope that answers the question!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 437 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!