Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 05-20-2015, 10:24 AM
Phil H Phil H is offline Conditional Formatting Multiple Or Values Windows XP Conditional Formatting Multiple Or Values Office 2003
Advanced Beginner
Conditional Formatting Multiple Or Values
 
Join Date: Jun 2010
Posts: 81
Phil H is on a distinguished road
Default Conditional Formatting Multiple Or Values

Want to highlight any cell in a range if the value is other than Yes or N/A. Blank cells would also be highlighted.



What would the formula be?
Reply With Quote
  #2  
Old 05-20-2015, 12:56 PM
gebobs gebobs is offline Conditional Formatting Multiple Or Values Windows 7 64bit Conditional Formatting Multiple Or Values Office 2010 64bit
Expert
 
Join Date: Mar 2014
Location: Atlanta
Posts: 837
gebobs has a spectacular aura aboutgebobs has a spectacular aura about
Default

What can the cells be equal to other than yes, na(), or blank?
Reply With Quote
  #3  
Old 05-20-2015, 01:05 PM
gebobs gebobs is offline Conditional Formatting Multiple Or Values Windows 7 64bit Conditional Formatting Multiple Or Values Office 2010 64bit
Expert
 
Join Date: Mar 2014
Location: Atlanta
Posts: 837
gebobs has a spectacular aura aboutgebobs has a spectacular aura about
Default

I tried
Code:
=AND(A1<>"Yes",A1<>NA())
but that doesn't seem to work.
Reply With Quote
  #4  
Old 05-20-2015, 01:12 PM
gebobs gebobs is offline Conditional Formatting Multiple Or Values Windows 7 64bit Conditional Formatting Multiple Or Values Office 2010 64bit
Expert
 
Join Date: Mar 2014
Location: Atlanta
Posts: 837
gebobs has a spectacular aura aboutgebobs has a spectacular aura about
Default

Got it...

Code:
=AND(A1<>"Yes",ISNA(A1)=FALSE)
See attached.
Attached Files
File Type: xlsx NotYesNA.xlsx (9.4 KB, 15 views)
Reply With Quote
  #5  
Old 05-21-2015, 04:16 AM
Phil H Phil H is offline Conditional Formatting Multiple Or Values Windows XP Conditional Formatting Multiple Or Values Office 2003
Advanced Beginner
Conditional Formatting Multiple Or Values
 
Join Date: Jun 2010
Posts: 81
Phil H is on a distinguished road
Default Conditional Formatting Multiple On Multiple Values

Here's what I wound up with: =And(A1<>"Yes",A1<>"N/A"). It works.

Thanks for your time answering my thread.
Reply With Quote
Reply

Tags
"or" formula, conditional formatting



Similar Threads
Thread Thread Starter Forum Replies Last Post
Conditional Formatting for values with more than 2 decimals lynchbro Excel 6 04-17-2015 06:05 AM
Conditional Formatting Multiple Or Values I need to add multiple values based on multiple criteria in a cell not sure what to do AUHAMM Excel 3 10-27-2014 09:11 PM
Conditional Formatting Multiple Or Values Conditional formatting marif300 Project 9 09-23-2014 07:23 AM
Conditional Formatting Multiple Or Values Conditional formatting that ignores other formatting rules info_guy2 Excel 1 07-03-2014 10:07 AM
Conditional Formatting Multiple Or Values Conditional Formatting namedujour Excel 3 08-25-2011 01:46 PM

Other Forums: Access Forums

All times are GMT -7. The time now is 04:32 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft