A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

filling series problem



 
 
Thread Tools Display Modes
  #1  
Old June 22nd, 2004, 08:44 PM
external usenet poster
 
Posts: n/a
Default filling series problem

Sorry, other way around, I want it to fill like:

Sheet1 A1
Sheet2 A1
Sheet3 A1

but I get:

=(Sheet1!A1)
=(Sheet1!A2)
=(Sheet1!A3)


-----Original Message-----
Hi, anyone know how to fill a series that contains a
formula?

I want to fill a column so it fills like this:

=(Sheet1!A1)
=(Sheet1!A2)
=(Sheet1!A3)

Everytime I do it, it wants to add an increment to the
sheet, and not the 2nd half of the formula....

thanks in advance
.

  #2  
Old June 22nd, 2004, 09:24 PM
David McRitchie
external usenet poster
 
Posts: n/a
Default filling series problem

Since you indicated, you stated it backwards and you really wanted

Sheet1 A1
Sheet2 A1
Sheet3 A1

will assume you still wanted formulas generated, if not you can
skip a few steps.

A20: ="=Sheet" & ROW() - 19 & "!A1"

fill down and you have constants
Select the area, Ctrl+C (Copy), Edit, Paste Special, Values

To convert the constants to formulas you can use F2 then Enter
or you can use TRIMALL macro at
http://www.mvps.org/dmcritchie/excel/join.htm#trimall

Another page you might want to look at is
http://www.mvps.org/dmcritchie/excel/buildtoc2.htm
if you are trying to set up a table with values from specific sheets.
Note I hardly every leave sheetnames for permanent sheets
with names beginning with "Sheet".
---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm


wrote in message ...
Sorry, other way around, I want it to fill like:

Sheet1 A1
Sheet2 A1
Sheet3 A1

but I get:

=(Sheet1!A1)
=(Sheet1!A2)
=(Sheet1!A3)



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


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


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