Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Checking entire cloumn for values


I want to write one macro for checking the values in the column. i.e I
there is any value in the B1 cell, then it should take copy that valu
somewhere else and move to B2. If again that value is there then i
should take it and move next...like hat I want to check all tha valye
of column

--
reen
-----------------------------------------------------------------------
reena's Profile: http://www.excelforum.com/member.php...fo&userid=3044
View this thread: http://www.excelforum.com/showthread.php?threadid=50243

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default Checking entire cloumn for values

How about

=IF(ISNUMBER(MATCH("value",B:B,0)),"value","")

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"reena" wrote in
message ...

I want to write one macro for checking the values in the column. i.e If
there is any value in the B1 cell, then it should take copy that value
somewhere else and move to B2. If again that value is there then it
should take it and move next...like hat I want to check all tha valyes
of column B


--
reena
------------------------------------------------------------------------
reena's Profile:

http://www.excelforum.com/member.php...o&userid=30440
View this thread: http://www.excelforum.com/showthread...hreadid=502439



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
Frequency of Unique Values in a cloumn BetaDocuments New Users to Excel 2 October 6th 11 02:04 PM
Checking on two values Johannes B. Excel Discussion (Misc queries) 4 April 22nd 05 06:49 PM
Checking entire row for duplicates Mark Driscol Excel Programming 0 July 14th 04 07:32 PM
Checking entire row for duplicates Tom Ogilvy Excel Programming 0 July 14th 04 06:26 PM
checking values in a cel solo_razor[_8_] Excel Programming 2 September 18th 03 01:37 PM


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