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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

disable consecutive date option 2
a formula which calculates empty cells 1
Is there a better way? 10
Formula help 13
Not equat to 2
Calculating cells 1
Month function 1
Calculate Selected Cells Only? 3

Back
Top