Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Remove specific cells in a column.

Hallo all

The values Column 1 is dynamic. ("based on other data").
I need to copy these values to another column (fx. column 2) WITHOUT the cell value "Check". This column must also be dynamic
It´s not an option to sort this column 2 in a different spreadsheet.

Column 1 Column 2
Yes =A2
Yes =A3
No =A4
Yes =A5
No =A6
Yes =A7
Yes =A8
Yes =A9
"Check" "=A10"
Yes =A11
Yes =A12
Yes =A13
Later =A14
Later =A15

I hope you understand my "problem". Thanks for your help

Best Hans
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Remove specific cells in a column.

Hallo Claus
Thanks for your reply - This quistion follows up on a previous question, that you also replied.

=MAX(LARGE((B2:B1000<"YES")*(B1:B999="YES")*ROW(1 :999);ROW(1:999))-LARGE(B2:B1000="YES")*(B1:B999<"YES")*ROW(1:999); ROW(1:999)))

But now I see it goes wrong because the list (column) is sorted and some cells are therefore "hidden".
I need the this formular to ignore these cells, which are named by "check" or are empty.

I hope it´s possible - thanks for your help

Best Hans



Den tirsdag den 3. december 2013 15.53.58 UTC+1 skrev Claus Busch:
Hallo Hans,



Am Tue, 3 Dec 2013 05:22:15 -0800 (PST) schrieb :



The values Column 1 is dynamic. ("based on other data").


I need to copy these values to another column (fx. column 2) WITHOUT the cell value "Check". This column must also be dynamic


It�s not an option to sort this column 2 in a different spreadsheet.




in B2:

=IF(A2<"Check",A2,"")

and copy down





Regards

Claus B.

--

Win XP PRof SP2 / Vista Ultimate SP2

Office 2003 SP2 /2007 Ultimate SP2

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
Remove/Ignore Letters when Summing cells in a column. Matt Excel Worksheet Functions 3 December 18th 08 06:37 PM
remove duplicate rows from specific data in a column; excel 2007 DS Excel Worksheet Functions 1 August 6th 08 08:16 PM
Remove first few digits from all cells in the column Magwine Excel Worksheet Functions 7 August 2nd 07 10:39 PM
Sum specific cells only not entire column Mary Excel Discussion (Misc queries) 4 March 14th 07 03:06 PM
Remove specific text from a column of cells Sweepea Excel Discussion (Misc queries) 7 November 4th 06 10:42 AM


All times are GMT +1. The time now is 12:24 PM.

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"