Help Required
Hi,
I think I might need help with using MATCH but not 100% sure if its the right way to go
I have a sheet with a column named Job Number and another column named Status
I am looking to search for any matches in the job number column and if there is a match AND the status column in this matched row is closed I want to set my initial column status also to be closed.
Hope that makes sense !!
Any help appreciated
Answers
-
Are you able to provide a screenshot for context?
-
Hi Paul,
so you can see the Job number column and the status column.
As per the initial query I'd like it if (in the red row) the Job number matches any other rows and any of those rows have a closed status then the status of the initial (red) row is updated to closed
-
You are going to need to insert a hidden helper column with the following column formula:
=IF(COUNTIFS(Status:Status, @cell = "Closed", [Job Number]:[Job Number], @cell = [Job Number]@row)> 0, "Close Row")
Then you would set up a Change Cell automation to trigger when the hidden helper column changes to "Close Row" and the output would be Closed in the Status Column.
-
Thanks Paul,
Formula works fine but I cant seem to get the workflow to change the cell, it remains the same regardless of is the cell contains "Close Row" or not.
I even added a new column to test it out but its not changing the value - Do I have a schoolboy error here ??
-
Are you saving after making the update that would lead to the workflow being triggered? It could also take up to 15 minutes for the workflow to trigger after the sheet has been saved. You may also need to refresh your browser after saving.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 142 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!