Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default A single Page print for key items

I have a 2900 line spreadsheet from top to bottom with information about
rooms and organized by it's room number:
example:
col a: b : c : d:
101: Main Lobby: Lobby is 590 Sq ft
102: Janitors Closet: 15 sq ft
103: Elevator room: 15 sq ft
103: Elevatior room 2: 24 sq ft

I want to be able to have one source page where I can type the room number
in and then allow it to show and then print the room number. No data filters
that's ok but not what I'm looking for. Some rooms have like 20-25 lines of
information while some only has 3-4. Macro is ok but how?
--
Jeff
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 49
Default A single Page print for key items

This works in 2007
Please replace sheet names as needed, calling your data page "Sheet1"
Goto the sheet you want to print "Sheet2"
In cel "A1" enter the room number
In cell "A2" enter the formula =IFERROR(MATCH(A1,Sheet1!A1:A3000,0),"")
In cell "A3" enter the formula =IFERROR(MATCH($A$1,INDIRECT("'" & "Sheet1"
&"'!" & "A" & (A2+1) &":A3000"),0)+A2,"")
Drag/fill cell "A3" down as far as you need (more than number of lines that
will occur) -this will create a reference for each row that your room
number occurs
In cell "B2" enter =IFERROR(INDIRECT("'" & "Sheet1" &"'!" & "B" & (A2)),"")
Drag/fill cell "B2" down as needed -this will copy your room names
In cell "C2" enter =IFERROR(INDIRECT("'" & "Sheet1" &"'!" & "C" & (A2)),"")
Drag/fill cell "C2" down as needed -this will copy your area

Hope this helps

"jeffkeef" wrote in message
...
I have a 2900 line spreadsheet from top to bottom with information about
rooms and organized by it's room number:
example:
col a: b : c : d:
101: Main Lobby: Lobby is 590 Sq ft
102: Janitors Closet: 15 sq ft
103: Elevator room: 15 sq ft
103: Elevatior room 2: 24 sq ft

I want to be able to have one source page where I can type the room number
in and then allow it to show and then print the room number. No data
filters
that's ok but not what I'm looking for. Some rooms have like 20-25 lines
of
information while some only has 3-4. Macro is ok but how?
--
Jeff



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 you print single page multiply times with increasing page . aliasmith Excel Worksheet Functions 2 September 26th 08 12:30 AM
Can you print separate worksheet on a single page? LisaVH Excel Discussion (Misc queries) 3 November 2nd 06 08:17 PM
Print Pivottable - show all selected items in page filter Koen Excel Discussion (Misc queries) 0 June 19th 06 09:30 AM
Print a custom page from scheduling data in a single row Phil Excel Discussion (Misc queries) 1 March 1st 06 11:47 AM
Set up a single page to print a chronolgy of sheets printed srfr808 Excel Discussion (Misc queries) 1 May 10th 05 10:28 AM


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