Sheet/Cell References

V

veryeavy

Hi,

Basic One (hopefully)

What is the difference between:

(a) +Return!C6 and
(b) +'Return (2)'!C6?
 
D

David Biddulph

You have a worksheet called Return, and then you did a Move/ Copy Sheet to
produce a copy of that sheet, which defaults to being called Return (2).
[You'll see the names on the tabs of the sheets.]
(a) points at the first of these, and (b) at the second.
 
G

Gord Dibben

If you have a space(s) in the sheet name you need the single quotes around
'sheet name'

If no space you don't need the single quotes.


Gord Dibben MS Excel MVP
 
Top