Dear Pawan,
First, thanks a lot for taking the time to send me your feedback! Especially so given that you had to do it twice - Sorry you lost your initial message, I hate when that happens to me!
I think your idea using conditional formatting, and inserting comments, is interesting. I am considering using a similar idea in Akin. The problem I see with inserting comments is that first, it is not always easy to see them, and then, if there are already comments in the sheet, you probably don't want to overwrite them. My current thinking is to generate a third sheet, which copies the "original" sheet and adds comments, and possibly add automatically a macro which can then go over every comment automatically and replace the content of the sheet with the modified content, if the users wants to. Still thinking about it, though - but maybe you can use that idea in your project!
Regarding the value and formula comparison, Akin actually already has that feature, maybe you missed it? There is a combo box on screen, right above the excel-like display, where you can switch between value and formula.
Thanks for the input regarding the full workbook comparison! This is also a feature I am currently thinking about. Like you, I considered matching sheets by best % match, and name. The difficulty in my opinion is that you would want the application to do an automatic match which makes sense by default, using these 2 criteria, but also allow the user to match sheets any way he/she wants - without making it all complicated!
On the .Net question, I totally understand your position, and I thought hard about it. The issue I have is that without .Net, I lose lots of capabilities. .Net provides very nice user interface, and much faster computations. One option I am considering is to release a "parallel" version as a VSTO excel add-in, which would still require .Net, but integrate the application completely inside Excel, so that the user doesn't have to leave excel, and can do all in one place. Does this sound like an interesting option to you?
Again, I really appreciate the feedback. I plan on getting a new version out in the not-too-far future, hopefully in a quarter. Stay tuned, and please don't hesitate to contact me if you have further thoughts or criticism!
Thanks again, and have a wonderful new year!
Mathias
Hi Mathias
I had composed a detailed post but unfortunately i exceeded the time limit and .....phew it went. I have composed again in notepad. Here is my experience when i tried, my feedback and a few thoughts
1) It is definately a good idea and a very useful tool
2) I had done this for comparison between two sheets using conditional formating.This compared only the value not the formula. How it worked was that there is one sheet which is called comparator which would compare the two sheets to be compared. The conditional format formula (in the comparator sheet) searches for the comparable cells in the two sheets and equates the cell value to the value in one of the sheets and marks the cell red if it is different from that in the other sheet. The drawback is that user still will have to juggle between the sheets to see what had changed once the cell was highlighted red. To prevent this i am planning to insert, using VBA code, a comment saying that the value in the other sheet is so and so.
3) A good tool should have a formula comparison mode as well as a value comparison mode.
4) On your full workbook comparison, i have an idea when the worksheet names do not match. Let the user match the worksheets in one workbook to be compared with the other workbook. Calculating %age difference to find out which worksheet to be compared may not be practical.
5) I would prefer the tool in Excel not in .NET. Many users may not have .NET
All the best