View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Peo Sjoblom Peo Sjoblom is offline
external usenet poster
 
Posts: 3,268
Default Cell calculation

=SUM(D22,D28)

or

=D22+D28


you never posted what kind of calculations you want to do, I just assumed
SUM


--


Regards,


Peo Sjoblom



"srain001" wrote in message
...
Hello,

I'm trying to find a way to calculate non-consecutive cells, sort of like
a
sum, but since the cells are not consecutive, I don't know the formula for
what I want.

Ex: I'm trying to calculate the values of cells of D22 and D28. This
column has a lot of figures between those cells, but I don't want to
include
them in this calculation.

Thanx

Srain