Hi,
I am trying to add two new rows with text at the bottom of the data
Sample Input:
Col A | Col B | Col C | Col D | Col E |
1 | 123456 | ABC | ||
ABC123 | Ax* | Note 1 | ||
DEF187 | Bx** | Note 2 | ||
GHF197 | Cx** | Note 2 | ||
HML321 | Dx** | Note 2 | ||
LKH456 | Ex* | Note 1 | ||
LMB879 | Fx* | Note 1 | ||
Sample Output:
Col A | Col B | Col C | Col D | Col E |
1 | 123456 | ABC | ||
ABC123 | Ax* | Note 1 | ||
DEF187 | Bx** | Note 2 | ||
GHF197 | Cx** | Note 2 | ||
HML321 | Dx** | Note 2 | ||
LKH456 | Ex* | Note 1 | ||
LMB879 | Fx* | Note 1 | ||
* Share class was launched during the period | ||||
** Share class was closed during the period. |
Solved! Go to Solution.