Hi,
I currently have a filter and match reference from a table on another sheet. What I am looking to do is have this information copied and pasted onto the next sheet:
=IFERROR(FILTER(Aberdeen!A3:C25,ISNUMBER(MATCH(Aberdeen!L3:L25,{"Required";"Ongoing"},))*ISNUMBER(MATCH(Aberdeen!F3:F25,{"Received"},))), "") - plus another three similar formula's.
The rows I want the data from are A, B, C, G, H, M, and O, filtered by "Required" "Ongoing" in column L and "Received" in column F. If possible I am hoping the sheet will update automatically when new entries meet the criteria and when current entries no longer meet the criteria.
Thanks
I currently have a filter and match reference from a table on another sheet. What I am looking to do is have this information copied and pasted onto the next sheet:
=IFERROR(FILTER(Aberdeen!A3:C25,ISNUMBER(MATCH(Aberdeen!L3:L25,{"Required";"Ongoing"},))*ISNUMBER(MATCH(Aberdeen!F3:F25,{"Received"},))), "") - plus another three similar formula's.
The rows I want the data from are A, B, C, G, H, M, and O, filtered by "Required" "Ongoing" in column L and "Received" in column F. If possible I am hoping the sheet will update automatically when new entries meet the criteria and when current entries no longer meet the criteria.
Thanks