+ Reply to Thread
Results 1 to 3 of 3

Need to pick out value from a column and place them in the next column

  1. #1
    Registered User
    Join Date
    10-01-2014
    Location
    UK
    MS-Off Ver
    2013
    Posts
    41

    Need to pick out value from a column and place them in the next column

    I am having a file with windows security logs . a column has data with the process name that ran on the machine

    The output is below . I only need the part that comes after New Process Name, in this case C:\Windows\SysWOW64\notepad.exe extracted and placed in next column. all other data should be removed.


    ____________________________
    A new process has been created.

    Subject:

    Security ID: SYSTEM
    Account Name: machinename
    Account Domain: domainame
    Logon ID: 0x232

    Process Information:

    New Process ID: 0x134823
    New Process Name: C:\Windows\SysWOW64\notepad.exe
    Token Elevation Type: TokenElevationTypeDefault (1)

    Creator Process ID: 0x238497

  2. #2
    Forum Contributor
    Join Date
    06-28-2004
    MS-Off Ver
    Home/Office 2016
    Posts
    246

    Re: Need to pick out value from a column and place them in the next column

    =right(A1,len(A1)-18)

    * A1 is the cell with the entire string of data

  3. #3
    Registered User
    Join Date
    10-01-2014
    Location
    UK
    MS-Off Ver
    2013
    Posts
    41

    Re: Need to pick out value from a column and place them in the next column

    does not work . i only see the value ref# in the cell

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Is there a way to compare data of column 1 with column 3 and place it next to column 1?
    By SRINIVAS THANTHRI in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-19-2014, 12:59 PM
  2. [SOLVED] How to pick name from column based value difference in column B
    By genetist in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 12-13-2013, 01:34 AM
  3. Pick diff pick list as per column value
    By ROHAN999 in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 11-10-2013, 12:10 PM
  4. Replies: 5
    Last Post: 06-26-2013, 06:16 PM
  5. Replies: 10
    Last Post: 10-20-2008, 11:25 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1