I have many cells with values like this

43543|F|ib315|RAS|98B8016BB4B12|stamp

I need to parse each cell using | and place the parsed values into new cells for each row while still maintaing the unparsed cell. Any help is appreciated.