Thread: Is it Possible?
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Tristan Goderis Tristan Goderis is offline
external usenet poster
 
Posts: 3
Default Is it Possible?

put your numbers in column A (starting cell A1), then put this formula =HYPERLINK(SUM($A$1:A1);A1),
in column B and pull down.
Colum B will show the same numbers as in column A, but when you roll over a cell it will show the sum of all the cells above.
Hope this is what you mean.