How do i select different cells to be use in a formula.

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

Guest

Hi

I need to know how to select different cells to be used in a formula, but i
don't know what is the separator that i need to use to this, see the example
bellow

Cells that i need to include on my formula:

A1
C5
BH32

Thanks.
 
Hi

you didn't mention what formula but here's a starting point:

=AVERAGE(A1,C5,BH32)

or depending on your regional settings

=AVERAGE(A1;C5;BH32)

hope this helps
Cheers
JulieD
 

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

Back
Top