Thread: Logical or
View Single Post
  #8   Report Post  
Posted to microsoft.public.excel.programming
onedaywhen onedaywhen is offline
external usenet poster
 
Posts: 459
Default Logical or

Try

=IF(WEEKDAY(J6,3)4,"True","False")

--

Supriya wrote in message ...
If the entered date is either Saturday or sunday, then calculation
should take place.


=IF(OR(WEEKDAY(J6)=1,7),"True","False")

Is the above formula is correct?


---
Message posted from http://www.ExcelForum.com/