There are 12 columns (Jan to Dec) with figures and I need to sum each column figures. How can I do it in one go without doing the sum for individual column?
After reading kchiba post, which led me to read again your first one... I think I misread at a first glance. His suggestion appears to be more accurate than mine for what you asked. Just add that for summing all 12 column data altogether you may type:
You need to be very careful with a formula like: =SUM(A:L)
If the column headers are true Dates and not text, they are numbers even though they may be displayed as text, and as numbers they will be included in the summation.
ie: Today (11 April 2012) is day 41,010, so adding 12 months will add approximately 500,000 to your results.