I am currently working on a project for managing inventory to keep track of the materials we have in school.
This page is used for teachers to input material information for the ones they wish to borrow. I used the datalabs.org for a reference and now I want to add additional features.
What I have to do looks like the following.
I have an input box for teachers to put down their Name. Using cell C7, SEARCH will be available to view all history catalog of BORROW and RETURN with the name typed in C7. What I want to do are two things.
FIRST: make corresponding number of checkboxes appear in column A. For example, if I search 4 logs under the name Ben, there will only be 4 checkboxes appearing in column A. If I search 10 logs under the name Bob, there will be 10 checkboxes appearing in column A (next to the logs). I have no idea how to make this possible....
SECOND: Once the checkbox is ticked, I want the ticked row to automatically fill in cell C9, C11 and C13. For this to happen, i also will need to limit the maximum number of ticked box to be 1 for Column A.
Can someone please help me out with this?
