What have you tried so far? Any code would be appreciated.
A screenshot of the data is basically useless. A handy way to supply sample data is to use the dput() function. See ?dput. If you have a very large data set then something like head(dput(myfile), 100) will likely supply enough data for us to work with. though this might not be enough in your situation.