M
Martyn
Here goes my problem,
I have pairs of excel templates with similar names (e.g. "Martyn
Winson-11.03.2004.xlt" and "Martyn Winson-18.03.2004.xlt", "Sue
Patrick-01.03.2004.xlt" and "Sue Patrick-16.03.2004.xlt"...etc). These
templates are identical in terms of structure and consist of 15 Sheets each.
In these Sheets there are spesific cells that contain critical numerical
data for me. Say these cells are: Sheet1's K1, M2, P22, Sheet4's D22, T13
and Sheet15's Z8, AB11.
I need a macro that when executed will compare the data corresponding to the
same cells of different templates (of course new Martyn's template with old
Martyn's template) and come up with some sort of analysis. Say if the value
found in Sheet1 K1 of "Martyn Winson-18.03.2004.xlt" is greater then the one
found in Sheet1 K1 of "Martyn Winson-11.03.2004.xlt", in a new workbook I
want to display in a column an "improved by %" XX (numerical difference in
terms of persentage). Same philosophy is applicable if the newer dated
template comparing cell value is less then the old one but this time the
cell in the analysis column displays "dropped by -%)XX.
If the comparing cells have the same value, the reporting cell can display
"same" message. I hope this is possible and some brilliant codes can be
suggested here. I know there are a number of excellent coders in this group.
Thanks in advance.
Martyn
I have pairs of excel templates with similar names (e.g. "Martyn
Winson-11.03.2004.xlt" and "Martyn Winson-18.03.2004.xlt", "Sue
Patrick-01.03.2004.xlt" and "Sue Patrick-16.03.2004.xlt"...etc). These
templates are identical in terms of structure and consist of 15 Sheets each.
In these Sheets there are spesific cells that contain critical numerical
data for me. Say these cells are: Sheet1's K1, M2, P22, Sheet4's D22, T13
and Sheet15's Z8, AB11.
I need a macro that when executed will compare the data corresponding to the
same cells of different templates (of course new Martyn's template with old
Martyn's template) and come up with some sort of analysis. Say if the value
found in Sheet1 K1 of "Martyn Winson-18.03.2004.xlt" is greater then the one
found in Sheet1 K1 of "Martyn Winson-11.03.2004.xlt", in a new workbook I
want to display in a column an "improved by %" XX (numerical difference in
terms of persentage). Same philosophy is applicable if the newer dated
template comparing cell value is less then the old one but this time the
cell in the analysis column displays "dropped by -%)XX.
If the comparing cells have the same value, the reporting cell can display
"same" message. I hope this is possible and some brilliant codes can be
suggested here. I know there are a number of excellent coders in this group.
Thanks in advance.
Martyn