Forum Discussion
krissyalphin
Sep 11, 2024Copper Contributor
Trying to create a document that updates information based on specific information in workbook
I have a client list, some with multiple job names, requests related to job and mode of receiving said info. Those are the headings to my cells in the excel spreadsheet. What I would like to do is au...
- Sep 11, 2024
=FILTER('Customer Information'!D:F,'Customer Information'!C:C=A6)
Does FILTER return the intended result?
OliverScheurich
Sep 11, 2024Gold Contributor
=FILTER('Customer Information'!D:F,'Customer Information'!C:C=A6)
Does FILTER return the intended result?
krissyalphin
Sep 12, 2024Copper Contributor
This worked like a charm!!! Thank you so much my friend! When I tried FILTER command, I had them array and include mixed up and kept getting an error message. This is perfect. Thank you again for your response.