Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 113
Default Use a calculated value as a worksheet reference

I want to use the value of the MONTH function within a formula to refer to a
sheet in another workbook eg ='May'! where the reference May comes from the
result of =MONTH(Serial_Number)

Any ideas please

--
Many Thanks
Rachel
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 510
Default Use a calculated value as a worksheet reference

Hi

Something like

=INDIRECT(TEXT(TODAY(),"mmmm") & "!A1")


--
Arvi Laanemets
( My real mail address: arvi.laanemets<attarkon.ee )



"rachel" wrote in message
...
I want to use the value of the MONTH function within a formula to refer to
a
sheet in another workbook eg ='May'! where the reference May comes from
the
result of =MONTH(Serial_Number)

Any ideas please

--
Many Thanks
Rachel



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Use a calculated value as a worksheet reference

Remember that MONTH() will give the number 5. If you want "May" you may
prefer =TEXT(Serial_Number,"mmmm").

To use the result in your reference, I assume you realise that you'll need
the INDIRECT() function.
--
David Biddulph

"rachel" wrote in message
...
I want to use the value of the MONTH function within a formula to refer to
a
sheet in another workbook eg ='May'! where the reference May comes from
the
result of =MONTH(Serial_Number)

Any ideas please

--
Many Thanks
Rachel



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 113
Default Use a calculated value as a worksheet reference

Hello

Thank you for your post, I had if functions to convert to text to get round
that one, I tried using the INDIRECT function with no joy, not one I was
aware of so I've learned something but may have made a mistake!

Thought if I were more specific I'd get more help, never done this
'discussion group' thing before! Basically, I have a workbook with multiple
sheets containing monthly summaries, I need to be able to use the
calculations within these sheets to provide information for another workbook,
I can get round the problem with nested if functions but as some of the
formulas are already nested to the hilt I wondered if there were a simpler
way to reference the appropriate cells. I have copied the simplest formula
below to better demonstrate what I mean.
=COUNTIF('V:\Folder\Sub Folder\[Team Issues
Log.xls]Sheet1'!$F$2:$F$500,"Closed")

Where I need the reference Sheet1 to be the result of a formula

Any ideas?
--
Many Thanks
Rachel


"David Biddulph" wrote:

Remember that MONTH() will give the number 5. If you want "May" you may
prefer =TEXT(Serial_Number,"mmmm").

To use the result in your reference, I assume you realise that you'll need
the INDIRECT() function.
--
David Biddulph

"rachel" wrote in message
...
I want to use the value of the MONTH function within a formula to refer to
a
sheet in another workbook eg ='May'! where the reference May comes from
the
result of =MONTH(Serial_Number)

Any ideas please

--
Many Thanks
Rachel




  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 510
Default Use a calculated value as a worksheet reference

Hi

In original post you did say you want to get data from another sheet - now
it looks like you want to get them from another workbook! INDIRECT works
with source in another workbook only when this source workbook is open too.



--
Arvi Laanemets
( My real mail address: arvi.laanemets<attarkon.ee )



"rachel" wrote in message
...
Hello

Thank you for your post, I had if functions to convert to text to get
round
that one, I tried using the INDIRECT function with no joy, not one I was
aware of so I've learned something but may have made a mistake!

Thought if I were more specific I'd get more help, never done this
'discussion group' thing before! Basically, I have a workbook with
multiple
sheets containing monthly summaries, I need to be able to use the
calculations within these sheets to provide information for another
workbook,
I can get round the problem with nested if functions but as some of the
formulas are already nested to the hilt I wondered if there were a simpler
way to reference the appropriate cells. I have copied the simplest formula
below to better demonstrate what I mean.
=COUNTIF('V:\Folder\Sub Folder\[Team Issues
Log.xls]Sheet1'!$F$2:$F$500,"Closed")

Where I need the reference Sheet1 to be the result of a formula

Any ideas?
--
Many Thanks
Rachel


"David Biddulph" wrote:

Remember that MONTH() will give the number 5. If you want "May" you may
prefer =TEXT(Serial_Number,"mmmm").

To use the result in your reference, I assume you realise that you'll
need
the INDIRECT() function.
--
David Biddulph

"rachel" wrote in message
...
I want to use the value of the MONTH function within a formula to refer
to
a
sheet in another workbook eg ='May'! where the reference May comes from
the
result of =MONTH(Serial_Number)

Any ideas please

--
Many Thanks
Rachel








  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 16
Default Use a calculated value as a worksheet reference

Have you tried a =CHOOSE((ref cell),value1,value2,value3,...) formula? I set
up my dashboard so that when my reference cell was the month value it would
refer to the correct column, but you could link to another worksheet or even
workbook like this.

"rachel" wrote:

I want to use the value of the MONTH function within a formula to refer to a
sheet in another workbook eg ='May'! where the reference May comes from the
result of =MONTH(Serial_Number)

Any ideas please

--
Many Thanks
Rachel

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
Calculated Field and Calculated Item in Pivot Table Fred Smith Excel Discussion (Misc queries) 0 March 4th 07 08:15 PM
PivotTable:Using a calculated field result in another calculated f Alice Excel Worksheet Functions 0 June 8th 06 05:21 PM
pivot table formulas for calculated field or calculated item Vicky Excel Discussion (Misc queries) 3 June 6th 06 05:06 AM
I want in one worksheet to relatively link to/reference cells in another without changing the format of the current worksheet. [email protected] Excel Discussion (Misc queries) 0 September 22nd 05 04:39 PM
can i get a letter to be calculated in a worksheet kristi _ 71 Excel Worksheet Functions 3 March 15th 05 07:41 AM


All times are GMT +1. The time now is 04:35 AM.

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"