Place values from List into data table
I have a data table in which I have determined the daily min and max values for a parameter. After completing some calculations on these list values I want to write the result back to the data table where each daily computation is written to the row corresponding to each change in Date. Although I have two lists containing the row number of each Date change (rows) and the value to be inserted in...