Now I have another issue 'Imagine that'. There is one cell/field that has comments posted by multiple users. example:
<TABLE style="WIDTH: 684pt; BORDER-COLLAPSE: collapse" cellSpacing=0 cellPadding=0 width=912 border=0><COLGROUP><COL style="WIDTH: 684pt; mso-width-source: userset; mso-width-alt: 33353" width=912><TBODY><TR style="HEIGHT: 409.5pt" height=546><TD class=xl65 style="BORDER-LEFT-COLOR: #ece9d8; BORDER-BOTTOM-COLOR: #ece9d8; WIDTH: 684pt; BORDER-TOP-COLOR: #ece9d8; HEIGHT: 409.5pt; BACKGROUND-COLOR: transparent; BORDER-RIGHT-COLOR: #ece9d8" width=912 height=546>=====================================
Re-occuring issue from closed
SI # 1116274 Policies the have had UP payments corrected off the one day after the UP that still swept
agents account.
________________________________________
Kelly Tester <USWL1G6><USW1IG6>,
8/16/2011: Hi. This is the one we discussed.
________________________________________
Monica Tester <USWL45T><USWXTHE>,
8/16/2011: Larry - it looks like this occurred again.
________________________________________
Kelly Tester <USWL1G6><USW1IG6>,
8/31/2011: additional ticket came in.
QC closed as a duplicate is 2565
What I need to do is search each comment cell and break out the Name/code with date.
Ex:
Kelly Tester <USW1IG6>,
8/16/2011
Monica Tester <USWXTHE>,
8/16/2011
Kelly Tester <USW1IG6>,
8/31/2011
</TD></TR></TBODY></TABLE>
I will never know how many will be in each cell. This is what I have so far.
=SEARCH("<",F2,1) **Returns position of first <-this give the userid start but I want their name too.
=MID(F2,F1,25) **shows first name, userid and date
I know I can then use following to find second occurrence but, never know how many will be in the cell.
=FIND("<",F2,FIND("<",F2)+1)
Any ideas???
<TABLE style="WIDTH: 684pt; BORDER-COLLAPSE: collapse" cellSpacing=0 cellPadding=0 width=912 border=0><COLGROUP><COL style="WIDTH: 684pt; mso-width-source: userset; mso-width-alt: 33353" width=912><TBODY><TR style="HEIGHT: 409.5pt" height=546><TD class=xl65 style="BORDER-LEFT-COLOR: #ece9d8; BORDER-BOTTOM-COLOR: #ece9d8; WIDTH: 684pt; BORDER-TOP-COLOR: #ece9d8; HEIGHT: 409.5pt; BACKGROUND-COLOR: transparent; BORDER-RIGHT-COLOR: #ece9d8" width=912 height=546>=====================================
Re-occuring issue from closed
SI # 1116274 Policies the have had UP payments corrected off the one day after the UP that still swept
agents account.
________________________________________
Kelly Tester <USWL1G6><USW1IG6>,
8/16/2011: Hi. This is the one we discussed.
________________________________________
Monica Tester <USWL45T><USWXTHE>,
8/16/2011: Larry - it looks like this occurred again.
________________________________________
Kelly Tester <USWL1G6><USW1IG6>,
8/31/2011: additional ticket came in.
QC closed as a duplicate is 2565
What I need to do is search each comment cell and break out the Name/code with date.
Ex:
Kelly Tester <USW1IG6>,
8/16/2011
Monica Tester <USWXTHE>,
8/16/2011
Kelly Tester <USW1IG6>,
8/31/2011
</TD></TR></TBODY></TABLE>
I will never know how many will be in each cell. This is what I have so far.
=SEARCH("<",F2,1) **Returns position of first <-this give the userid start but I want their name too.
=MID(F2,F1,25) **shows first name, userid and date
I know I can then use following to find second occurrence but, never know how many will be in the cell.
=FIND("<",F2,FIND("<",F2)+1)
Any ideas???