Forum Discussion

josiahmay's avatar
josiahmay
Copper Contributor
Jul 15, 2024

Combining FILTER, MID, and FIND functions

We use Excel to manage logs from many agricultural trials. There is a central 'live' table where live data for all trials gets sent to, but ultimately only the relevant data needs to be sent to each ...
  • HansVogelaar's avatar
    HansVogelaar
    Jul 15, 2024

    josiahmay 

    How about

     

    =FILTER(OnlineSprayBookAllData[[Date]:[Photo or Video]], ISNUMBER(SEARCH(Table5[@SITE1], OnlineSprayBookAllData[Trial])), "Please check GOA code is entered in SITE_DATA")

Resources