Forum Discussion

kheldar's avatar
kheldar
Iron Contributor
Feb 28, 2022
Solved

Look Up and Dynamic Array

Hello again, I'm not an advanced user but am familiar with bunch of excel formulas. I want to dynamically retrieve all the values from a table field. After doing some research I have come...
  • mtarler's avatar
    Feb 28, 2022

    kheldar  Well maybe here is another function for you to learn 🙂  FILTER().  It is new with the introduction of dynamic arrays.  There is also some other great new functions including UNIQUE, SEQUENCE, and LET to just name a couple.

    =FILTER(Regulated[Name],Regulated[Shift]=TEXT($M$2,"hh:mm"),"none")

     note I had to add the TEXT() to your M2 because the shift time is converted to text.  I would recommend getting rid of that and just format that column to display in that format instead, but that is just me.

Resources