Automating Calculator Application
Hi,
I have an excel sheet that has four columns (num1, num2, operator, result - in order). I want to take the value from column "num1", then the operator and finally num2 and do the calculation on my windows calculator application. The result is to stored in the fourth column i.e. "result". The numbers could have any number of digits. Also there could be many rows. Is there any simple way to do this?