UnitedCloud01
New Member
- Joined
- Nov 14, 2017
- Messages
- 30
- Office Version
- 365
- Platform
- Windows
Hi Everyone
I have an array in my spreadsheet where I need to add rows periodically.
I have the following array with fixed parameters that I then update and have to copy down the column to the end of the new rows each time I add a series of new rows. I would like to have a more dynamic formula the negates this step. Currently the rows total 2100.
{=IFERROR(INDEX($C:$C,SMALL(IF($S$5:$S$2100<>"",IF($L$5:$L$2100="",IF($C$5:$C$2100<>"",ROW($S$5:$S$2100)))),ROWS(V$5:V5))),"")}
Column 'C' contains patients name that I add to a list. Column 'S' contains data that captures if this patient is overdue for a risk review. Column 'L' ensures the patient is open and not closed. Column 'V' then captures all patient names due for a risk review. A macro then pulls from this column and populates a cell where the patient names are all collated.
Many thanks for your assistance.
Chat soon
Scott
I have an array in my spreadsheet where I need to add rows periodically.
I have the following array with fixed parameters that I then update and have to copy down the column to the end of the new rows each time I add a series of new rows. I would like to have a more dynamic formula the negates this step. Currently the rows total 2100.
{=IFERROR(INDEX($C:$C,SMALL(IF($S$5:$S$2100<>"",IF($L$5:$L$2100="",IF($C$5:$C$2100<>"",ROW($S$5:$S$2100)))),ROWS(V$5:V5))),"")}
Column 'C' contains patients name that I add to a list. Column 'S' contains data that captures if this patient is overdue for a risk review. Column 'L' ensures the patient is open and not closed. Column 'V' then captures all patient names due for a risk review. A macro then pulls from this column and populates a cell where the patient names are all collated.
Many thanks for your assistance.
Chat soon
Scott