Thread: Sum
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Bob Bob is offline
external usenet poster
 
Posts: 972
Default Sum

Sorry if I've already asked this, having trouble finding old post.
I'm trying to write a program for column B so that every cell will be the
sum of the cells above it and the cell to the left of it, ie something like
=sum(B(n-1),An)
but it doesn't recognize n, and I don't even know if you can write a sum
function for an entire row.
Thanks,
Bob