I would like to return all Addresses from another sheet where Column [Status] Matches a criteria
I would like to return all Addresses from another sheet where Column [Status] matches certain "text"
I have tried two formulas and at present they only return the first instance of the address, I have generated a report, however i now need to send this new sheet on to a team member to ensure the follow up work is carried out.
these are the formulas that I currently have.
Preferably I would like one line of code to incorporate multiple search criteria selected from a multiple dropdown box (if this is too difficult the formula with two search criteria will suffice)
=IFERROR(INDEX({Site Address}, MATCH("Advisory", {Status}, 0)), " ")
=INDEX(COLLECT({Site Address}, {Status}, CONTAINS("Statuatory", @cell)), 1)
Destination Sheet
Source Data Sheet
Answers
-
Is the other user not able to include the follow up data on the report?
-
Unfortunately not,
This sheet has over 40 columns 490 rows and the data is generated via a form by various field engineers
we are trying to automate the process so we can capture ongoing works without having to copy entire rows to other sheets, manually deleting unnecessary columns, adding more columns with checklists and approval automations before we can bill the works etc, etc...
-
If you give the team member editor access to both the sheet and the report (and the columns they need to fill in are in both the sheet and the report) then the user should be able to update the report.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!