Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default IF function not working in conditional formatting

I'm trying to apply conditional formatting to a spreadsheet using the IF
function. I know I'm using the correct formula. But the formatting is not
being applied. It's like the function is not working.
--
DruD
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default IF function not working in conditional formatting

Post your formula

"DruD" wrote:

I'm trying to apply conditional formatting to a spreadsheet using the IF
function. I know I'm using the correct formula. But the formatting is not
being applied. It's like the function is not working.
--
DruD

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 964
Default IF function not working in conditional formatting

It would help if you provided the formula. Also, an example of the data
being affected. What you expect to happen, and what is happening. Perhaps
there is something wrong that you're just not seeing?

HTH,
Elkar


"DruD" wrote:

I'm trying to apply conditional formatting to a spreadsheet using the IF
function. I know I'm using the correct formula. But the formatting is not
being applied. It's like the function is not working.
--
DruD

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default IF function not working in conditional formatting

This is the formula: ="$C2$B2". Comparing one column of values to another,
with the intent of formatting (highlighting in blue) rows that meet the
condition. Does this help?
--
DruD


"Elkar" wrote:

It would help if you provided the formula. Also, an example of the data
being affected. What you expect to happen, and what is happening. Perhaps
there is something wrong that you're just not seeing?

HTH,
Elkar


"DruD" wrote:

I'm trying to apply conditional formatting to a spreadsheet using the IF
function. I know I'm using the correct formula. But the formatting is not
being applied. It's like the function is not working.
--
DruD

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 964
Default IF function not working in conditional formatting

You'll need to remove the quotes. As written, Excel is looking for the text
string "$C2$B2". The formula should be =$C2$B2.

HTH,
Elkar


"DruD" wrote:

This is the formula: ="$C2$B2". Comparing one column of values to another,
with the intent of formatting (highlighting in blue) rows that meet the
condition. Does this help?
--
DruD


"Elkar" wrote:

It would help if you provided the formula. Also, an example of the data
being affected. What you expect to happen, and what is happening. Perhaps
there is something wrong that you're just not seeing?

HTH,
Elkar


"DruD" wrote:

I'm trying to apply conditional formatting to a spreadsheet using the IF
function. I know I'm using the correct formula. But the formatting is not
being applied. It's like the function is not working.
--
DruD



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default IF function not working in conditional formatting

Thanks. That worked. But I didn't put the quotes in - Excel did that all on
its own!
--
DruD


"Elkar" wrote:

You'll need to remove the quotes. As written, Excel is looking for the text
string "$C2$B2". The formula should be =$C2$B2.

HTH,
Elkar


"DruD" wrote:

This is the formula: ="$C2$B2". Comparing one column of values to another,
with the intent of formatting (highlighting in blue) rows that meet the
condition. Does this help?
--
DruD


"Elkar" wrote:

It would help if you provided the formula. Also, an example of the data
being affected. What you expect to happen, and what is happening. Perhaps
there is something wrong that you're just not seeing?

HTH,
Elkar


"DruD" wrote:

I'm trying to apply conditional formatting to a spreadsheet using the IF
function. I know I'm using the correct formula. But the formatting is not
being applied. It's like the function is not working.
--
DruD

  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 964
Default IF function not working in conditional formatting

You probably didn't include the = sign when you typed the formula. Thus,
Excel assumed you were looking for a text string rather than a formula.


"DruD" wrote:

Thanks. That worked. But I didn't put the quotes in - Excel did that all on
its own!
--
DruD


"Elkar" wrote:

You'll need to remove the quotes. As written, Excel is looking for the text
string "$C2$B2". The formula should be =$C2$B2.

HTH,
Elkar


"DruD" wrote:

This is the formula: ="$C2$B2". Comparing one column of values to another,
with the intent of formatting (highlighting in blue) rows that meet the
condition. Does this help?
--
DruD


"Elkar" wrote:

It would help if you provided the formula. Also, an example of the data
being affected. What you expect to happen, and what is happening. Perhaps
there is something wrong that you're just not seeing?

HTH,
Elkar


"DruD" wrote:

I'm trying to apply conditional formatting to a spreadsheet using the IF
function. I know I'm using the correct formula. But the formatting is not
being applied. It's like the function is not working.
--
DruD

  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default IF function not working in conditional formatting

If you type in the = sign at the beginning of the formula, you'll probably
get what you asked for, but if you leave it out, Excel will usually add not
only the = sign but also the quotes. It's always safest to check what
you've ended up with.
--
David Biddulph

"DruD" wrote in message
...
Thanks. That worked. But I didn't put the quotes in - Excel did that all
on
its own!
--
DruD


"Elkar" wrote:

You'll need to remove the quotes. As written, Excel is looking for the
text
string "$C2$B2". The formula should be =$C2$B2.

HTH,
Elkar


"DruD" wrote:

This is the formula: ="$C2$B2". Comparing one column of values to
another,
with the intent of formatting (highlighting in blue) rows that meet the
condition. Does this help?
--
DruD


"Elkar" wrote:

It would help if you provided the formula. Also, an example of the
data
being affected. What you expect to happen, and what is happening.
Perhaps
there is something wrong that you're just not seeing?

HTH,
Elkar


"DruD" wrote:

I'm trying to apply conditional formatting to a spreadsheet using
the IF
function. I know I'm using the correct formula. But the
formatting is not
being applied. It's like the function is not working.
--
DruD



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 not working with percentages in excel 2007 Dave Excel Discussion (Misc queries) 1 February 9th 07 08:26 AM
Conditional Formatting isnt working right changetires Excel Discussion (Misc queries) 6 June 28th 06 08:47 PM
Conditional Formatting is not working... tmerton Excel Worksheet Functions 1 March 17th 06 10:42 PM
conditional formatting not working in every cell mhutch71 Excel Discussion (Misc queries) 3 January 4th 06 08:19 PM
Conditional Formatting Not Working Consistently Christina Excel Discussion (Misc queries) 6 July 22nd 05 11:55 PM


All times are GMT +1. The time now is 10:01 PM.

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"