Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
LJ LJ is offline
external usenet poster
 
Posts: 16
Default Drag and fill from other sheets

here is my situation,

I have some information on two sheets...sheet 1 and sheet 2...in sheet 1,
colum A i would like to the cell to show the number for sheet 2 colum
B...Here is the thing, i would like to drag and use the fill fuction but i
want it to display the following column not the next cell on the row...

this is what i have

Ex
Sheet 1, cell A1, (=Sheet2!B1)
if i drag and use the fill fuction the following cell give me
(=Sheet2!B2)(=Sheet2!B3) etc...i would like it to read
(=Sheet2!C2)(=Sheet1!D2) etc...

any suggestions...

thanks for the help in advance

LJ
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,073
Default Drag and fill from other sheets

On Jul 27, 7:26 am, LJ wrote:
here is my situation,

I have some information on two sheets...sheet 1 and sheet 2...in sheet 1,
colum A i would like to the cell to show the number for sheet 2 colum
B...Here is the thing, i would like to drag and use the fill fuction but i
want it to display the following column not the next cell on the row...

this is what i have

Ex
Sheet 1, cell A1, (=Sheet2!B1)
if i drag and use the fill fuction the following cell give me
(=Sheet2!B2)(=Sheet2!B3) etc...i would like it to read
(=Sheet2!C2)(=Sheet1!D2) etc...

any suggestions...

thanks for the help in advance

LJ


Did you mean...

(=Sheet2!C2)(=Sheet2!D2) etc...?

If so then one way is...

=Sheet2!B1
(in Sheet1!A1) then...

=OFFSET(Sheet2!$B$1,0,ROWS($1:1),1,1)
(in Sheet1!A2) filled down as far as needed.

Or, if you don't want to see the zeros that result when the Sheet2!
cell is blank then use...

=IF(OFFSET(Sheet2!$B$1,0,ROWS($1:1),1,1)<"",OFFSE T(Sheet2!$B
$1,0,ROWS($1:1),1,1),"")

Ken Johnson
  #3   Report Post  
Posted to microsoft.public.excel.misc
LJ LJ is offline
external usenet poster
 
Posts: 16
Default Drag and fill from other sheets

Is there a way to make the cell come up blank when you insert the formula
instead of the N/A ....

Thank you in advance
Lj

"Ken Johnson" wrote:

On Jul 27, 7:26 am, LJ wrote:
here is my situation,

I have some information on two sheets...sheet 1 and sheet 2...in sheet 1,
colum A i would like to the cell to show the number for sheet 2 colum
B...Here is the thing, i would like to drag and use the fill fuction but i
want it to display the following column not the next cell on the row...

this is what i have

Ex
Sheet 1, cell A1, (=Sheet2!B1)
if i drag and use the fill fuction the following cell give me
(=Sheet2!B2)(=Sheet2!B3) etc...i would like it to read
(=Sheet2!C2)(=Sheet1!D2) etc...

any suggestions...

thanks for the help in advance

LJ


Did you mean...

(=Sheet2!C2)(=Sheet2!D2) etc...?

If so then one way is...

=Sheet2!B1
(in Sheet1!A1) then...

=OFFSET(Sheet2!$B$1,0,ROWS($1:1),1,1)
(in Sheet1!A2) filled down as far as needed.

Or, if you don't want to see the zeros that result when the Sheet2!
cell is blank then use...

=IF(OFFSET(Sheet2!$B$1,0,ROWS($1:1),1,1)<"",OFFSE T(Sheet2!$B
$1,0,ROWS($1:1),1,1),"")

Ken Johnson

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,073
Default Drag and fill from other sheets

On Sep 4, 8:26*am, LJ wrote:
Is there a way to make the cell come up blank when you insert the formula
instead of the N/A ....

Thank you in advance
Lj

"Ken Johnson" wrote:
On Jul 27, 7:26 am, LJ wrote:
here is my situation,


I have some information on two sheets...sheet 1 and sheet 2...in sheet 1,
colum A i would like to the cell to show the number for sheet 2 colum
B...Here is the thing, i would like to drag and use the fill fuction but i
want it to display the following column not the next cell on the row....


this is what i have


Ex
Sheet 1, cell A1, (=Sheet2!B1)
if i drag and use the fill fuction the following cell give me
(=Sheet2!B2)(=Sheet2!B3) etc...i would like it to read
(=Sheet2!C2)(=Sheet1!D2) etc...


any suggestions...


thanks for the help in advance


LJ


Did you mean...


(=Sheet2!C2)(=Sheet2!D2) etc...?


If so then one way is...


=Sheet2!B1
(in Sheet1!A1) then...


=OFFSET(Sheet2!$B$1,0,ROWS($1:1),1,1)
(in Sheet1!A2) filled down as far as needed.


Or, if you don't want to see the zeros that result when the Sheet2!
cell is blank then use...


=IF(OFFSET(Sheet2!$B$1,0,ROWS($1:1),1,1)<"",OFFSE T(Sheet2!$B
$1,0,ROWS($1:1),1,1),"")


Ken Johnson


Try...

=IF(ISNA(OFFSET(Sheet2!$B$1,0,ROWS($1:2),1,1)),"", IF(OFFSET(Sheet2!$B
$1,0,ROWS($1:2),1,1)="","",OFFSET(Sheet2!$B$1,0,RO WS($1:2),1,1)))

Ken Johnson
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
How do I drag a hyperlink series to fill instead of copy? PCRONE Excel Worksheet Functions 2 April 16th 08 01:41 AM
Drag to fill a formula - problem! Annie1904 Excel Worksheet Functions 2 April 25th 07 03:36 PM
Drag to fill row with column values michaelberrier Excel Discussion (Misc queries) 1 April 12th 07 09:24 PM
if you drag the fill handle will it decrement the series ajbanana Excel Discussion (Misc queries) 3 January 31st 07 08:04 AM
if you drag the fill handle will it decrement the series ajbanana Excel Discussion (Misc queries) 3 January 31st 07 07:33 AM


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

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"