View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
connie connie is offline
external usenet poster
 
Posts: 46
Default Using IF statement compare cell ID with data in another column tru

ex. IF cell C2 is listed in column F need to state 'True' or 'False'. Here
is what I typed, however, it is not working correctly. Help!
=IF(C2=F:F,"true")