Forum Discussion

jdogg29's avatar
jdogg29
Brass Contributor
Feb 21, 2023

Pulling data fields from reports (based on date) and compiling them into another tab.

Hello,   I have an inspector report that I am trying to pull data from certain fields based on a Ring #.  The inspector will fill out the main report page and then the selected fields will record o...
  • OliverScheurich's avatar
    OliverScheurich
    Feb 23, 2023

    jdogg29 

    Hello, 

    instead of an IF command i've tried this formula

    =IFERROR(INDEX(CoverPage!$I$51:$I$53,MATCH([@Ring],CoverPage!$C$51:$C$53,0)),"")

    in cell B3 of sheet "Compiled Info" and it seems to return the expected result. The formula is spilled down within the dynamic table. However because of the merged cells in sheet "CoverPage" i find it difficult to help with this task.

Resources