View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Melvin Tang Melvin Tang is offline
external usenet poster
 
Posts: 1
Default IF CELL VALUE FALLS WITHIN A RANGE OF VALUES

How do I create an IF function that allows me to work on a cell if the value
input falls within a range of values.

For example, =IF(A1=B1:B10,"true","false")