Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 180
Default Return adjacent cell if conditional formatting exists.

I have several columns. One column contains conditional formatting returned
on a text search in the cell.

How can I set up a formula to return the adjacent cell when the cell next to
it is highlighted for conditional formatting.

Or, how can I say If ( certain text exists in column c then return column d)

Thanks,

--
Donna
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,688
Default Return adjacent cell if conditional formatting exists.

How can I set up a formula to return the adjacent cell when the cell next
to
it is highlighted for conditional formatting.


You can't. There's no way to test for conditional formatting. You can use a
formula based on the logic of WHY a cell is conditionally formated:

=IF(C1="some_text",D1,"")

Biff

"Donna" wrote in message
...
I have several columns. One column contains conditional formatting
returned
on a text search in the cell.

How can I set up a formula to return the adjacent cell when the cell next
to
it is highlighted for conditional formatting.

Or, how can I say If ( certain text exists in column c then return column
d)

Thanks,

--
Donna



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Return adjacent cell if conditional formatting exists.

Donna

See Chip Pearson's site methods of determining if and what type of CF is on a
cell.

http://www.cpearson.com/excel/CFColors.htm


Gord Dibben MS Excel MVP


On Wed, 8 Nov 2006 14:11:07 -0500, "Biff" wrote:

How can I set up a formula to return the adjacent cell when the cell next
to
it is highlighted for conditional formatting.


You can't. There's no way to test for conditional formatting. You can use a
formula based on the logic of WHY a cell is conditionally formated:

=IF(C1="some_text",D1,"")

Biff

"Donna" wrote in message
...
I have several columns. One column contains conditional formatting
returned
on a text search in the cell.

How can I set up a formula to return the adjacent cell when the cell next
to
it is highlighted for conditional formatting.

Or, how can I say If ( certain text exists in column c then return column
d)

Thanks,

--
Donna



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,688
Default Return adjacent cell if conditional formatting exists.

All that code when a simple worksheet formula will do?

No thanks!

Biff

"Gord Dibben" <gorddibbATshawDOTca wrote in message
...
Donna

See Chip Pearson's site methods of determining if and what type of CF is
on a
cell.

http://www.cpearson.com/excel/CFColors.htm


Gord Dibben MS Excel MVP


On Wed, 8 Nov 2006 14:11:07 -0500, "Biff" wrote:

How can I set up a formula to return the adjacent cell when the cell
next
to
it is highlighted for conditional formatting.


You can't. There's no way to test for conditional formatting. You can use
a
formula based on the logic of WHY a cell is conditionally formated:

=IF(C1="some_text",D1,"")

Biff

"Donna" wrote in message
...
I have several columns. One column contains conditional formatting
returned
on a text search in the cell.

How can I set up a formula to return the adjacent cell when the cell
next
to
it is highlighted for conditional formatting.

Or, how can I say If ( certain text exists in column c then return
column
d)

Thanks,

--
Donna





  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Return adjacent cell if conditional formatting exists.

Not a problem Biff

Your simple formula is spot on.

But..............Posters should know what other options are available when
someone states

"There's no way to test for conditional formatting"


Gord

On Wed, 8 Nov 2006 17:05:41 -0500, "Biff" wrote:

All that code when a simple worksheet formula will do?

No thanks!

Biff

"Gord Dibben" <gorddibbATshawDOTca wrote in message
.. .
Donna

See Chip Pearson's site methods of determining if and what type of CF is
on a
cell.

http://www.cpearson.com/excel/CFColors.htm


Gord Dibben MS Excel MVP


On Wed, 8 Nov 2006 14:11:07 -0500, "Biff" wrote:

How can I set up a formula to return the adjacent cell when the cell
next
to
it is highlighted for conditional formatting.

You can't. There's no way to test for conditional formatting. You can use
a
formula based on the logic of WHY a cell is conditionally formated:

=IF(C1="some_text",D1,"")

Biff

"Donna" wrote in message
...
I have several columns. One column contains conditional formatting
returned
on a text search in the cell.

How can I set up a formula to return the adjacent cell when the cell
next
to
it is highlighted for conditional formatting.

Or, how can I say If ( certain text exists in column c then return
column
d)

Thanks,

--
Donna




Gord Dibben MS Excel MVP


  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,688
Default Return adjacent cell if conditional formatting exists.

But..............Posters should know what other options
are available when someone states
"There's no way to test for conditional formatting"


That's true but they should also be made aware of all the caveats that
accompany those methods, which Chip seems to cover.

On the subject, I can't understand why the experts don't discourage
calculations based on formats/colors due to the inherent calculation issues.

Biff

"Gord Dibben" <gorddibbATshawDOTca wrote in message
...
Not a problem Biff

Your simple formula is spot on.

But..............Posters should know what other options are available when
someone states

"There's no way to test for conditional formatting"


Gord

On Wed, 8 Nov 2006 17:05:41 -0500, "Biff" wrote:

All that code when a simple worksheet formula will do?

No thanks!

Biff

"Gord Dibben" <gorddibbATshawDOTca wrote in message
. ..
Donna

See Chip Pearson's site methods of determining if and what type of CF is
on a
cell.

http://www.cpearson.com/excel/CFColors.htm


Gord Dibben MS Excel MVP


On Wed, 8 Nov 2006 14:11:07 -0500, "Biff"
wrote:

How can I set up a formula to return the adjacent cell when the cell
next
to
it is highlighted for conditional formatting.

You can't. There's no way to test for conditional formatting. You can
use
a
formula based on the logic of WHY a cell is conditionally formated:

=IF(C1="some_text",D1,"")

Biff

"Donna" wrote in message
...
I have several columns. One column contains conditional formatting
returned
on a text search in the cell.

How can I set up a formula to return the adjacent cell when the cell
next
to
it is highlighted for conditional formatting.

Or, how can I say If ( certain text exists in column c then return
column
d)

Thanks,

--
Donna




Gord Dibben MS Excel MVP



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 similar to shading alternating rows Conan Kelly Excel Worksheet Functions 10 August 22nd 06 11:13 PM
Conditional formatting formula that uses VLookup, based on content of another cell Fred Excel Discussion (Misc queries) 3 August 2nd 06 04:23 PM
conditional formatting on a cell range mdchachi Excel Discussion (Misc queries) 3 May 3rd 06 05:48 PM
Conditional Formatting to Test Value in Cell Carroll Excel Worksheet Functions 3 March 9th 06 07:38 PM
GET.CELL Biff Excel Worksheet Functions 2 November 24th 04 07:16 PM


All times are GMT +1. The time now is 04:24 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"