Good morning all. I've been trying, unsuccessfully, to create a formula to pull (populate) all names listed in a column from another sheet. The closest I've been able to get is utilizing the formulas below but neither are what I need. Cell linking does not appear to be a good option due to the potential to add additional employees to the list(s).
=JOIN(COLLECT({MBC Employee List - Field-Super / FM Name Helper}, {MBC Employee List - Field-Super / FM Name Helper}, <>""))
This formula collects all names but unfortunately joins all the names/text into one cell.
=INDEX(COLLECT({MBC Employee List - Office Employee Name}, {MBC Employee List - Office Employee Name}, <>""), 1)
This formula collects only the one name in the one specific cell. I would need to manually adjust the formula across 150+ rows.
I have master sheets for "field" and "office" employees which both have columns listing employee names. I want the new sheet to pull all listed names in those columns (which will be filtered by a checkbox). I assume I will need an individual column foir each master sheet and then I would create a helper column to aggregate the data from each into one column…which would be used to populate a drop down on another sheet.
Can anyone help me with what I am missing?