Hi, I am trying to go through a CSV file that I got from Yahoo Finance for a Company > historical data > download ( I did all this through a web recording using clicks and type into and then saved the CSV file.
How to find out hightest value with a particular date (Column 1: Date , Column 2: High)
How to find out lowest value with a particular date (Column 1: Date , Column 3: Low )
can you tell me is there any way show in two syntax for minimum value with a corresponding date and maximum value with a corresponding date . Instead of writing 4 times syntax?