I need formula (no macros) to populate data from tab to another as cell changes

Copper Contributor

Hello,

 

I need help with a formula that will pull data from my Client's tab (when the column cell is changed to "needs drawings") into my Daily Tasks tab. There will be hundreds of entries and the cell will change for each client as the sales cycle progresses;- they will not change in any order of row. Attached is an example

2 Replies

@Chrislawsin 

 

I've attached a file with a formula that I believe will do what you're looking for, but have you considered just filtering the Client list for "Needs Drawings" (Data tab, Filter button)?

 

 

 

 

 

@Chrislawsin 

These days

= FILTER( clientData, Tasks="Needs Drawings", "None")

returns the extracted data as a single array, sized by the data.