View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Eric Eric is offline
external usenet poster
 
Posts: 1,670
Default How to check the value?

Does anyone have any suggestions on how to check the value from a list of
numbers?
For example, there is a list of number under A column, and there is a given
number in cell B1. If I find any number under A column, which match the given
number in cell B1, then return True in cell C1, else return False in cell C1.
Does anyone have any suggestions?
Thanks in advance for any suggestions
Eric