Forum Discussion

David Cockerham's avatar
David Cockerham
Copper Contributor
Dec 31, 2024
Solved

Formula to deliver to a different workbook

I am using the formula =FILTER(A2:A20,E2:E20>=1,"NODATA") in order to deliver data from column A to column E of the same sheet, excluding zero results.  Is it possible to write a similar formula in a...
  • NikolinoDE's avatar
    Jan 04, 2025

    =FILTER('[SourceWorkbook.xlsx]Sheet1'!A2:A20, '[SourceWorkbook.xlsx]Sheet1'!E2:E20>=1, "NODATA")

     

    If you must work with a closed source workbook, use Power Query to pull filtered data dynamically.

    My answers are voluntary and without guarantee!

     

    Hope this will help you.

     

    Happy Excel-ing!