|
|
Conditional Formatting on Range of Cells
My Range is A23:M:23. I want these to be a color if the contents of N23 is F.
I have tried, =$N$23="F" as well as =$N$23=F without any luck.
Any suggestions?
|
|
0
|
|
|
|
Reply
|
Utf
|
3/29/2010 9:56:01 PM |
|
>I have tried, =$N$23="F"
That's the formula you would want to use.
Enter that formula in a worksheet cell. What result do you get? It may be
that N23 does contain F but it might also contain unseen whitespace
characters so that something like this:
F<space>
Would cause =$N$23="F" to return FALSE.
--
Biff
Microsoft Excel MVP
"RoadKill" <RoadKill@discussions.microsoft.com> wrote in message
news:5FE47576-DF03-4CE5-8536-51C4CDA1A2B7@microsoft.com...
> My Range is A23:M:23. I want these to be a color if the contents of N23 is
> F.
>
> I have tried, =$N$23="F" as well as =$N$23=F without any luck.
>
> Any suggestions?
|
|
0
|
|
|
|
Reply
|
T
|
3/29/2010 10:14:05 PM
|
|
hi
select A23:M23
set CF for all cell in selected range at once....
formula is.....=$N$23="F".....pick your color.
type F in N23. the rangeA23:M23 should change to picked color.
Regards
FSt1
"RoadKill" wrote:
> My Range is A23:M:23. I want these to be a color if the contents of N23 is F.
>
> I have tried, =$N$23="F" as well as =$N$23=F without any luck.
>
> Any suggestions?
|
|
0
|
|
|
|
Reply
|
Utf
|
3/29/2010 10:22:03 PM
|
|
That is exactly what I have, and unfortunately it doesn't change the color of
the cells at all.
"FSt1" wrote:
> hi
> select A23:M23
> set CF for all cell in selected range at once....
> formula is.....=$N$23="F".....pick your color.
> type F in N23. the rangeA23:M23 should change to picked color.
>
> Regards
> FSt1
>
> "RoadKill" wrote:
>
> > My Range is A23:M:23. I want these to be a color if the contents of N23 is F.
> >
> > I have tried, =$N$23="F" as well as =$N$23=F without any luck.
> >
> > Any suggestions?
|
|
0
|
|
|
|
Reply
|
Utf
|
3/29/2010 10:37:01 PM
|
|
There isn't any whitespace. I have even tried it on a new, blank worksheet
using basic numbers. Nothing happens.
Is there some setting that would prevent it?
"T. Valko" wrote:
> >I have tried, =$N$23="F"
>
> That's the formula you would want to use.
>
> Enter that formula in a worksheet cell. What result do you get? It may be
> that N23 does contain F but it might also contain unseen whitespace
> characters so that something like this:
>
> F<space>
>
> Would cause =$N$23="F" to return FALSE.
>
> --
> Biff
> Microsoft Excel MVP
>
>
> "RoadKill" <RoadKill@discussions.microsoft.com> wrote in message
> news:5FE47576-DF03-4CE5-8536-51C4CDA1A2B7@microsoft.com...
> > My Range is A23:M:23. I want these to be a color if the contents of N23 is
> > F.
> >
> > I have tried, =$N$23="F" as well as =$N$23=F without any luck.
> >
> > Any suggestions?
>
>
> .
>
|
|
0
|
|
|
|
Reply
|
Utf
|
3/29/2010 10:58:03 PM
|
|
How about using TRIM?
=TRIM($N$23)="F"
--
Max
Singapore
---
"RoadKill" wrote:
> .. and unfortunately it doesn't change the color of the cells at all.
|
|
0
|
|
|
|
Reply
|
Utf
|
3/29/2010 11:11:02 PM
|
|
Select cells A23 through M23. Go to Conditional Formatting and choose Cell
Value Is Equal To and type in =$N$23 and choose how you want the cell
formatted and click OK.
Now enter an F in cell N23 and it should change the color of any cell with
an F in it in the range A23:M23.
Do not use =$N$23=F with or without quotes.
"RoadKill" wrote:
> My Range is A23:M:23. I want these to be a color if the contents of N23 is F.
>
> I have tried, =$N$23="F" as well as =$N$23=F without any luck.
>
> Any suggestions?
|
|
0
|
|
|
|
Reply
|
Utf
|
3/30/2010 12:36:01 AM
|
|
See if this might be the culprit:
http://support.microsoft.com/?id=833258
--
Biff
Microsoft Excel MVP
"RoadKill" <RoadKill@discussions.microsoft.com> wrote in message
news:7D95B90B-F8B4-4DA6-BE09-78FDEF56A644@microsoft.com...
> There isn't any whitespace. I have even tried it on a new, blank worksheet
> using basic numbers. Nothing happens.
>
> Is there some setting that would prevent it?
>
> "T. Valko" wrote:
>
>> >I have tried, =$N$23="F"
>>
>> That's the formula you would want to use.
>>
>> Enter that formula in a worksheet cell. What result do you get? It may be
>> that N23 does contain F but it might also contain unseen whitespace
>> characters so that something like this:
>>
>> F<space>
>>
>> Would cause =$N$23="F" to return FALSE.
>>
>> --
>> Biff
>> Microsoft Excel MVP
>>
>>
>> "RoadKill" <RoadKill@discussions.microsoft.com> wrote in message
>> news:5FE47576-DF03-4CE5-8536-51C4CDA1A2B7@microsoft.com...
>> > My Range is A23:M:23. I want these to be a color if the contents of N23
>> > is
>> > F.
>> >
>> > I have tried, =$N$23="F" as well as =$N$23=F without any luck.
>> >
>> > Any suggestions?
>>
>>
>> .
>>
|
|
0
|
|
|
|
Reply
|
T
|
3/30/2010 1:23:29 AM
|
|
|
7 Replies
195 Views
(page loaded in 0.238 seconds)
Similiar Articles: Conditional formatting based on length of the cell contents ...How to define a charts range based on the value of a cell ... Conditional formatting based on length of the cell contents ... How to define a charts range based on the ... Conditional formatting - multiple criteria - microsoft.public ...1) Trying to compare cells J4:Q4 to cell F4. F4 will be colored yellow if F4>all cells in the range of J4:Q4 excluding blanks. Select F4 , open Format | Conditional ... How to count cells that are highlighted by conditional formatting ...How do I return a count of how many cells in a range are highlighted (via conditional formatting) without using VBA in Excel 2007? ... Conditional Formatting Does Not Refresh Automatically - microsoft ...I have a conditional format (fill on a range of 9 cells) that only works when I leave the page and return again. It works as intended with this manu... Counting cells with conditional formatting - microsoft.public ...I am trying to count the cells in a range that have a certain fill color in Excel 2003. Is there a way to use COUNTIF? If so, how do I write the cri... Lock cells conditionally formatted in 2007 - microsoft.public ...I conditionally formatted a range of cells so that a cell changes color if ... Excel - Is it possible to lock/unlock cells using conditional formatting? ... in that cell I ... conditional formatting and coloring cells. - microsoft.public ...Conditional Formatting Colors Unfortunately, the Color and ColorIndex properties of a Range don't return the color of a cell that is displayed if Conditional formatting is ... i want to set conditional format to cells containing odd numbers ...1. Select the cell/Range (say A1:A10). Please note that the cell reference A1 mentioned in the formula is the active cell in the selection. Active cell will have a ... Conditional Formatting based on Non Blank Cells - microsoft.public ...SUMIF non-blank cells ... range) based on ... Sum if cell = grey - microsoft.public.excel.worksheet.functions ... SUMIF non-blank ... Cells; Conditional Formatting: Cells ... Conditional Format, Color Scale adjacent cells - microsoft.public ..."Minty Fresh" wrote: > Hi Michael > Actually you can use conditional formatting to color a cell based on a value > in another cell. The real problem here is that you ... Conditional FormattingConditional Formatting (CF) is a tool that allows you to apply formats to a cell or range of cells, and have that formatting change depending on the value of the cell ... Excel Conditional Formatting of Cells - Help and tips using Excel ...Conditional formatting of cells in Excel. Excel allows you to format ... Another conditional format for the range B7:B10 applies a blue border to the cell which is equal to ... How to apply conditional formatting across a range of cells ...I wanted to conditionally format a range of cells, 5 columns wide, depending on the value of another cell. For example, if cell B6 contained the value 1, cells B1 to ... Conditional formatting based on a range of cells - Microsoft AnswersI have a worksheet of Student vs Subject Target Grade and Subject Forecast Grade. So one row contains Student, 20 potential subject target grades and 20 potential ... Excel Conditional Formatting -- Examples - Contextures Excel Tips ...Select range A2:A5; On the Ribbon, go to the Home tab and click Conditional Formatting; Click New Rule; Click Use a Formula to Determine Which Cells to Format 7/22/2012 11:55:00 AM
|
|
|
|
|
|
|
|
|