View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
rac rac is offline
external usenet poster
 
Posts: 2
Default Reference Date with Or Function

I'm trying to use an Or() function to reference a cell which is formated
as a date. I get an error every time I try.

If(OR(A2={B2,B6}),"text","")

A2, B2 and B6 are all dates.


rac