Can a workflow on one sheet update specific empty cells on another sheet?
I have a sheet with a list of no longer needed items that may be useful to another group. I have setup a custom URL (custom per row/item using a unique asset number) that opens a form on a second sheet to gather the requestor's contact information. When that new row is created on the second sheet, can a workflow change/update an availability status on the original list of items available so that when the first request is made the item status changes to unavailable so duplicate requests don't happen?
Best Answers
-
Hi @Glenn Meyer
Yes! You can use a formula to check the second sheet and see if that current row's unique number is present on the second sheet. If it is, you can display "Unavailable", but if the formula can't find any rows that have this unique number, it can display "Available".
Try something like this:
=IF(COUNTIF({Unique Number Second Sheet}, [Unique Number]@row) >= 1, "Unavailable", "Available")
Let me know if this is what you were looking to do.
Cheers,
Genevieve
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
-
This is perfect!! I was able to make it work. Thank you!!
Answers
-
Hi @Glenn Meyer
Yes! You can use a formula to check the second sheet and see if that current row's unique number is present on the second sheet. If it is, you can display "Unavailable", but if the formula can't find any rows that have this unique number, it can display "Available".
Try something like this:
=IF(COUNTIF({Unique Number Second Sheet}, [Unique Number]@row) >= 1, "Unavailable", "Available")
Let me know if this is what you were looking to do.
Cheers,
Genevieve
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
-
This is perfect!! I was able to make it work. Thank you!!
-
No problem at all! I'm glad I could help. 🙂
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 219 Industry Talk
- 457 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives