Sheet automations and cell updates

We have a recruiting team for our clients. When the client requests us to fill a job role, they can specify one or more jobs in that role. When the recruiter fills one job, I copy the row to another sheet for billing, then I want to reset five key fields and decrement the number of jobs to fill. Does anyone have any suggestions for decrementing the counter? The Change Cell Value option only provides for a fixed text field. I tried using a formula and it dutifully copies the formula into the cell as text.
Best Answer
-
Hi @ghammar
A solution I came up with is to count the rows that match the source sheet.
In the image below, the [Filled Jobs] column uses the following formula to count the rows in the copy target sheet, Sheet 2, with the same Client Name and Job Role.
=COUNTIFS({Sheet 2: Customer Name}, [Client Name]@row, {Sheet 2: Job Role}, [Job Role]@row)
Then, instead of updating the Jobs to Fill, I added the Updated Jobs to Fill column and subtracted the Filled Jobs value from the Jobs to Fill.
As for copying the row when a Recruiter is Assigned, I created workflow automation to copy the rows when the Latest Recruiter Assigned value is changed. You could make the column a dropdown list to choose the Recruiters.
Copy row workflow automation.
Copy row target sheet
Answers
-
Hi @ghammar
A solution I came up with is to count the rows that match the source sheet.
In the image below, the [Filled Jobs] column uses the following formula to count the rows in the copy target sheet, Sheet 2, with the same Client Name and Job Role.
=COUNTIFS({Sheet 2: Customer Name}, [Client Name]@row, {Sheet 2: Job Role}, [Job Role]@row)
Then, instead of updating the Jobs to Fill, I added the Updated Jobs to Fill column and subtracted the Filled Jobs value from the Jobs to Fill.
As for copying the row when a Recruiter is Assigned, I created workflow automation to copy the rows when the Latest Recruiter Assigned value is changed. You could make the column a dropdown list to choose the Recruiters.
Copy row workflow automation.
Copy row target sheet
-
@jmyzk_cloudsmart_jp Thanks! That works. I have to get used to using a lot of helper columns with Smartsheet.
-
Happy to help!😁
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67K Get Help
- 441 Global Discussions
- 154 Industry Talk
- 502 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 79 Community Job Board
- 512 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 307 Events
- 36 Webinars
- 7.3K Forum Archives