LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Need help Taking alot data from one sheet (if not blank) and copying toa list on another sheet.

I Am trying to take information from one Sheet where for example cells F8=(blankcell) F10=Break F12=(blankcell) J8=Cleaning J10=waiting and have it automatically copied to another sheet where the cells that are not blank have their contents listed without blanks and without repeating cells. for example
Sheet2
Break
Cleaning
Waiting

So far i tried using huge if statements in the destination cells to try to locate the cells with information in them

=IF(LEN('PPI DATA'!F8)0,'PPI DATA'!F8,IF(LEN('PPI DATA'!F10)0,'PPI DATA'!F10,IF(LEN('PPI DATA'!F12)0,'PPI DATA'!F12,IF(LEN('PPI DATA'!J8)0,'PPI DATA'!J8,IF(LEN('PPI DATA'!J10)0,'PPI DATA'!J10,IF(LEN('PPI DATA'!J12)0,'PPI DATA'!J12,IF(LEN('PPI DATA'!N8)0,'PPI DATA'!N8,IF(LEN('PPI DATA'!N10)0,'PPI DATA'!N10,IF(LEN('PPI DATA'!N12)0,'PPI DATA'!N12,IF(LEN('PPI DATA'!R8)0,'PPI DATA'!R8,IF(LEN('PPI DATA'!R10)0,'PPI DATA'!R10,IF(LEN('PPI DATA'!R12)0,'PPI DATA'!R12,IF(LEN('PPI DATA'!V8)0,'PPI DATA'!V8,IF(LEN('PPI DATA'!V10)0,'PPI DATA'!V10,IF(LEN('PPI DATA'!V12)0,'PPI DATA'!V12,"Working")))))))))))))))

But i can't find a way for the cells to disregard the cells already listed so what i get is
Sheet 2
Break
Break
Break

Also i can only looking through as many cells as i can make if statements for which is 64 but i will need to have it search through up to 600 cells. i'm considering making another sheet so that the information is listed together even with blanks so that maybe if the cells aren't scattered i may be able to use a different function. any suggestions would be greatly appreciated

EggHeadCafe - Software Developer Portal of Choice
Silverlight 2 RC0 Doing Data Part VIII : Using the Threadpool
http://www.eggheadcafe.com/tutorials...0-doing-d.aspx
 
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
checkbox, then taking information from one sheet to another sheet DMK Excel Worksheet Functions 0 September 12th 08 10:00 PM
Copying the repeated data of the previous sheet to the next sheet Sasikiran Excel Discussion (Misc queries) 1 September 25th 07 03:18 PM
TAKING INFO FROM ONE SHEET AND PRODUCING A LIST IN ANOTHER SHEET Bob Excel Discussion (Misc queries) 0 December 20th 06 07:45 PM
Using a comparison and taking data from one sheet and putting it i Tonya Excel Worksheet Functions 0 November 9th 06 09:09 PM
2 questions, copying data from sheet to sheet and assigning macro Boris Excel Worksheet Functions 0 December 16th 04 06:11 PM


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