LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #38   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 536
Default Copy adjacent Sheet and name from a list

On Tuesday, April 9, 2013 9:15:39 AM UTC-7, GS wrote:
The col name defs are as follows...



colC: "Sheetname" RefersTo: =Summary!$C9

colD: "LabHrs" RefersTo: =Summary!$D9

colE: "LabCost" RefersTo: =Summary!$E9

colF: "MatlCost" RefersTo: =Summary!$F9

colG: "Sell" RefersTo: =Summary!$G9

colI: "SellPlus" RefersTo: =Summary!$CI9



..as defined after selecting any cell in row9.



The total (Q36) is named "Total". Its RefersTo is fully absolute.



The col formulas for the fixed table are as follows:



colD: =IF(LEN(Sheetname),INDIRECT("'"&Sheetname&"'!G7"), "")

colE: =IF(LEN(Sheetname),INDIRECT("'"&Sheetname&"'!H7"), "")

colF: =IF(LEN(Sheetname),INDIRECT("'"&Sheetname&"'!I7"), "")

colG: =IF(LEN(Sheetname),INDIRECT("'"&Sheetname&"'!J7"), "")

colI: =IF(LEN(Sell),Sell+(Total/24),"")



Given the structure of this sheet 'as is', adding new rows to the table

will need to be done manually. I probably would have designed this

sheet so a blank row could be stored (hidden) at the top of the sheet

so I can insert as needed for adding more names. Unfortunately, for

this to work would require relocating the area to the right of the

table so it's above the table in frozen pane area. This approach would

make removing names a simple matter of deleting entire rows, leaving no

required extraneous cleanup processing to do. If you're interested to

review a working copy of this let me know where to send/upload a file.



--

Garry


For sure I would love to see your rendetion of this project.
I am not the end user of all this, I'm trying to help out someone just like you are trying to help me. Top of the line advice is most welcome even if I'm not fully capable of following it.

I'm at:

lhkittle @ comcast . net

Remove the spaces

Howard
 
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
i have a list i need to copy onto another sheet one by one bigsister Excel Discussion (Misc queries) 2 March 25th 10 10:55 PM
find IDs in another sheet, copy paste non-adjacent data on orig sh Shariq Excel Programming 2 September 17th 09 06:10 PM
Copy Paste from Class Sheet to Filtered List on Combined Sheet [email protected] Excel Programming 6 September 16th 08 04:30 PM
When data match, copy adjacent value to adjacent column slimbim Excel Worksheet Functions 2 November 8th 06 08:41 PM
how to find and copy values on sheet 2, based on a list on sheet 1 evanmacnz Excel Programming 4 February 7th 05 08:33 PM


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