Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 49
Default Autofill a row from sheet 1 to a column on sheet 2

I want cells D2, E2, F2, G2, H2, etc on sheet one

to autofill onto columns on sheet 2

="Sheet 1'!D2
="Sheet 1'!E2
etc.

Is this possible?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,805
Default Autofill a row from sheet 1 to a column on sheet 2

Enter this in A1 of Sheet2
=INDIRECT("Sheet1!"&LOOKUP(ROW(),{1,2,3,4,5,6},{"A ","B","C","D","E","F"}&COLUMN()))

then copy across and down...

----------------OR-------------------------
If you want beyond F then add to the lookup
or enter numbers in Col A of sheet3 and corresponding letter numbers in Col
B and
use VLOOKUP(Row(),Sheet3!A:B,2,false) instead of Lookup

----------------OR-----------------------------
Use
=INDIRECT("Sheet1!"&CHAR(ROW()+64)&COLUMN())

it will work for 26 columns...

"Janet" wrote:

I want cells D2, E2, F2, G2, H2, etc on sheet one

to autofill onto columns on sheet 2

="Sheet 1'!D2
="Sheet 1'!E2
etc.

Is this possible?

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
AutoFill with sheet reference help TimeCloud Excel Worksheet Functions 3 May 17th 08 05:26 PM
AutoFill with sheet reference help TimeCloud Excel Worksheet Functions 0 May 17th 08 01:10 AM
Autofill a Sheet Reference JOJO193 Excel Worksheet Functions 7 April 18th 08 01:00 AM
Multi-sheet autofill RichH Excel Discussion (Misc queries) 2 December 20th 05 03:39 PM
autofill next sheet with next set of dates Penny Excel Worksheet Functions 0 July 11th 05 09:25 PM


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