Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 18
Default Named Ranges & Natural Language Formuals

How does one use the Label command from the Insert Menu/Name when using Named
Ranges?

If I'm using Natural Language Formulas, i.e. using column headings as
arguments in my functions (without defining the column headings as names), is
there a way to determine what range of cells that name refers to, without
having to scroll back up to the top of the column?

Let's say I have the column heading "January" and underneath I have 5000
cells of every sale made in January. Below, I use, =SUM(January). I would
like to know what January in the SUM function refers to quickly.

Thanks.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,393
Default Named Ranges & Natural Language Formuals

1) You could click on row header 2 then use Window | Freeze so you can
always see the column label.
2) I believe XL2007 will not let you use 'natural language formulas - MS has
decided this was a feature that had too many problems. The column header
name can mean a range or a single cell depending where the formula is
located and this gave rise to many errors
Most experts advise not to use this feature.
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Kokomojo" wrote in message
...
How does one use the Label command from the Insert Menu/Name when using
Named
Ranges?

If I'm using Natural Language Formulas, i.e. using column headings as
arguments in my functions (without defining the column headings as names),
is
there a way to determine what range of cells that name refers to, without
having to scroll back up to the top of the column?

Let's say I have the column heading "January" and underneath I have 5000
cells of every sale made in January. Below, I use, =SUM(January). I
would
like to know what January in the SUM function refers to quickly.

Thanks.



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,718
Default Named Ranges & Natural Language Formuals

I believe XL2007 will not let you use 'natural language formulas

That's right. Excel 2007 will replace formulas like =Table with something
like =D$6:D$65536 (where the Table label was in cell D5).

--
Jim
"Bernard Liengme" wrote in message
...
| 1) You could click on row header 2 then use Window | Freeze so you can
| always see the column label.
| 2) I believe XL2007 will not let you use 'natural language formulas - MS
has
| decided this was a feature that had too many problems. The column header
| name can mean a range or a single cell depending where the formula is
| located and this gave rise to many errors
| Most experts advise not to use this feature.
| --
| Bernard V Liengme
| www.stfx.ca/people/bliengme
| remove caps from email
|
| "Kokomojo" wrote in message
| ...
| How does one use the Label command from the Insert Menu/Name when using
| Named
| Ranges?
|
| If I'm using Natural Language Formulas, i.e. using column headings as
| arguments in my functions (without defining the column headings as
names),
| is
| there a way to determine what range of cells that name refers to,
without
| having to scroll back up to the top of the column?
|
| Let's say I have the column heading "January" and underneath I have 5000
| cells of every sale made in January. Below, I use, =SUM(January). I
| would
| like to know what January in the SUM function refers to quickly.
|
| Thanks.
|
|


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 18
Default Named Ranges & Natural Language Formuals

Thank you Bernard. This was most helpful. Do you know how to use the Label
option when you go to the Insert Menu and click on Name?

Thanks.

"Bernard Liengme" wrote:

1) You could click on row header 2 then use Window | Freeze so you can
always see the column label.
2) I believe XL2007 will not let you use 'natural language formulas - MS has
decided this was a feature that had too many problems. The column header
name can mean a range or a single cell depending where the formula is
located and this gave rise to many errors
Most experts advise not to use this feature.
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Kokomojo" wrote in message
...
How does one use the Label command from the Insert Menu/Name when using
Named
Ranges?

If I'm using Natural Language Formulas, i.e. using column headings as
arguments in my functions (without defining the column headings as names),
is
there a way to determine what range of cells that name refers to, without
having to scroll back up to the top of the column?

Let's say I have the column heading "January" and underneath I have 5000
cells of every sale made in January. Below, I use, =SUM(January). I
would
like to know what January in the SUM function refers to quickly.

Thanks.




  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,393
Default Named Ranges & Natural Language Formuals

Suppose B1 has the text/label January
Select B1 down to the last item in the B column
Use Insert | Name Create; a dialog will pop up and ask if you want to use
the name at the top.
OR
Select B2:B100 (whatever)
In Name box type January and press ENTER key (last step is essential)
best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Kokomojo" wrote in message
...
Thank you Bernard. This was most helpful. Do you know how to use the
Label
option when you go to the Insert Menu and click on Name?

Thanks.

"Bernard Liengme" wrote:

1) You could click on row header 2 then use Window | Freeze so you can
always see the column label.
2) I believe XL2007 will not let you use 'natural language formulas - MS
has
decided this was a feature that had too many problems. The column header
name can mean a range or a single cell depending where the formula is
located and this gave rise to many errors
Most experts advise not to use this feature.
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Kokomojo" wrote in message
...
How does one use the Label command from the Insert Menu/Name when using
Named
Ranges?

If I'm using Natural Language Formulas, i.e. using column headings as
arguments in my functions (without defining the column headings as
names),
is
there a way to determine what range of cells that name refers to,
without
having to scroll back up to the top of the column?

Let's say I have the column heading "January" and underneath I have
5000
cells of every sale made in January. Below, I use, =SUM(January). I
would
like to know what January in the SUM function refers to quickly.

Thanks.








Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Mass Creation of Named Ranges? [email protected] Excel Discussion (Misc queries) 7 July 11th 06 08:41 AM
Named Ranges Joe Gieder Excel Worksheet Functions 2 February 16th 06 01:31 AM
dynamically building references to named ranges [email protected] Excel Discussion (Misc queries) 1 January 3rd 06 10:23 PM
Like 123, allow named ranges, and print named ranges WP Excel Discussion (Misc queries) 1 April 8th 05 06:07 PM
Named dynamic ranges, copied worksheets and graph source data WP Charts and Charting in Excel 1 November 28th 04 05:19 PM


All times are GMT +1. The time now is 06:21 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"