arkk
New Member
Hi All,
I looking for a suggestion and help what will be better in this scenario. I am doing software testing in which I have to compare lots of values Actual vs Expected. I have done macro and attached. The way how I have done this is --- the number of values to compare are not constant (in this case i have taken 5) val1 ... val5 and the corresponding Expected results will be val1Exp ....val5Exp. Currently I have done if the actual is different than expected then it does color coding (CompareAnd Color Macro) pink for Actual mismatch and yellow for Expected mismatch.
Now the Question -
The requirement has changed the values need not have to exactly match they can be a +/- 0.01% Tolerance. So Shall I do this using a conditional formatting Icon sets with formulas? or shall I handle this in the Macro as done now (due to the dynamic nature of the number of values ). Also not all values have the tolerance limit some need to be exact match eg dates for which I have created a config sheet. Any suggestions and help appreciated.
I looking for a suggestion and help what will be better in this scenario. I am doing software testing in which I have to compare lots of values Actual vs Expected. I have done macro and attached. The way how I have done this is --- the number of values to compare are not constant (in this case i have taken 5) val1 ... val5 and the corresponding Expected results will be val1Exp ....val5Exp. Currently I have done if the actual is different than expected then it does color coding (CompareAnd Color Macro) pink for Actual mismatch and yellow for Expected mismatch.
Now the Question -
The requirement has changed the values need not have to exactly match they can be a +/- 0.01% Tolerance. So Shall I do this using a conditional formatting Icon sets with formulas? or shall I handle this in the Macro as done now (due to the dynamic nature of the number of values ). Also not all values have the tolerance limit some need to be exact match eg dates for which I have created a config sheet. Any suggestions and help appreciated.