Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15
Default range,cell refrence

Using excel 2007. I have a range consisting of 12 cells (monthly total
results) in a column that progressively changes in value as the year
progresses. I want to automatically reference ONLY the cell corresponding to
the current month. The following month the cell in the range changes. Is
there a worksheet function that will give me the results of the monthly cell?
--
Seamen, with their inherent sense of order, service, and discipline, should
really be running the world.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default range,cell refrence

I'm assuming with 12 cells that the 1st cell represents January and the 12th
cells represents December.

To return the value of the cell that corresponds to the current month
(assume the range of cells is A1:A12):

=INDEX(A1:A12,MONTH(TODAY()))

--
Biff
Microsoft Excel MVP


"buzz" wrote in message
...
Using excel 2007. I have a range consisting of 12 cells (monthly total
results) in a column that progressively changes in value as the year
progresses. I want to automatically reference ONLY the cell corresponding
to
the current month. The following month the cell in the range changes. Is
there a worksheet function that will give me the results of the monthly
cell?
--
Seamen, with their inherent sense of order, service, and discipline,
should
really be running the world.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15
Default range,cell refrence

Thank You, I've not had occasion to use the Index function before. That
worked great.
--
Seamen, with their inherent sense of order, service, and discipline, should
really be running the world.


"T. Valko" wrote:

I'm assuming with 12 cells that the 1st cell represents January and the 12th
cells represents December.

To return the value of the cell that corresponds to the current month
(assume the range of cells is A1:A12):

=INDEX(A1:A12,MONTH(TODAY()))

--
Biff
Microsoft Excel MVP


"buzz" wrote in message
...
Using excel 2007. I have a range consisting of 12 cells (monthly total
results) in a column that progressively changes in value as the year
progresses. I want to automatically reference ONLY the cell corresponding
to
the current month. The following month the cell in the range changes. Is
there a worksheet function that will give me the results of the monthly
cell?
--
Seamen, with their inherent sense of order, service, and discipline,
should
really be running the world.




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default range,cell refrence

You're welcome. Thanks for the feedback!

--
Biff
Microsoft Excel MVP


"buzz" wrote in message
...
Thank You, I've not had occasion to use the Index function before. That
worked great.
--
Seamen, with their inherent sense of order, service, and discipline,
should
really be running the world.


"T. Valko" wrote:

I'm assuming with 12 cells that the 1st cell represents January and the
12th
cells represents December.

To return the value of the cell that corresponds to the current month
(assume the range of cells is A1:A12):

=INDEX(A1:A12,MONTH(TODAY()))

--
Biff
Microsoft Excel MVP


"buzz" wrote in message
...
Using excel 2007. I have a range consisting of 12 cells (monthly total
results) in a column that progressively changes in value as the year
progresses. I want to automatically reference ONLY the cell
corresponding
to
the current month. The following month the cell in the range changes.
Is
there a worksheet function that will give me the results of the monthly
cell?
--
Seamen, with their inherent sense of order, service, and discipline,
should
really be running the world.






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
Refrence Problem tnederlof Excel Discussion (Misc queries) 1 February 17th 07 03:40 PM
moving the refrence to the 5th cell while dragging. Gary Excel Worksheet Functions 7 February 9th 07 10:05 AM
How NOT to extend formula/refrence to a cell [email protected] Excel Worksheet Functions 2 October 9th 05 10:02 AM
Change cell refrence names for whole column/row Mikus Excel Discussion (Misc queries) 1 August 13th 05 02:31 PM
Wildcards in other workbook cell refrence? Pootler Excel Worksheet Functions 1 June 2nd 05 05:55 PM


All times are GMT +1. The time now is 02:53 PM.

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

About Us

"It's about Microsoft Excel"