Hi All,
Please help.
I trying to create some formula based on the dates from current year date and previous year date.
Below 2 table I can display without any issue. I need the third table displayed in the below format.
Year 2014
Year | Week | Date | Net Revenue |
---|---|---|---|
2014 | 1 | 01-Jan-14 | 5263 |
02-Jan-14 | 6032 | ||
03-Jan-14 | 9564 | ||
2 | 6-Jan-2014 | 19,434 | |
7-Jan-2014 | 24,286 |
Year 2013
YEAR | Week | Date | Net Revenue |
---|---|---|---|
2013 | 1 | 2-JAN-2013 | 7736 |
3-JAN-2013 | 10250 | ||
4-JAN-2013 | 8861 | ||
2 | 7-Jan-2013 | 20092 | |
8-Jan-2013 | 8819 |
Year 14 to 13 ------------------- This is the table I need to display ----------------------------------------
This is what exactly I need , 1 column should display in that format. I included the formula in the second column.
Example:
-32 is achieved from
2014 - 1 Jan 2014 data 5263
Divided by
2013 - 2 Jan 2013 data 7736
The divided total should substract with -1
Finally multiply with 100.
-32 | Formula = ((5263/7736)-1)*100 |
-41 | Formula = ((6032/10250)-1)*100 |
8 | Formula = ((9564/8861)-1)*100 |
-3 | Formula = ((19434/20092)-1)*100 |
175 | Formula = ((24286/8819)-1)*100 |