Hello, I have an Excel table with numbers, I would like to reverse it, but not sort ascending or descending, but just invert it (these are rates of return from WIG, so I care about the order - the numbers match the dates.)
For example, we have the following:
1
3
4
2
I dream of turning it into a figure
2
4
3
1
My next question is the date. I wanted to enter "something" in cell 1 so that subsequent cells in the column would be consecutive dates. For example:
01.2010
02.2010
03.2010
[...]
12.2010
01.2011
It can also take the form of:
2010.01 (here I drag it to 2010.12 and enter 2011.01 manually and drag it again)
The problem for me is to jump from 2010 to 2011 if it would be possible to do it automatically, so that, as a result of the formula, the program itself enters me with subsequent dates differing by a month (monthly rates of return ... :)
For today, the last question is to download a table (or a csv file) from a notebook to Excel - how to do it to transfer each separate value to the next cells (so that it looks the same as in the notebook, but simply in a spreadsheet).
Greetings Marcin
For example, we have the following:
1
3
4
2
I dream of turning it into a figure
2
4
3
1
My next question is the date. I wanted to enter "something" in cell 1 so that subsequent cells in the column would be consecutive dates. For example:
01.2010
02.2010
03.2010
[...]
12.2010
01.2011
It can also take the form of:
2010.01 (here I drag it to 2010.12 and enter 2011.01 manually and drag it again)
The problem for me is to jump from 2010 to 2011 if it would be possible to do it automatically, so that, as a result of the formula, the program itself enters me with subsequent dates differing by a month (monthly rates of return ... :)
For today, the last question is to download a table (or a csv file) from a notebook to Excel - how to do it to transfer each separate value to the next cells (so that it looks the same as in the notebook, but simply in a spreadsheet).
Greetings Marcin