#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default Logical function

Hi,
I am trying to apply conditional formatting if one of two column is not
divisible by 5. which logical function should i be using? can someone help?
Can i say something like IF(=or(A2/5, B2/5), "True")?

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Logical function

What if both cells are not divisible by 5? It that ok?

=AND(COUNT(A2,B2)=2,OR(MOD(A2,5)0,MOD(B2,5)0))

Biff

"Lavanya" wrote in message
...
Hi,
I am trying to apply conditional formatting if one of two column is not
divisible by 5. which logical function should i be using? can someone
help?
Can i say something like IF(=or(A2/5, B2/5), "True")?



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Need some comments on my Utility_Move class module. jchen Excel Worksheet Functions 0 August 21st 06 07:05 PM
wild card with if logical function b166er Excel Worksheet Functions 2 May 30th 06 11:20 AM
Custom function Christina L. Excel Worksheet Functions 1 May 10th 06 06:38 PM
Logical Function Question jgp_2 Excel Worksheet Functions 2 September 28th 05 07:24 PM
using logical functions as criteria with the SUMIF function pfdubz Excel Worksheet Functions 6 December 1st 04 07:40 PM


All times are GMT +1. The time now is 07:23 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"