Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 16
Default Conditional Statements looking at colors?

Can you create a conditional statement that looks at the color of another cell?

For example:

I need column BN to look at column AX, if AX is RED, column BN needs to say
FALSE.

I have too many different values in AX, or I would use an actual value in my
conditional statement for column BN.

Thanks!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default Conditional Statements looking at colors?

You can't do that with one of the standard Excel functions, but it is
relatively easy to devise your own User Defined Function to read the
color index of a cell. Bob Phillips show how he

http://www.xldynamic.com/source/xld.ColourCounter.html

and goes on to give many examples of how you can use such a function.

Hope this helps.

Pete

On Feb 19, 10:44*pm, taurus99
wrote:
Can you create a conditional statement that looks at the color of another cell?

For example:

I need column BN to look at column AX, if AX is RED, column BN needs to say
FALSE.

I have too many different values in AX, or I would use an actual value in my
conditional statement for column BN.

Thanks!


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 16
Default Conditional Statements looking at colors?

Thank you for the feedback. However, I read through the information and found
it won't work for me because the colored cells I am working with were colored
using conditional formating. UGH!

"Pete_UK" wrote:

You can't do that with one of the standard Excel functions, but it is
relatively easy to devise your own User Defined Function to read the
color index of a cell. Bob Phillips show how he

http://www.xldynamic.com/source/xld.ColourCounter.html

and goes on to give many examples of how you can use such a function.

Hope this helps.

Pete

On Feb 19, 10:44 pm, taurus99
wrote:
Can you create a conditional statement that looks at the color of another cell?

For example:

I need column BN to look at column AX, if AX is RED, column BN needs to say
FALSE.

I have too many different values in AX, or I would use an actual value in my
conditional statement for column BN.

Thanks!



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default Conditional Statements looking at colors?

Well in that case it is possible to use the conditions that you
applied for your CF within the formula. For example, suppose your
cells in column AX turn red if their value is above 50 - in BN1 you
can put this formula:

=AX1<=50

This will return FALSE if AX is above 50 (i.e. red) and TRUE
otherwise.

Hope this helps.

Pete

On Feb 20, 1:16*pm, taurus99
wrote:
Thank you for the feedback. However, I read through the information and found
it won't work for me because the colored cells I am working with were colored
using conditional formating. *UGH!



"Pete_UK" wrote:
You can't do that with one of the standard Excel functions, but it is
relatively easy to devise your own User Defined Function to read the
color index of a cell. Bob Phillips show how he


http://www.xldynamic.com/source/xld.ColourCounter.html


and goes on to give many examples of how you can use such a function.


Hope this helps.


Pete


On Feb 19, 10:44 pm, taurus99
wrote:
Can you create a conditional statement that looks at the color of another cell?


For example:


I need column BN to look at column AX, if AX is RED, column BN needs to say
FALSE.


I have too many different values in AX, or I would use an actual value in my
conditional statement for column BN.


Thanks!- Hide quoted text -


- Show quoted text -


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 If Statements [email protected] Excel Discussion (Misc queries) 2 September 3rd 08 04:18 PM
Conditional If Statements maxcw Excel Worksheet Functions 2 June 23rd 08 05:22 AM
Assigning a cell colors via IF-THEN statements Gravy Man Excel Discussion (Misc queries) 3 June 6th 08 09:04 PM
Conditional statements Sue Excel Worksheet Functions 1 May 12th 08 10:14 PM
if statements with colors? jkwok Excel Worksheet Functions 2 December 12th 05 09:16 PM


All times are GMT +1. The time now is 02:17 AM.

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"