Forum Discussion

A819A1L's avatar
A819A1L
Brass Contributor
Mar 30, 2021
Solved

Need macro to auto-populate master sheet with data from other tabs

Hi there! I'm here looking for some help with an excel problem.   Attached is the workbook I need to edit. All the sheets are identical (with the exception of one hidden sheet) with the sheet names...
  • Patrick2788's avatar
    Patrick2788
    Apr 03, 2021
    I think this is the formula you need:
    =FILTER(Data!A3:Q10000,((Data!L3:L10000<>"")+(Data!M3:M10000<>"")),"")

    The + in the filter criteria will move records to the prospects sheet if 'L' OR 'M' is not blank. With FILTER, I like to omit the header row and start with the first row of data. I've set it down to 10,000. You may change that as needed.

Resources