Jedi Master
Board Regular
- Joined
- Jun 10, 2024
- Messages
- 70
- Office Version
- 365
- Platform
- Windows
I have a master worksheet that looks at 50 identical worksheets like the below:
I want to pull entered info from the 50 identical worksheets to the master and consolidate. For example, Quote Task Worksheet looks like:
and Quote Task Worksheet (2) looks like:
The formula I am looking for would consolidate info entered into all 50 Quote Task Worksheets in the Quote Task Master and look like this:
I am trying to make a version of the following formula work, no luck yet: =IF($M19="","",CHOOSECOLS(FILTER(HSTACK('Quote Task Worksheet '!A50:K73,'Quote Task Worksheet (2)'!A50:K73),'Quote Task Worksheet '!D50:D73>0),1,2,3,4,5,6,7,8,9,10,11))
Not sure how or if I need to filter the multiple sheets, if I am only grabbing entered info, then I dont think I need to filter anything.
I want to pull entered info from the 50 identical worksheets to the master and consolidate. For example, Quote Task Worksheet looks like:
and Quote Task Worksheet (2) looks like:
The formula I am looking for would consolidate info entered into all 50 Quote Task Worksheets in the Quote Task Master and look like this:
I am trying to make a version of the following formula work, no luck yet: =IF($M19="","",CHOOSECOLS(FILTER(HSTACK('Quote Task Worksheet '!A50:K73,'Quote Task Worksheet (2)'!A50:K73),'Quote Task Worksheet '!D50:D73>0),1,2,3,4,5,6,7,8,9,10,11))
Not sure how or if I need to filter the multiple sheets, if I am only grabbing entered info, then I dont think I need to filter anything.