I've created a script using invoke-webrequest and filtered the information I need and exported the data to a CSV file, The data is formatted into list view and therefore the data extracted is placed onto a new row down the CSV file (which suits my needs quite fine).
Now I've imported that CSV back into Powershell and I want to select certain cells of information from it. Is there a way of selecting particular cells into a variable that I can use else where in my script.
Much appreciated, Cheers, For example Setting $ie1 to hold data from A5 Setting $ie2 to hold data from A10 Setting $ie3 to hold data from A15