Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Fill & Drag to Right !! HELP !

Hi,

I have a spreadsheet with to worksheets, Sheet1 & Sheet2.

On Sheet1 column 'I' has a formula that gets it's data from column
'A'.
=MID(A8,12,4)

This works fine and 'I' is populated correctly.

On Sheet2 I have rows of fields that needs to be dynamically linked to
column I on Sheet1.
Sheet2 B4 has the formula =VALUE(Sheet1!I8) which produces the correct
result from Sheet1 I8.

What I would like to do is copy the formula from B4 to C4, then D4,
then E4 etc..

If I try this I get:
=VALUE(Sheet1!I8), =VALUE(Sheet1!J8), =VALUE(Sheet1!K8), =VALUE
(Sheet1!L8) etc

NOT:

=VALUE(Sheet1!I8), =VALUE(Sheet1!I9), =VALUE(Sheet1!I10), =VALUE
(Sheet1!I11) etc.

How do I do this ??

Thanks :)


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,646
Default Fill & Drag to Right !! HELP !

Sheet2 B4 formula:

=VALUE(INDIRECT(ADDRESS(COLUMN()+6,9,4,1,"Sheet1") ))

Drag it to the right!

Regards,
Stefi


€žJez€ť ezt Ă*rta:

Hi,

I have a spreadsheet with to worksheets, Sheet1 & Sheet2.

On Sheet1 column 'I' has a formula that gets it's data from column
'A'.
=MID(A8,12,4)

This works fine and 'I' is populated correctly.

On Sheet2 I have rows of fields that needs to be dynamically linked to
column I on Sheet1.
Sheet2 B4 has the formula =VALUE(Sheet1!I8) which produces the correct
result from Sheet1 I8.

What I would like to do is copy the formula from B4 to C4, then D4,
then E4 etc..

If I try this I get:
=VALUE(Sheet1!I8), =VALUE(Sheet1!J8), =VALUE(Sheet1!K8), =VALUE
(Sheet1!L8) etc

NOT:

=VALUE(Sheet1!I8), =VALUE(Sheet1!I9), =VALUE(Sheet1!I10), =VALUE
(Sheet1!I11) etc.

How do I do this ??

Thanks :)



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default Fill & Drag to Right !! HELP !

Hi,

try this

=VALUE(INDIRECT("Sheet1!I"&COLUMN(H1)))

Mike

"Jez" wrote:

Hi,

I have a spreadsheet with to worksheets, Sheet1 & Sheet2.

On Sheet1 column 'I' has a formula that gets it's data from column
'A'.
=MID(A8,12,4)

This works fine and 'I' is populated correctly.

On Sheet2 I have rows of fields that needs to be dynamically linked to
column I on Sheet1.
Sheet2 B4 has the formula =VALUE(Sheet1!I8) which produces the correct
result from Sheet1 I8.

What I would like to do is copy the formula from B4 to C4, then D4,
then E4 etc..

If I try this I get:
=VALUE(Sheet1!I8), =VALUE(Sheet1!J8), =VALUE(Sheet1!K8), =VALUE
(Sheet1!L8) etc

NOT:

=VALUE(Sheet1!I8), =VALUE(Sheet1!I9), =VALUE(Sheet1!I10), =VALUE
(Sheet1!I11) etc.

How do I do this ??

Thanks :)



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
use of drag-fill handle in a crosstab Mehrdad Excel Discussion (Misc queries) 1 July 11th 09 10:44 PM
Why is my drag and fill not following the pattern? NAKA Excel Worksheet Functions 4 June 7th 09 05:08 PM
Drag down the color fill box inthestands Excel Discussion (Misc queries) 1 March 25th 09 02:00 PM
Drag and fill from other sheets LJ Excel Discussion (Misc queries) 3 September 4th 08 02:19 PM
Drag to fill row with column values michaelberrier Excel Discussion (Misc queries) 1 April 12th 07 09:24 PM


All times are GMT +1. The time now is 06:18 PM.

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"