Dear Excel Expertise,
I need a excel VBA to change the decimal place of all cell values based on some criteria.
For example if the number n>0.5 change the format to zero decimal, if the number is 0.5>n>0.05 keep it in one decimal, if the number is 0.05>n>0.005, keep the cell format in two...