Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
withblue
 
Posts: n/a
Default checking celll in column


Hi
I need help
I want to look for a cell in column if we find the cell in the column “
the value of the cell” write 1 if not write 0
For example – I have A1 cell which have inside number I want to check
if that number in the rang of C1;C100 if true 1 false 0
I do it like that =IF(C3=sheet1!C3:C16;1;0) but it doesn’t work cuz it
check in all the column not cell by cell in the column
Thnx


--
withblue
------------------------------------------------------------------------
withblue's Profile: http://www.excelforum.com/member.php...o&userid=23767
View this thread: http://www.excelforum.com/showthread...hreadid=374147

  #2   Report Post  
dfeld71
 
Posts: n/a
Default


Try this:

=IF(ISNUMBER(MATCH(A1,C2:C100,0)),1,0)

A1 is the cell that holds the number you want to look up
C2:C100 is the range you want to look in.

HTH


--
dfeld71
------------------------------------------------------------------------
dfeld71's Profile: http://www.excelforum.com/member.php...o&userid=21452
View this thread: http://www.excelforum.com/showthread...hreadid=374147

  #3   Report Post  
withblue
 
Posts: n/a
Default


thank you
but sorry it dosn't work as i want
any way thnx for trying helping me


--
withblue
------------------------------------------------------------------------
withblue's Profile: http://www.excelforum.com/member.php...o&userid=23767
View this thread: http://www.excelforum.com/showthread...hreadid=374147

  #4   Report Post  
BenjieLop
 
Posts: n/a
Default


Will this work for you?


=if(iserror(vlookup(A1,C1:C100,1,0)),0,1)


Regards.


--
BenjieLop


------------------------------------------------------------------------
BenjieLop's Profile: http://www.excelforum.com/member.php...o&userid=11019
View this thread: http://www.excelforum.com/showthread...hreadid=374147

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
Help with macro looping and color query function kevinm Excel Discussion (Misc queries) 10 May 26th 05 01:25 AM
Count Position of Filtered TEXT cells in a column Sam via OfficeKB.com Excel Worksheet Functions 8 May 18th 05 04:23 AM
another text to column problem gbeard Excel Worksheet Functions 11 May 5th 05 07:20 AM
How to group similar column titles together???? vrk1 Excel Discussion (Misc queries) 2 April 30th 05 12:17 AM
Return Count for LAST NonBlank Cell in each Row Sam via OfficeKB.com Excel Worksheet Functions 12 April 17th 05 10:36 PM


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