I am working on a spreadsheet to list people authorised to travel with IT abroad). I am trying to work on a section detailing those whose authority expires in the next 30 days
Column A is the unique identifier
Column B is the days to expiry of authority.
rows B4-B5000 will contain the data
My formula is in cells B5026-B5060. Once I identify the row involved columns C onwards can be a straightforward vlookup for the other details. I have done this before but gotten bogged down so any help would be appreciated.
My formula is
=IFERROR(INDEX(A:A,SMALL(IF($B$4:$B$5000<30,ROW($B$4:$B5000)),ROWS($4:4))),"") (as an array)
I was going to upload the sheet but i dont appear able to upload a copy
Column A is the unique identifier
Column B is the days to expiry of authority.
rows B4-B5000 will contain the data
My formula is in cells B5026-B5060. Once I identify the row involved columns C onwards can be a straightforward vlookup for the other details. I have done this before but gotten bogged down so any help would be appreciated.
My formula is
=IFERROR(INDEX(A:A,SMALL(IF($B$4:$B$5000<30,ROW($B$4:$B5000)),ROWS($4:4))),"") (as an array)
I was going to upload the sheet but i dont appear able to upload a copy