Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 86
Default cell vlue based on cell back colour

Cell Range A1:A35 are different colours (Red, Green, Blue - depending
on their value)
I want B1:B35 to show a number, based on the colour of adjoining
cells.
Is there a simple formula that will allow me to do this?

TIA (*-*)<
Esra
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default cell vlue based on cell back colour

Hi,

Is there a simple formula that will allow me to do this?


There may be.

How are the colours derived is it conditional formatting or simply fill? If
it's the former Post the CF formula(s)

What is the algorithm for deciding what colour a cell will be?
--
Mike

When competing hypotheses are otherwise equal, adopt the hypothesis that
introduces the fewest assumptions while still sufficiently answering the
question.


"Esradekan" wrote:

Cell Range A1:A35 are different colours (Red, Green, Blue - depending
on their value)
I want B1:B35 to show a number, based on the colour of adjoining
cells.
Is there a simple formula that will allow me to do this?

TIA (*-*)<
Esra
.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 86
Default cell vlue based on cell back colour

On Mar 30, 9:03*pm, Esradekan wrote:
Cell Range A1:A35 are different colours (Red, Green, Blue - depending
on their value)
I want B1:B35 to show a number, based on the colour of adjoining
cells.
Is there a simple formula that will allow me to do this?

TIA (*-*)<
Esra


Nobody able to give me an answer?

Esra
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default cell vlue based on cell back colour

Are the colored cells in A1:A35 the result of Conditional Formatting?

Are they manually colored?

What numbers do you want in column B based on colors in column A?


Gord Dibben MS Excel MVP

On Wed, 31 Mar 2010 16:37:52 -0700 (PDT), Esradekan
wrote:

On Mar 30, 9:03*pm, Esradekan wrote:
Cell Range A1:A35 are different colours (Red, Green, Blue - depending
on their value)
I want B1:B35 to show a number, based on the colour of adjoining
cells.
Is there a simple formula that will allow me to do this?

TIA (*-*)<
Esra


Nobody able to give me an answer?

Esra


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 86
Default cell vlue based on cell back colour

On Apr 2, 4:16*am, Gord Dibben <gorddibbATshawDOTca wrote:
Are the colored cells in A1:A35 the result of Conditional Formatting?

Are they manually colored?

What numbers do you want in column B based on colors in column A?

Gord Dibben *MS Excel MVP

On Wed, 31 Mar 2010 16:37:52 -0700 (PDT), Esradekan
wrote:



On Mar 30, 9:03 pm, Esradekan wrote:
Cell Range A1:A35 are different colours (Red, Green, Blue - depending
on their value)
I want B1:B35 to show a number, based on the colour of adjoining
cells.
Is there a simple formula that will allow me to do this?


TIA (*-*)<
Esra


Nobody able to give me an answer?


Esra- Hide quoted text -


- Show quoted text -


HI,

Yes they are the result of conditional formatting and all I want if
they are green to show a number 1 in the adjoining cell in the B
column and if they are red, a number 1 in the C column.

I am trialling the beta version of office 2010 at the moment but
normally use 2007.

TIA
Esra
(*-*)<



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default cell vlue based on cell back colour

You have conditions in column A that color the cells.

Use those conditions in B and C

B1 formula =IF(A1=greencondition,1,"")

C1 formula =IF(A1=redcondition,1,"")


Gord

On Thu, 1 Apr 2010 17:52:29 -0700 (PDT), Esradekan
wrote:

On Apr 2, 4:16*am, Gord Dibben <gorddibbATshawDOTca wrote:
Are the colored cells in A1:A35 the result of Conditional Formatting?

Are they manually colored?

What numbers do you want in column B based on colors in column A?

Gord Dibben *MS Excel MVP

On Wed, 31 Mar 2010 16:37:52 -0700 (PDT), Esradekan
wrote:



On Mar 30, 9:03 pm, Esradekan wrote:
Cell Range A1:A35 are different colours (Red, Green, Blue - depending
on their value)
I want B1:B35 to show a number, based on the colour of adjoining
cells.
Is there a simple formula that will allow me to do this?


TIA (*-*)<
Esra


Nobody able to give me an answer?


Esra- Hide quoted text -


- Show quoted text -


HI,

Yes they are the result of conditional formatting and all I want if
they are green to show a number 1 in the adjoining cell in the B
column and if they are red, a number 1 in the C column.

I am trialling the beta version of office 2010 at the moment but
normally use 2007.

TIA
Esra
(*-*)<


  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 86
Default cell vlue based on cell back colour

On Apr 3, 3:30*am, Gord Dibben <gorddibbATshawDOTca wrote:
You have conditions in column A that color the cells.

Use those conditions in B and C

B1 formula * =IF(A1=greencondition,1,"")

C1 formula * =IF(A1=redcondition,1,"")

Gord

On Thu, 1 Apr 2010 17:52:29 -0700 (PDT), Esradekan
wrote:



On Apr 2, 4:16*am, Gord Dibben <gorddibbATshawDOTca wrote:
Are the colored cells in A1:A35 the result of Conditional Formatting?


Are they manually colored?


What numbers do you want in column B based on colors in column A?


Gord Dibben *MS Excel MVP


On Wed, 31 Mar 2010 16:37:52 -0700 (PDT), Esradekan
wrote:


On Mar 30, 9:03 pm, Esradekan wrote:
Cell Range A1:A35 are different colours (Red, Green, Blue - depending
on their value)
I want B1:B35 to show a number, based on the colour of adjoining
cells.
Is there a simple formula that will allow me to do this?


TIA (*-*)<
Esra


Nobody able to give me an answer?


Esra- Hide quoted text -


- Show quoted text -


HI,


Yes they are the result of conditional formatting and all I want if
they are green to show a number 1 in the adjoining cell in the B
column and if they are red, a number 1 in the C column.


I am trialling the beta version of office 2010 at the moment but
normally use 2007.


TIA
Esra
(*-*)<- Hide quoted text -


- Show quoted text -


Doesnt work. Comes up with #NAME?

Any idea of the problem?

Esra
TIA
(*-*)<

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
Fill cell colour based on input in another cell Dan Wood[_2_] Excel Worksheet Functions 2 August 20th 09 06:28 AM
how do i change cell text colour based on value in other cell Oscarrot Excel Worksheet Functions 2 July 20th 09 03:21 PM
Use a vlue of a cell for the sum range jimjudd New Users to Excel 2 July 2nd 08 08:31 PM
Excel spreadsheet change colour of cell back ground depending on d Nataliec Excel Discussion (Misc queries) 1 September 12th 07 12:12 PM
Sum contents of comments based on back fill colour Arran Excel Discussion (Misc queries) 7 December 8th 06 08:07 AM


All times are GMT +1. The time now is 01:35 AM.

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"