names in different worksheets

A

a m spock

How do i

1. make a name for a cell/ range available to all worksheets in the same
work book.

and/or

2. assign an already used name to the corresponding cell/range in another
worksheet in the same workbook.

The reason I need this is to make after thought formulas using names
available across worksheets in the workbook
 
M

Mike H

Hi,

Unless I'm missing something in your question I think you'll find a named
range is available across all worksheets. Try this

In sheet1 create a single cell named range called VAT and enter 15% in that
cell.

On another sheet enter the formula

=A1+VAT and you should find it adds 15% to a numeric value in in A1.

Likewise a named range called holidays is available throughout the workbook
for the networkdays function.

Mike
 
A

a m spock

Thanks. Yes of course. what i meant is if i name a cell say A8 as UnSold on
sheet 1, how can I make it so that

1. cell A8 on each sheet in the workbook responds to the same name when
called from within the sheet, and
2. with appropriate sheet reference from outside the sheet. So that I can
call for example Sheet2!UnSold and use it anywhere in the workbook?
 

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