Hi Folks,
See the Excel table and photo of the app that I am delivering. I need to be able to filter the Excel list down to the exact row. I planned on putting in the following formula:
Filter(OJTLIST, CAT = PROCESS.Selected.DEPT, ROW = 2), however, all I get are error messages. Anyone have any clue what I'm doing wrong? I have alternatively tried:
Filter(OJTLIST, CAT = PROCESS.Selected.DEPT, ROW = '2'); however, I get an error message that it is an invalid argument type.
Any help would be greatly appreciated!!