View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
scooper scooper is offline
external usenet poster
 
Posts: 13
Default Adding individual cell ref - instead of summation

1. There are two apostrophes missing in the second expression.
scooper

"al007" wrote in message
oups.com...

Does anybody you has a macro which cnan change this formulacontaining
sum =SUM('1999'!A1:A2,'2000'!A1,'2001amended'!A1:B1)

into: = :'1999'!A1+'1999'!A2+'2000'!A1+2001amended'!A1+200 1amended'!B1

reason being I like to use the summation icon instead of the + sign

Thanks