Hey Folks,
Basically, I am looking to use an automation (or other tool) to check and fill multiple cells based off of a single checkbox. Specifically:
When ticked, check Col 1, if Col 1 is empty, write HELLO. Then check Col 2, if Col 2 is empty, write HELLO. Then check Col 3, if Col 3 is empty, write HELLO. And so on.
The application is that we have a sheet where data is collected through a form and I would like to be able to fill in all of the gaps with a "No response received" text.
Thanks