Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default How can i fill horizontally?

I am working on a rather large inventory workbook. I have a main page which
compilies data from 130 sites. Each one of these sites has it's own sheet
titled with a number ex:1, 2, 3, 4, 5. On the main sheet i would like to
fill data across a columns while keeping the cells "$frozen$" but changing
the tab title which it is pulling from without retyping it in every cell
since it is a rather large worksheet.

EX:
a b c d
Site 1 Site2 site 3 site4

4 '1'$d$2 '2'$d$2
5 '1'$d$3 '2'$d$3
6 '1'$d$4 '3'$d$4

So I would like to fill horizontally and keep the cells absolute but have
the name of the sheet change. My sheets are in numerical order
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 622
Default How can i fill horizontally?

2 choices. One is to do all the copying and then do a Find/Replace to
change the sheet name. This would be tedious.

Two is to put the sheet names into a cell somewhere, probably near the
top of the column. You can reference that cell using INDIRECT so your
formula is the same all the way across. If the sheet names are in the
2nd row:
=INDIRECT(A$2&"$D$2")
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default How can i fill horizontally?

I am working on a rather large inventory workbook.

Depending on how many of these link formulas you will have, this may slow
things down.

Try this entered in A4 then copied across then down as needed:

=INDIRECT("'"&COLUMNS($A4:A4)&"'!D"&ROWS(A$4:A4)+1 )

--
Biff
Microsoft Excel MVP


"Buffulo Alice" wrote in message
...
I am working on a rather large inventory workbook. I have a main page which
compilies data from 130 sites. Each one of these sites has it's own sheet
titled with a number ex:1, 2, 3, 4, 5. On the main sheet i would like to
fill data across a columns while keeping the cells "$frozen$" but changing
the tab title which it is pulling from without retyping it in every cell
since it is a rather large worksheet.

EX:
a b c d
Site 1 Site2 site 3 site4

4 '1'$d$2 '2'$d$2
5 '1'$d$3 '2'$d$3
6 '1'$d$4 '3'$d$4

So I would like to fill horizontally and keep the cells absolute but have
the name of the sheet change. My sheets are in numerical order



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
Can I sort horizontally? Mac[_3_] Excel Discussion (Misc queries) 4 July 20th 08 10:10 PM
Display Horizontally Dr DR Excel Discussion (Misc queries) 0 June 13th 08 10:31 PM
Different columns according to value horizontally massspectrometry Excel Discussion (Misc queries) 1 July 11th 07 01:44 PM
Filter horizontally? Raymond Excel Worksheet Functions 2 July 24th 06 09:55 PM
Autofilter horizontally? Bernd Wagner Excel Discussion (Misc queries) 0 April 18th 05 07:20 PM


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