Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
jpnga
 
Posts: n/a
Default Organizing worksheets in a workbook

I have a master worksheet with system downtime data. Example

System Date owner time down
XXX 12/5 Jim 12:45
YYY 12/5 Jim 1:30
ZZZ 12/5 Frank 2:45
XXX 12/8 Jim 3:15

I then have worksheets for each of the Systems XXX, YYY, and ZZZ. I used an
IF statement to pull the rows of data to the respective worksheets. The
problem is the data for XXX shows on rows 1 and 4 of the XXX worksheet and I
have 2 blank rows where the YYY and ZZZ data was. Is there anyway to get the
2nd XXX data on Row 2 on the XXX worksheet.

My IF statement on the XXX worksheet in A2 is IF('sheet1'!A2:A2000 = "XXX",
'sheet1'!A2:A2000,"")

Thanks
Jpnga
  #2   Report Post  
Posted to microsoft.public.excel.newusers
Bill Ridgeway
 
Posts: n/a
Default Organizing worksheets in a workbook

The problems with using IF statements is that they may be rather cumbersome
and may become unreliable when the data in the master worksheet is moved or
deleted (as I think you may have already found).

Are you using the worksheets for each of the systems XXX etc as a means of
analysing data in the master worksheet? If so, you could reduce the
workload by using 'pivot tables' (if you want a printable table of
abstracted data) or 'Advance filter' (if you want data in the form of a
worksheet).

Regards.

Bill Ridgeway
Computer Solutions

"jpnga" wrote in message
...
I have a master worksheet with system downtime data. Example

System Date owner time down
XXX 12/5 Jim 12:45
YYY 12/5 Jim 1:30
ZZZ 12/5 Frank 2:45
XXX 12/8 Jim 3:15

I then have worksheets for each of the Systems XXX, YYY, and ZZZ. I used
an
IF statement to pull the rows of data to the respective worksheets. The
problem is the data for XXX shows on rows 1 and 4 of the XXX worksheet and
I
have 2 blank rows where the YYY and ZZZ data was. Is there anyway to get
the
2nd XXX data on Row 2 on the XXX worksheet.

My IF statement on the XXX worksheet in A2 is IF('sheet1'!A2:A2000 =
"XXX",
'sheet1'!A2:A2000,"")

Thanks
Jpnga



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
Protecting all worksheets of a workbook neeraj Excel Discussion (Misc queries) 14 May 30th 06 09:46 PM
How do I build a workbook from the worksheets another workbook? Rico Excel Discussion (Misc queries) 4 August 19th 05 02:04 PM
Worksheets in a workbook? Bob .-.-. New Users to Excel 4 June 23rd 05 10:30 PM
Sorting data in a workbook across multple worksheets Phil Excel Worksheet Functions 7 June 22nd 05 08:49 PM
how do i link a list of items in a workbook to worksheets in the . Camalla Excel Discussion (Misc queries) 2 April 22nd 05 09:35 PM


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