Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I'm new at Excel so sorry if this is the dumbest question you've ever seen.
I am trying to fill across a row but I want the data to fill like this: =Sheet4!M6 =Sheet4!M7 =Sheet4!M8 But all I can seem to get Excel to do is fill it like this: =Sheet4!M6 =Sheet4!N6 =Sheet4!O6 I am assuming that the problem lies in the fact that the other sheet is oriented in a column where as this is in a row. Is there an easy way around this or will I have to just type in the correct formula in every cell? Thanks. |
#2
![]() |
|||
|
|||
![]()
How about a little cheating???
Insert a new worksheet (just to keep from cluttering your real sheet) Put this in A1: $$=Sheet4!M6 (The $$ will keep the entry text (not a formula).) Drag it down as far as you need. You should see something like: $$=Sheet4!M6 $$=Sheet4!M7 $$=Sheet4!M8 $$=Sheet4!M9 $$=Sheet4!M10 $$=Sheet4!M11 $$=Sheet4!M12 $$=Sheet4!M13 $$=Sheet4!M14 $$=Sheet4!M15 Now copy that range go to the "real" home for these formulas. edit|pastespecial|click transpose. You'll see something like: $$=Sheet4!M6 $$=Sheet4!M7 $$=Sheet4!M8 $$=Sheet4!M9 .... Now select those cells. Edit|replace what: $$= with: = replace all (make sure you don't make a typo with the sheet name--else you'll be prompted to find a file for each error!) (I like to fix one manually--just to see if I did it ok.) Matt wrote: I'm new at Excel so sorry if this is the dumbest question you've ever seen. I am trying to fill across a row but I want the data to fill like this: =Sheet4!M6 =Sheet4!M7 =Sheet4!M8 But all I can seem to get Excel to do is fill it like this: =Sheet4!M6 =Sheet4!N6 =Sheet4!O6 I am assuming that the problem lies in the fact that the other sheet is oriented in a column where as this is in a row. Is there an easy way around this or will I have to just type in the correct formula in every cell? Thanks. -- Dave Peterson |
#3
![]() |
|||
|
|||
![]() "Dave Peterson" wrote in message ... How about a little cheating??? Thanks!!! That worked out great!! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? | Excel Discussion (Misc queries) | |||
Excel 2002 and 2000 co-install. Control Which Starts ? | Excel Discussion (Misc queries) | |||
Excel 2000 file when opened in Excel 2003 generates errors? | Excel Discussion (Misc queries) | |||
pivotcell object to excel 2000 | Excel Discussion (Misc queries) | |||
Statistical Excel Function Question within Excel 2000... | Excel Worksheet Functions |