0
votes

I have a spreadsheet to manage my clients. I fill a form and the responses are recorded in a mastersheet from where individual sheets for all clients get populated using script. Now I have another sheet where there is a list of all clients in column A and I want to copy value of h32 from each clients' individual sheet to this list sheet using a script and paste it in the column B next to the clients' name. I also need it to update the value of column b if it changes in the clients' sheet. I need it to ignore the other sheets with specific names like 'Outward' , 'Inward' and 'Payment Details' Sample spreadsheet attached. https://docs.google.com/spreadsheets/d/1NjWn_6ZfmkRLAJLf0zeBhuKlEP7vWRxOPCyFnRtTeVg/edit?usp=sharing

Do not know where to begin with.

1

1 Answers

1
votes

You really don't need script for this. Put this in 'List' B2 and copy down.

=iferror(INDIRECT(""&A2&"!$H$32"),"")