View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Strasburgshawn Strasburgshawn is offline
external usenet poster
 
Posts: 1
Default totaling copied columns from multiple pages

I have copied columns and they are labeled AA, AB, AC, etc. When I try to
have the columns tabulate in a different cell, they do not total properly.
The numbers 1, 3 and 2 show up as 1/2/1900. The two formulas I tried are
=Sum(AA6:AA47) and =Sum(AA6,AA47). The first comumn that I copied from
before entering any formulas does tabulate. Can anyone help me?