View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default =SUM(I47:I115) What does the "I" mean and how is it used?

The I identifies the column. It is the 9th column from the left. The left
hand column is A, the 2nd column is B, and so on.

Your formula will give you the total of the numbers in the 47th to 115th
rows (inclusive) in the 9th column.
--
David Biddulph

"Julie Ibarra" <Julie wrote in message
...
What does the "I" in the above formula mean and how is it used?