Forum Discussion

Benjamin Davis's avatar
Benjamin Davis
Copper Contributor
Mar 16, 2018

How to extract cell information based on another cell entry

I have an excel sheet with the following layout: My goal is to find each occurrence of a machine number that has a downtime equal to or greater than 4 hours and put that info Plus the reason into a s...
  • Matt Mickle's avatar
    Matt Mickle
    Apr 02, 2018

    Ben-

     

    Try this file.  I updated the array formula and added a dynamic named range that adjusts based on the array formula.  It looks at rows W2:W41 (i.e. 40 cells) and adjusted the range based on the difference:

     

    myPivotRange

    =OFFSET('Weekly Template'!$W$2,0,0,40-COUNTBLANK('Weekly Template'!$W$2:$W$41),3)

     

     

     

Resources