Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I want to take my spreadsheet and take each column and place it on different
areas of a cover sheet. Is this even possible? For example, A1 would be the title...E1 would be the abstract, something of this nature. Your help is greatly appreciated. Thanks, MikeC |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If your cover sheet is in a seperate sheet from the data then an equation
like this will work to pull the value from a different sheet in the workbook. < =Sheet3!D6 . With this formula (=SheetName!cellreference) if the cell you refence is blank then it will display a 0. To fix this I would recomend an if statement such as =if(Sheet3!D6="", "", Sheet3!D6). The "" means blank. Hope this helps. "MikeC" wrote: I want to take my spreadsheet and take each column and place it on different areas of a cover sheet. Is this even possible? For example, A1 would be the title...E1 would be the abstract, something of this nature. Your help is greatly appreciated. Thanks, MikeC |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks!
"Kiba" wrote: If your cover sheet is in a seperate sheet from the data then an equation like this will work to pull the value from a different sheet in the workbook. < =Sheet3!D6 . With this formula (=SheetName!cellreference) if the cell you refence is blank then it will display a 0. To fix this I would recomend an if statement such as =if(Sheet3!D6="", "", Sheet3!D6). The "" means blank. Hope this helps. "MikeC" wrote: I want to take my spreadsheet and take each column and place it on different areas of a cover sheet. Is this even possible? For example, A1 would be the title...E1 would be the abstract, something of this nature. Your help is greatly appreciated. Thanks, MikeC |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Perhaps I should be a little more specific. An example would include A1:A702
would be the title, and every corresponding row would be a different cover sheet. Thanks in advance. MikeC "MikeC" wrote: I want to take my spreadsheet and take each column and place it on different areas of a cover sheet. Is this even possible? For example, A1 would be the title...E1 would be the abstract, something of this nature. Your help is greatly appreciated. Thanks, MikeC |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You're brutal! Just enter them in by hand. Calm down! Forjust five minutes!
"MikeC" wrote: Perhaps I should be a little more specific. An example would include A1:A702 would be the title, and every corresponding row would be a different cover sheet. Thanks in advance. MikeC "MikeC" wrote: I want to take my spreadsheet and take each column and place it on different areas of a cover sheet. Is this even possible? For example, A1 would be the title...E1 would be the abstract, something of this nature. Your help is greatly appreciated. Thanks, MikeC |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Mike
Re-think what you you're asking and re-post. A1:A702 as a title would take about 12 or 13 pages to show. A cover sheet for each row would give you 702 cover sheets. Gord Dibben MS Excel MVP On Fri, 18 May 2007 08:38:02 -0700, MikeC wrote: Perhaps I should be a little more specific. An example would include A1:A702 would be the title, and every corresponding row would be a different cover sheet. Thanks in advance. MikeC "MikeC" wrote: I want to take my spreadsheet and take each column and place it on different areas of a cover sheet. Is this even possible? For example, A1 would be the title...E1 would be the abstract, something of this nature. Your help is greatly appreciated. Thanks, MikeC |
#7
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
What I was thinking was, making a coversheet for every row in my spread
sheet, where columns are different parts of the coversheet. For example, A1 would be the title, B1 would be the subtitle, C1 would be what was done...and so on to E1, and repeat the process for row 2 and continued to row 702. Does that make more sense? I'm sorry for the confusion. Let me know what everybody thinks. Thanks a lot. MikeC "Gord Dibben" wrote: Mike Re-think what you you're asking and re-post. A1:A702 as a title would take about 12 or 13 pages to show. A cover sheet for each row would give you 702 cover sheets. Gord Dibben MS Excel MVP On Fri, 18 May 2007 08:38:02 -0700, MikeC wrote: Perhaps I should be a little more specific. An example would include A1:A702 would be the title, and every corresponding row would be a different cover sheet. Thanks in advance. MikeC "MikeC" wrote: I want to take my spreadsheet and take each column and place it on different areas of a cover sheet. Is this even possible? For example, A1 would be the title...E1 would be the abstract, something of this nature. Your help is greatly appreciated. Thanks, MikeC |
#8
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
The 702 cover sheets is what I am looking for...so if there's anyway of
simplifying this by perhaps a macro? Please let me know. Thanks, Mike "MikeC" wrote: What I was thinking was, making a coversheet for every row in my spread sheet, where columns are different parts of the coversheet. For example, A1 would be the title, B1 would be the subtitle, C1 would be what was done...and so on to E1, and repeat the process for row 2 and continued to row 702. Does that make more sense? I'm sorry for the confusion. Let me know what everybody thinks. Thanks a lot. MikeC "Gord Dibben" wrote: Mike Re-think what you you're asking and re-post. A1:A702 as a title would take about 12 or 13 pages to show. A cover sheet for each row would give you 702 cover sheets. Gord Dibben MS Excel MVP On Fri, 18 May 2007 08:38:02 -0700, MikeC wrote: Perhaps I should be a little more specific. An example would include A1:A702 would be the title, and every corresponding row would be a different cover sheet. Thanks in advance. MikeC "MikeC" wrote: I want to take my spreadsheet and take each column and place it on different areas of a cover sheet. Is this even possible? For example, A1 would be the title...E1 would be the abstract, something of this nature. Your help is greatly appreciated. Thanks, MikeC |
#9
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I'm still confused........easily confused is my forte.
What do you consider a "cover sheet"? A printed page with only A1:E1 on first page and A2:E2 on second page and so on for 702 pages? Could be done but that's a great lot of trees<g I'm up here in Beautiful British Columbia and we're running short unless you want Pine Beetle-killed pulp. Gord On Mon, 21 May 2007 11:55:01 -0700, MikeC wrote: The 702 cover sheets is what I am looking for...so if there's anyway of simplifying this by perhaps a macro? Please let me know. Thanks, Mike "MikeC" wrote: What I was thinking was, making a coversheet for every row in my spread sheet, where columns are different parts of the coversheet. For example, A1 would be the title, B1 would be the subtitle, C1 would be what was done...and so on to E1, and repeat the process for row 2 and continued to row 702. Does that make more sense? I'm sorry for the confusion. Let me know what everybody thinks. Thanks a lot. MikeC "Gord Dibben" wrote: Mike Re-think what you you're asking and re-post. A1:A702 as a title would take about 12 or 13 pages to show. A cover sheet for each row would give you 702 cover sheets. Gord Dibben MS Excel MVP On Fri, 18 May 2007 08:38:02 -0700, MikeC wrote: Perhaps I should be a little more specific. An example would include A1:A702 would be the title, and every corresponding row would be a different cover sheet. Thanks in advance. MikeC "MikeC" wrote: I want to take my spreadsheet and take each column and place it on different areas of a cover sheet. Is this even possible? For example, A1 would be the title...E1 would be the abstract, something of this nature. Your help is greatly appreciated. Thanks, MikeC |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Converting a PDF file to an EXCEL Spreadsheet | Excel Discussion (Misc queries) | |||
Converting a spreadsheet into a webpage | Excel Discussion (Misc queries) | |||
converting chart to spreadsheet? | Charts and Charting in Excel | |||
Converting Spreadsheet to EXE | Excel Discussion (Misc queries) | |||
Converting Spreadsheet to Web Page | Excel Discussion (Misc queries) |