Re: Extract the text between last comma and last but one comma.



If you only want to keep the Seq=###, you could do this, too:

Select the range to fix
Edit|Replace
what: *Seq (asterisk, Seq)
with: Seq
Replace all
Then
Edit|Replace
what: ,* (comma, asterisk)
with: (leave blank)
replace all

The asterisk is a wildcard that represents any set of characters.



Sreedevi wrote:

I have a very long text in a cell. EX:
4919,"0.019999","7.2.84.192","10.160.18.52","RTP","PT=Unknown (99), SSRC=0x0,
Seq=343, Time=514216 "

I need to extract only the Seq=343 portion of it. The length of the text is
not constant in all the rows. Also, the sequence number is sometimes 2/3/4/5
digit.

Please help

--

Dave Peterson
.



Relevant Pages

  • Re: Irritation regarding precision of ping(8)...
    ... >> The source of irritation being line seq 930. ... trailing '0' to cause it zero pad data to the right. ... OS-X has the same bug (so I chased to FreeBSD to fix hoping ...
    (freebsd-net)
  • Re: Removing Text
    ... Select the range to fix ... what: "* (doublequote, asterisk) ... Dave Peterson ...
    (microsoft.public.excel.worksheet.functions)
  • Re: NULL dereference OOPS on SysRq-w
    ... I have a fix for the NULL pointer reference BUG, ... Use SEQ_* macros to fix it ...
    (Linux-Kernel)
  • Re: Macro Help
    ... select the range to fix ... (* (open paren, followed by an asterisk) ... I'm looking for a macro that will take a column of data that look like ... Dave Peterson ...
    (microsoft.public.excel.programming)