How do I get data from a cell on another worksheet?

  • Thread starter Thread starter Familyman
  • Start date Start date
F

Familyman

New user question. I have several worksheets in one workbook. On worksheet
is called 'vehicles'. Ho do I get a total which is in a cell in my
'vehicles' worksheet to appear in my 'summary' worksheet?
I used to enter ...
vehicles:F22
....in my last speadsheet software. How's it does in Excell?
Hank
 
In your 'summary' worksheet,
the link formula would look like this in say, B2: =vehicles!F22
 
.. in say, B2: =vehicles!F22

Alternatively, for a neat clean look (avoid extraneous zeros),
we could use instead in B2: =IF(vehicles!F22="","",vehicles!F22)

---
 

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