GijoeBlack
New Member
- Joined
- Sep 22, 2021
- Messages
- 23
- Office Version
- 365
- 2016
- 2013
- Platform
- Windows
- MacOS
Greetings All
I am out of ideas on how to implement a "FILTER" Func with Multiple Criteria for Office 2019 which does not support the function while Office 365 does. I have following example setup on O365 Excel and works like a charm.
I have (2) Workbooks - Workbook A [DCI Invoice.xlsx], Workbook B [DCI-TEST.xlsx]. The FILTER func is being used within Workbook A to bring in certain Columns/Rows from Workbook B so long as it meet the (4) conditions where $F$6 is within Workbook A. See below:
=FILTER('[DCI-TEST.xlsx]DCI Invoices'!$B:$F,('[DCI-TEST.xlsx]DCI Invoices'!$A:$A=$F$6)*('[DCI-TEST.xlsx]DCI Invoices'!$Z:$Z>=1)*('[DCI-TEST.xlsx]DCI Invoices'!$H:$H=0)*('[DCI-TEST.xlsx]DCI Invoices'!$G:$G<>0),"NOT FOUND")
Any advice / help is greatly appreciated.
NOTE: I have utilized INDEX, Match, OFFSET for some other areas but can't figure out how to include the above (4) Criteria.
I am out of ideas on how to implement a "FILTER" Func with Multiple Criteria for Office 2019 which does not support the function while Office 365 does. I have following example setup on O365 Excel and works like a charm.
I have (2) Workbooks - Workbook A [DCI Invoice.xlsx], Workbook B [DCI-TEST.xlsx]. The FILTER func is being used within Workbook A to bring in certain Columns/Rows from Workbook B so long as it meet the (4) conditions where $F$6 is within Workbook A. See below:
=FILTER('[DCI-TEST.xlsx]DCI Invoices'!$B:$F,('[DCI-TEST.xlsx]DCI Invoices'!$A:$A=$F$6)*('[DCI-TEST.xlsx]DCI Invoices'!$Z:$Z>=1)*('[DCI-TEST.xlsx]DCI Invoices'!$H:$H=0)*('[DCI-TEST.xlsx]DCI Invoices'!$G:$G<>0),"NOT FOUND")
Any advice / help is greatly appreciated.
NOTE: I have utilized INDEX, Match, OFFSET for some other areas but can't figure out how to include the above (4) Criteria.