Cell calculation

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
=SUM(D22,D28)

or

=D22+D28


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


--


Regards,


Peo Sjoblom
 
Thanx. Exactly what I needed!

Cheers!
Srain

Peo Sjoblom said:
=SUM(D22,D28)

or

=D22+D28


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


--


Regards,


Peo Sjoblom
 
Back
Top