javascript - Google Spreadsheets: conditional, includes rows imported from different spreadsheets -
i have imported columns several spreadsheets , different tabs (using importrange within query) 1 column in master sheet. need formula fill in different column specific strings depending on cell in first column came from. more specifically, have spreadsheet file documenting information school's students (their names, ages, id numbers, etc.), each section has seperate sheet. on other hand, working on master sheet, imported names of students sections 1 column -the goal summarize information in 1 place-, want corresponding name, find it's source (the specific sheet document), , copying name (since name of sheet=the section).
how difficult that?
it great help!
thanks in advance :)
from understand you're trying achieve, seems me you're going in reverse.
the importrange function requires information want in second column (where range comes from) doesn't ?
if need actual name of spreadsheet google apps script may come in handy, notably spreadsheet.getname() can call inside custom function.
you have in master spreadsheet dedicated sheet indicate several importrange functions range (sheet , reference) spreadsheet (let's urls) import. concatenate these 2 pass importrange functions.
hope helps move forward, don't hesitate clarify if misread you.
cheers
Comments
Post a Comment