Forum Discussion
philleyn
Nov 27, 2018Copper Contributor
splitting a column of data into several columns
Hello all, I have a file with data that is organized by date with 48 entries for each date. I need to find the max and min of the data for each date. So I started manually copying the data i...
- Nov 27, 2018
When the easiest way is to create PivotTable on your data with dates as rows, numbers as values (two times, one for min and one for max)
SergeiBaklan
Nov 27, 2018Diamond Contributor
Could you please clarify a bit: in one column you have dates, 48 rows for each date (i.e. totally about 48x7x30 rows), in next column some numbers, correct?
You'd like to find only min and max for each date or copy each date with their numbers into separate columns as well (i.e about 2x7x30 more columns)?
- philleynNov 27, 2018Copper Contributor
yes this is correct information.
I would like to find min and max for each date. however that happens is fine with me.
- SergeiBaklanNov 27, 2018Diamond Contributor
When the easiest way is to create PivotTable on your data with dates as rows, numbers as values (two times, one for min and one for max)
- philleynNov 27, 2018Copper Contributor
Thank you!