Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 59
Default Conditional Formatting #n/a

I had a spreadsheet sent to me that has the text #n/a in some of the cells.
Want to to a conditional formatting to highlight any cell that contains the
text #n/a but it is not working. Does anyone know why?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Conditional Formatting #n/a


The #N/A isn't a text, it's an error value.

Use the IsError() function in your conditional format (where the cell
whose value you are testing goes inside the parentheses) and it should
work.


--
jamescox
------------------------------------------------------------------------
jamescox's Profile: http://www.thecodecage.com/forumz/member.php?userid=449
View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=113078

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,722
Default Conditional Formatting #n/a

It's most likely the NA error, as opposed to just n/a. Try changing your
conditional formula to something similar to this:
=A1=NA()
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Supe" wrote:

I had a spreadsheet sent to me that has the text #n/a in some of the cells.
Want to to a conditional formatting to highlight any cell that contains the
text #n/a but it is not working. Does anyone know why?

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,104
Default Conditional Formatting #n/a

As a follow up to the reply by jamescox, you could use a formula such as
=ISNA(A1) in your conditional formatting.

Note when you type =NA() into a cell, what you see is #N/A but as jamescox
points out this is not text but an error value
best wishes

--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email


"Supe" wrote in message
...
I had a spreadsheet sent to me that has the text #n/a in some of the
cells.
Want to to a conditional formatting to highlight any cell that contains
the
text #n/a but it is not working. Does anyone know why?



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
Conditional formatting--different formatting depending on cell con Tammy S. Excel Discussion (Misc queries) 3 March 30th 09 08:11 PM
Formatting Conditional Formatting Icon Sets The Rook[_2_] Excel Discussion (Misc queries) 3 March 7th 09 08:48 PM
Formatting cells in a column with conditional formatting? shamor Excel Discussion (Misc queries) 8 May 19th 08 10:11 PM
Protect Cell Formatting including Conditional Formatting Mick Jennings Excel Discussion (Misc queries) 5 November 13th 07 05:32 PM
Conditional Formatting that will display conditional data BrainFart Excel Worksheet Functions 1 September 13th 05 05:45 PM


All times are GMT +1. The time now is 09:13 PM.

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

About Us

"It's about Microsoft Excel"