MrRajKumar
Active Member
- Joined
- Jan 29, 2008
- Messages
- 291
- Office Version
- 365
- Platform
- Windows
Hi,
I have the following data in A1:B7, The values in A2:B7 are in a single cell spill formula (dynamic array fill). The range will always be sorted by Group, so they return here in ascending order.
I would like to insert "Completed" after the every group. Output has shown below. Its OK, if I get the text 'Completed' either starting or ending of a group.
So whenever a new Group comes, should be added the text 'Completed'.
I can add VSTACK({"Group 1","Completed"},A2#) if it is only one group. I am stuck since more than one group.
Thank you all for your valuable time.
I have the following data in A1:B7, The values in A2:B7 are in a single cell spill formula (dynamic array fill). The range will always be sorted by Group, so they return here in ascending order.
Group | Names |
Group 1 | John |
Group 1 | Steve |
Group 1 | Boe |
Group 2 | Jose |
Group 2 | Lily |
Group 2 | Robert |
I would like to insert "Completed" after the every group. Output has shown below. Its OK, if I get the text 'Completed' either starting or ending of a group.
So whenever a new Group comes, should be added the text 'Completed'.
I can add VSTACK({"Group 1","Completed"},A2#) if it is only one group. I am stuck since more than one group.
Thank you all for your valuable time.
Group | Names |
Group 1 | John |
Group 1 | Steve |
Group 1 | Boe |
Group 1 | Completed |
Group 2 | Jose |
Group 2 | Lily |
Group 2 | Robert |
Group 2 | Completed |