M
Matt
I'm trying to build a macro that will enable me to calculate returns,
i.e. ((price month t/price month t-1)-1)/*100.
Each month I want to add new data, and the macro to automatically
recognise this and calculate 1, 3 and 6 month return.
Is this something that is possible, and can anyone give me a hand?
Any help would be greatly appriciated.
i.e. ((price month t/price month t-1)-1)/*100.
Each month I want to add new data, and the macro to automatically
recognise this and calculate 1, 3 and 6 month return.
Is this something that is possible, and can anyone give me a hand?
Any help would be greatly appriciated.