I have an annual sales target of no. of units to be sold which is to be divided quarterly. My historical sales data gives me the ratios in which the annual target is to be divided into quarters, the ratios are 0.17, 0.23, 0.3 and 0.3 respectively for Q1,Q2,Q3 and Q4. When I divide the target into these ratios, I do not always get whole nos., thus in order to get whole numbers I use ROUND function. But now when I obtain quarterly figures, sometimes their sum doesn't match with the original annual figure. For example, if my annual target is 3, then 0.17*3=0.51 which is rounded up as 1. Similarly I get a target of 1 for each quarter which adds up to 4 units annually while my original annual figure was 3. Currently I have to manually visit each such case and make corrections. Is there a faster way of getting the required solution???