I looked around on the forums and can't find a macro that fits my needs. I have a cell that is preforming a COUNTIF function: =COUNTIFS(Main!BM:BM,"No",Main!CQ:CQ,"No") and I need a macro which will copy the rows for any which match the conditions listed and auto-populate the current worksheet.
I am also wondering if there is a formula which could achieve this. I was thinking I could do something to the effect of =IF(COUNTIFS(Main!BM:BM,"No",Main!CQ:CQ,"No"),TRUE,FALSE where the value if TRUE populates the rows meeting the COUNTIF conditions; I'm just unsure of a formula which could do this.
Thanks!
Bookmarks