getting info from one worksheet to another

K

Kat

this may seem like a simple question, but is there a way to use the info from
one worksheet with a formula on a different worksheet? For example the data
I have is on Sheet1 and I am trying to make a data summary on Sheet2 do I
have to do all the formulas in Sheet1 and copy them or can I do the formula
on Sheet2 and reference the data? If I can, how?
 
K

Kat

I have that part... I guess what I am wondering if I can do =Sheet1! followed
by a formula like =SUM(D4:D20) and get results.
 
C

cm

use this way:
=SUM(Sheet1!F16:F19)

Kat said:
I have that part... I guess what I am wondering if I can do =Sheet1! followed
by a formula like =SUM(D4:D20) and get results.
 

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

Top