browserice
Technical User
I have a 2 excel files :
File-Name (list of problem types)
Column-Name
authority
Disk space
timer
timeout
File-Log (activity log)
Column-Type Column-Log
[empty] adja sdhajsdhfklaj authority hasldjf
[empty] adjasdha timer hfklajdl fjasdkljfhasldjf
[empty] ad disk space jasdhajsd sldjf
[empty] adjasdhajsdhfklajdlfjasdk timeout
[empty] adjasdhajsdhfklajdlfjasdkljfhasldjf
For each records of File-Log, I have to put in Column-Type the value of the Column-Name found in the text of Column-Log.
How can I do this ?
THis is for a co-worker who has a hudge file to process like this and I want to save him time in doing it.
File-Name (list of problem types)
Column-Name
authority
Disk space
timer
timeout
File-Log (activity log)
Column-Type Column-Log
[empty] adja sdhajsdhfklaj authority hasldjf
[empty] adjasdha timer hfklajdl fjasdkljfhasldjf
[empty] ad disk space jasdhajsd sldjf
[empty] adjasdhajsdhfklajdlfjasdk timeout
[empty] adjasdhajsdhfklajdlfjasdkljfhasldjf
For each records of File-Log, I have to put in Column-Type the value of the Column-Name found in the text of Column-Log.
How can I do this ?
THis is for a co-worker who has a hudge file to process like this and I want to save him time in doing it.