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 information? 👀 | 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 information? 👀 | 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 information? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao!👋 | Global Discussions
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.1K Get Help
- 448 Global Discussions
- 154 Industry Talk
- 503 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 512 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives