A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Block of formulas



 
 
Thread Tools Display Modes
  #1  
Old July 8th, 2004, 09:58 PM
gary
external usenet poster
 
Posts: n/a
Default Block of formulas

How can I assign a "label" to a range of cells?

(I'd like to refer to the "label" rather than to the
individual locations of the cells in the range).

  #2  
Old July 8th, 2004, 10:04 PM
Myrna Larson
external usenet poster
 
Posts: n/a
Default Block of formulas

Select the cells. Then type the range name in the box at the left end of the
formula bar (the one that normally displays the cell reference, like A1), OR
go to the Insert Menu, select Name, then Define, and type the name in the top.
The appropriate reference should already be displayed in the bottom box.

On Thu, 8 Jul 2004 13:58:32 -0700, "gary"
wrote:

How can I assign a "label" to a range of cells?

(I'd like to refer to the "label" rather than to the
individual locations of the cells in the range).


  #3  
Old July 8th, 2004, 10:18 PM
mzehr
external usenet poster
 
Posts: n/a
Default Block of formulas

Hi Gary,
Simply highlight the range, then select
insert/name/define/ and name the range.

Or an even easier way is to highlight the range, then go
to the name box and type in the name you want to give it.
HTH
-----Original Message-----
How can I assign a "label" to a range of cells?

(I'd like to refer to the "label" rather than to the
individual locations of the cells in the range).

.

  #4  
Old July 8th, 2004, 11:58 PM
AlfD
external usenet poster
 
Posts: n/a
Default Block of formulas

Hi!

Use Insert Name Define

Alf


---
Message posted from http://www.ExcelForum.com/

  #5  
Old July 9th, 2004, 01:13 AM
gary
external usenet poster
 
Posts: n/a
Default Block of formulas

OK. I've defined a "Name" to a range of cells. Now, using
EDIT/REPLACE, I've entered a particular value in the "Find
What" box and I want to enter the above "Name" in the
"Replace With" box. What is the proper syntax for the
"Name" in "Replace With" box?



  #6  
Old July 9th, 2004, 01:53 AM
Gord Dibben
external usenet poster
 
Posts: n/a
Default Block of formulas

gary

Labels are not the same as named ranges. Which is it you want to use?

If named ranges, you have a couple of answers.

If Labels...........

Select row 1 assuming it has titles. InsertNameLabel

Your row 1 range will be in the "add label range" dialog box. Select "Column
Labels" option button and click "Add" and OK.

Select Column A and do same except option button "Row Labels"

Now see Help on how to use "label ranges" and address intersections.

Note you must have ToolsOptionsCalculationWorkbook Options "accept labels
in formulas" enabled.

Gord Dibben Excel MVP

On Thu, 8 Jul 2004 13:58:32 -0700, "gary"
wrote:

How can I assign a "label" to a range of cells?

(I'd like to refer to the "label" rather than to the
individual locations of the cells in the range).


  #7  
Old July 9th, 2004, 03:09 AM
Peter
external usenet poster
 
Posts: n/a
Default Block of formulas


-----Original Message-----
OK. I've defined a "Name" to a range of cells. Now,

using
EDIT/REPLACE, I've entered a particular value in

the "Find
What" box and I want to enter the above "Name" in the
"Replace With" box. What is the proper syntax for the
"Name" in "Replace With" box?

Gary

You can use the name to select the named range. Say the
range is called Description. In Description are several
items called Widget1 that are to bere named Piston.

Click on the reference box (at the left of the formula
bar) and select the range Description.

In the replace What textbox type widget1 andin the Replace
With textbox type Piston and click on Replace or Replace
all.

Hope this is what you want.

Peter Atherton
  #8  
Old July 9th, 2004, 03:28 AM
gary
external usenet poster
 
Posts: n/a
Default Block of formulas

I want to assign a "name" to range F1..G6. The contents of
these cells a

Columns
Row F G

1 r Cat
2 Dog
3 Rat
4 Pig
5 Ferret
6 Mouse

I want to search column C. For every cell whose contents =
'x', I want to replace 'x' with the above "range name". As
a result, if C1 = 'x', then:
C1 would be changed to 'r'
D1 = Dog
D2 = Cat
D3 = Rat
D4 = Pig
D5 = Ferret
D6 = Mouse

Gary

P.S: Excel2000 does have a "Tools" menu-item but its
"Options" selection doesn't provide a "Workbook Options"
tab so I can't enable "Accept labels in formulas".





-----Original Message-----
gary

Labels are not the same as named ranges. Which is it you

want to use?

If named ranges, you have a couple of answers.

If Labels...........

Select row 1 assuming it has titles. InsertNameLabel

Your row 1 range will be in the "add label range" dialog

box. Select "Column
Labels" option button and click "Add" and OK.

Select Column A and do same except option button "Row Labels"

Now see Help on how to use "label ranges" and address

intersections.

Note you must have ToolsOptionsCalculationWorkbook

Options "accept labels
in formulas" enabled.

Gord Dibben Excel MVP

On Thu, 8 Jul 2004 13:58:32 -0700, "gary"
wrote:

How can I assign a "label" to a range of cells?

(I'd like to refer to the "label" rather than to the
individual locations of the cells in the range).


.

  #9  
Old July 9th, 2004, 07:48 AM
gary
external usenet poster
 
Posts: n/a
Default Block of formulas

I wish someone would step me through this process.

My workbook has about 30,000 rows with over 1,600 values in
colunn C. (In my workbook, the range of formulas varies
between 15 columns by 2 rows to 15 columns by 98 rows).
The values in the cells in column C determines the size of
the range of formulas.

While I'm waiting for the way to use named ranges (or
whatever the correct term is), I've started MANUALLY doing
1,600 EDIT/FIND/REPLACE actions. This means that I have go
through the entire worksheet over-and-over again for each
value in the cells in column C. But this will take forever.

Gary

-----Original Message-----
I want to assign a "name" to range F1..G6. The contents

of these cells a

Columns
Row F G

1 r Cat
2 Dog
3 Rat
4 Pig
5 Ferret
6 Mouse

I want to search column C. For every cell whose contents =
'x', I want to replace 'x' with the above "range name". As
a result, if C1 = 'x', then:
C1 would be changed to 'r'
D1 = Dog
D2 = Cat
D3 = Rat
D4 = Pig
D5 = Ferret
D6 = Mouse

Gary

P.S: Excel2000 does have a "Tools" menu-item but its
"Options" selection doesn't provide a "Workbook Options"
tab so I can't enable "Accept labels in formulas".





-----Original Message-----
gary

Labels are not the same as named ranges. Which is it you

want to use?

If named ranges, you have a couple of answers.

If Labels...........

Select row 1 assuming it has titles. InsertNameLabel

Your row 1 range will be in the "add label range" dialog

box. Select "Column
Labels" option button and click "Add" and OK.

Select Column A and do same except option button "Row Labels"

Now see Help on how to use "label ranges" and address

intersections.

Note you must have ToolsOptionsCalculationWorkbook

Options "accept labels
in formulas" enabled.

Gord Dibben Excel MVP

On Thu, 8 Jul 2004 13:58:32 -0700, "gary"
wrote:

How can I assign a "label" to a range of cells?

(I'd like to refer to the "label" rather than to the
individual locations of the cells in the range).


.

.

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Formula Probs: Finding a mean & percent return of IF formulas hillryane Worksheet Functions 0 January 28th, 2004 06:42 PM
Relative vs. Absolute Values in Formulas Worksheet Functions 0 January 22nd, 2004 11:59 PM
Formulas Tonya Morris Worksheet Functions 3 January 12th, 2004 09:41 PM
Copying formulas with ranges Carla S Worksheet Functions 2 December 18th, 2003 07:06 PM
Force calculation of all formulas in sheet Paul Worksheet Functions 2 December 5th, 2003 11:13 AM


All times are GMT +1. The time now is 08:34 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.