#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 63
Default Header as cell value

I've seen 1000 posts on how to base a header on a cell value. I need
to do the opposite. That is to say, if the sheet name is "Dogs", I
need to put that value in a particular cell on a separate sheet. This
can be done with vba or indwelling formula.

Thanks to all.

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,624
Default Header as cell value

Sheet name? or Header?

If sheet name:

http://www.mcgimpsey.com/excel/formu..._function.html

In article .com,
michaelberrier wrote:

I've seen 1000 posts on how to base a header on a cell value. I need
to do the opposite. That is to say, if the sheet name is "Dogs", I
need to put that value in a particular cell on a separate sheet. This
can be done with vba or indwelling formula.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,268
Default Header as cell value

The workbook needs to be saved first

=MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,32)


will return the sheet name of the sheet that holds the formula

it can be put in any cell (even A1), the cell reference is needed that's
all, it can be any cell reference


--
Regards,

Peo Sjoblom



"michaelberrier" wrote in message
oups.com...
I've seen 1000 posts on how to base a header on a cell value. I need
to do the opposite. That is to say, if the sheet name is "Dogs", I
need to put that value in a particular cell on a separate sheet. This
can be done with vba or indwelling formula.

Thanks to all.



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 63
Default Header as cell value

On May 31, 6:18 pm, JE McGimpsey wrote:
Sheet name? or Header?

If sheet name:

http://www.mcgimpsey.com/excel/formu..._function.html

In article .com,

michaelberrier wrote:
I've seen 1000 posts on how to base a header on a cell value. I need
to do the opposite. That is to say, if the sheet name is "Dogs", I
need to put that value in a particular cell on a separate sheet. This
can be done with vba or indwelling formula.


My error, it is indeed the header I need in the cell value.

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
Populating Last Saved Date in Cell AND also update that same cell in Header o0o_Bigs_o0o Excel Discussion (Misc queries) 2 July 4th 06 12:56 PM
Excel-Header-My Company Name won't work in Header (AT&T) & Time June K Excel Discussion (Misc queries) 2 April 10th 06 08:36 PM
Excel: want header cell sizes to differ from the other sheet cell. mayrl Excel Discussion (Misc queries) 0 January 18th 06 06:41 PM
Customize Header From Cell Value Jenn Excel Discussion (Misc queries) 1 August 30th 05 12:13 AM
how do I permanetly add custom header to excel header list? GARY Excel Discussion (Misc queries) 1 December 15th 04 08:52 PM


All times are GMT +1. The time now is 04:37 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"