Announcement

Collapse
No announcement yet.

Excel Question

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #16
    Re: Excel Question

    Originally posted by CLS View Post
    What I typically do in a case like that is to put the sum in the top row. So, for example, in Excel, in cell A1, I enter

    =sum(A2:An)

    where "n" is the largest number I will possibly use. If it's going to me a very large number (e.g. n=2000), I split the window, so row 1 and rows 1975 - 2000 are in the window.
    =sum(A:A) will sum the entire A column, and =sum(1:1) will sum all of row 1. Just make sure your formula is written in another column or row, otherwise you'll have created a circular reference.

    Another way to name a cell is highlight the portion of the screen that tells you current active cell - it's just to the left of the formula bar - and assign the name by typing it in there.
    "The party told you to reject the evidence of your eyes and ears. It was their final, most essential command." George Orwell, 1984

    "One does not simply walk into Mordor. Its Black Gates are guarded by more than just Orcs. There is evil there that does not sleep, and the Great Eye is ever watchful. It is a barren wasteland, riddled with fire and ash and dust, the very air you breathe is a poisonous fume." Boromir

    "Good news! We have a delivery." Professor Farnsworth

    Comment

    Working...
    X