Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11
Default Pulling Data from Another Worksheet

I have a SOURCE DATA worksheet with 10 columns. I would like to
automatically pull data from columns B, F, G and J and place it onto a
SUMMARY sheet as columns A, B, C and D (the other 6 columns do not need
to be included on this second sheet).

Currently, I'm using the following formulas in cells A4, B4, C4 and D4
of the summary sheet, respectively:
"='Source Data'!B4" , "='Source Data'!F4" , "='Source Data'!G4" ,
"='Source Data'!J4"

What is the best way to automatically add additional rows of formulas
on the summary sheet as the source data sheet continues to grow? I
tried simply copying the formulas to the first 100 rows of the summary
sheet. However, this creates a problem when I sort. The sort includes
any rows with the formula (placing all blank rows before the rows with
data).

I need a way to add the formula to a new row on the summary sheet ONLY
when there is data on the corresponding row of the source data sheet.

BTW, "=IF('Source Data'!B8="",,'Source Data'!B8)" doesn't work. The
sort still processes this as a value of zero (therefore, placing these
rows before the rows with data).

Any ideas?

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
Look up Data from Worksheet within same Workbook Max Excel Discussion (Misc queries) 0 May 10th 06 06:50 AM
Ignoring Rows When Extracting Data From One Worksheet To Another Jim J. Excel Worksheet Functions 2 May 8th 06 04:55 PM
Saving data in a worksheet within a workbook Homeuser Excel Discussion (Misc queries) 2 August 21st 05 10:49 PM
Inserting Filtered RC cell information into other worksheets Dennis Excel Discussion (Misc queries) 10 July 30th 05 01:54 AM
Macro to search for and display data in another worksheet Mark H Excel Worksheet Functions 0 June 14th 05 12:40 PM


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