Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Tom Ogilvy or anyone that can help

Hi Tom,

It's Brian again from the posts about making something bold
if I type an X somewhere else.

Maybe I'm asking the wrong thing-

What I want is some kind of Nested IF function that says If
this cell contains the letter X then BOLD the text in
another cell.
The cells in question will be in 2 different workbooks.

I won't bother you anymore after this.

Thanks
Brian
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Tom Ogilvy or anyone that can help

I gave up. Perhaps someone else can help.

--
Regards,
Tom Ogilvy


"Brian W." wrote in message
...
Hi Tom,

It's Brian again from the posts about making something bold
if I type an X somewhere else.

Maybe I'm asking the wrong thing-

What I want is some kind of Nested IF function that says If
this cell contains the letter X then BOLD the text in
another cell.
The cells in question will be in 2 different workbooks.

I won't bother you anymore after this.

Thanks
Brian



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,885
Default Tom Ogilvy or anyone that can help

Hi
just to add to Tom:
- first: always best to stay in the original thread:
- it is of course easy to mechanically link two different cells and
bold one of these cells (e.g. using a conditional format with a defined
name in combination)

BUT: This is probably not what you want and I can fully understand Tom
why he is not able to offer a solution (I can't either...). What you
have to tell us is the LOGIC how these cells should be linkes. To give
you an example:
- lets say cell B2 on your second sheet contains an 'X'
- now you want to bold one cell on sheet 1

HOW do you determine WHICH cell to bold. How are these cells linkes or
how do they correspond with each other (this is what Tom meant with
'matching' - at least I hope he meant this). Excel (we) have to know
the algorithmn behing your bolding)



--
Regards
Frank Kabel
Frankfurt, Germany

"Tom Ogilvy" schrieb im Newsbeitrag
...
I gave up. Perhaps someone else can help.

--
Regards,
Tom Ogilvy


"Brian W." wrote in message
...
Hi Tom,

It's Brian again from the posts about making something bold
if I type an X somewhere else.

Maybe I'm asking the wrong thing-

What I want is some kind of Nested IF function that says If
this cell contains the letter X then BOLD the text in
another cell.
The cells in question will be in 2 different workbooks.

I won't bother you anymore after this.

Thanks
Brian




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 863
Default Tom Ogilvy or anyone that can help

First of all, IF statement cannot change formatting, period. You could use
conditional formatting if the cell to be tested is on the same worksheet, in
the same workbook. AFAIK, it can't check the value of a cell in another
workbook.

You would have to write a VBA macro to change formatting in this way. And it
won't be dynamic unless you use a Event macro in the workbook where you are
entering the X

What I want is some kind of Nested IF function that says If
this cell contains the letter X then BOLD the text in
another cell.
The cells in question will be in 2 different workbooks.



  #5   Report Post  
Posted to microsoft.public.excel.programming
No Name
 
Posts: n/a
Default Tom Ogilvy or anyone that can help

Thanks Frank.

No wonder why nobody could answer my question. Now that I'm
thinking about it more I'm not even sure if what I'm try to
do is possible.

I didn't specify before that the formula would be in the
cell that I want to bold not in the cell that I'm putting
the X in. But that leads to another problem becuase I
already have a formula in that cell. Can you have more then
1 formula in a cell? I know you can do multiple conditional
formating but that won't work across workbooks.

I'll have to rework the format to make it all work.

Thanks
Brian


-----Original Message-----
Hi
just to add to Tom:
- first: always best to stay in the original thread:
- it is of course easy to mechanically link two different

cells and
bold one of these cells (e.g. using a conditional format

with a defined
name in combination)

BUT: This is probably not what you want and I can fully

understand Tom
why he is not able to offer a solution (I can't

either...). What you
have to tell us is the LOGIC how these cells should be

linkes. To give
you an example:
- lets say cell B2 on your second sheet contains an 'X'
- now you want to bold one cell on sheet 1

HOW do you determine WHICH cell to bold. How are these

cells linkes or
how do they correspond with each other (this is what Tom

meant with
'matching' - at least I hope he meant this). Excel (we)

have to know
the algorithmn behing your bolding)



--
Regards
Frank Kabel
Frankfurt, Germany

"Tom Ogilvy" schrieb im Newsbeitrag
...
I gave up. Perhaps someone else can help.

--
Regards,
Tom Ogilvy


"Brian W." wrote

in message
...
Hi Tom,

It's Brian again from the posts about making something

bold
if I type an X somewhere else.

Maybe I'm asking the wrong thing-

What I want is some kind of Nested IF function that

says If
this cell contains the letter X then BOLD the text in
another cell.
The cells in question will be in 2 different workbooks.

I won't bother you anymore after this.

Thanks
Brian




.



  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,824
Default Tom Ogilvy or anyone that can help

maybe you could use a helper cell and just return the value in that cell--then
refer to that helper cell in your conditional formatting formula.

wrote:

Thanks Frank.

No wonder why nobody could answer my question. Now that I'm
thinking about it more I'm not even sure if what I'm try to
do is possible.

I didn't specify before that the formula would be in the
cell that I want to bold not in the cell that I'm putting
the X in. But that leads to another problem becuase I
already have a formula in that cell. Can you have more then
1 formula in a cell? I know you can do multiple conditional
formating but that won't work across workbooks.

I'll have to rework the format to make it all work.

Thanks
Brian

-----Original Message-----
Hi
just to add to Tom:
- first: always best to stay in the original thread:
- it is of course easy to mechanically link two different

cells and
bold one of these cells (e.g. using a conditional format

with a defined
name in combination)

BUT: This is probably not what you want and I can fully

understand Tom
why he is not able to offer a solution (I can't

either...). What you
have to tell us is the LOGIC how these cells should be

linkes. To give
you an example:
- lets say cell B2 on your second sheet contains an 'X'
- now you want to bold one cell on sheet 1

HOW do you determine WHICH cell to bold. How are these

cells linkes or
how do they correspond with each other (this is what Tom

meant with
'matching' - at least I hope he meant this). Excel (we)

have to know
the algorithmn behing your bolding)



--
Regards
Frank Kabel
Frankfurt, Germany

"Tom Ogilvy" schrieb im Newsbeitrag
...
I gave up. Perhaps someone else can help.

--
Regards,
Tom Ogilvy


"Brian W." wrote

in message
...
Hi Tom,

It's Brian again from the posts about making something

bold
if I type an X somewhere else.

Maybe I'm asking the wrong thing-

What I want is some kind of Nested IF function that

says If
this cell contains the letter X then BOLD the text in
another cell.
The cells in question will be in 2 different workbooks.

I won't bother you anymore after this.

Thanks
Brian



.


--

Dave Peterson

  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Tom Ogilvy or anyone that can help

Conditional formatting can be done across worksheets in the same workbook
and across workbooks if both are open. It requires that the reference to
the trigger cell (cell with the X) be put in a defined name
(insert=Name=Define). Worst case, you would need one for each cell that
is to be formatted. However, there is a positional correspondence between
the two, it is possible it could be done with a minimal number of defined
names.

--
Regards,
Tom Ogilvy

wrote in message
...
Thanks Frank.

No wonder why nobody could answer my question. Now that I'm
thinking about it more I'm not even sure if what I'm try to
do is possible.

I didn't specify before that the formula would be in the
cell that I want to bold not in the cell that I'm putting
the X in. But that leads to another problem becuase I
already have a formula in that cell. Can you have more then
1 formula in a cell? I know you can do multiple conditional
formating but that won't work across workbooks.

I'll have to rework the format to make it all work.

Thanks
Brian


-----Original Message-----
Hi
just to add to Tom:
- first: always best to stay in the original thread:
- it is of course easy to mechanically link two different

cells and
bold one of these cells (e.g. using a conditional format

with a defined
name in combination)

BUT: This is probably not what you want and I can fully

understand Tom
why he is not able to offer a solution (I can't

either...). What you
have to tell us is the LOGIC how these cells should be

linkes. To give
you an example:
- lets say cell B2 on your second sheet contains an 'X'
- now you want to bold one cell on sheet 1

HOW do you determine WHICH cell to bold. How are these

cells linkes or
how do they correspond with each other (this is what Tom

meant with
'matching' - at least I hope he meant this). Excel (we)

have to know
the algorithmn behing your bolding)



--
Regards
Frank Kabel
Frankfurt, Germany

"Tom Ogilvy" schrieb im Newsbeitrag
...
I gave up. Perhaps someone else can help.

--
Regards,
Tom Ogilvy


"Brian W." wrote

in message
...
Hi Tom,

It's Brian again from the posts about making something

bold
if I type an X somewhere else.

Maybe I'm asking the wrong thing-

What I want is some kind of Nested IF function that

says If
this cell contains the letter X then BOLD the text in
another cell.
The cells in question will be in 2 different workbooks.

I won't bother you anymore after this.

Thanks
Brian



.



  #8   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Tom Ogilvy or anyone that can help

AFAIK, it can't check the value of a cell in another
workbook.


Worked fine for me in another workbook if I created a reference to the other
workbook in a defined name defined in the workbook with the formatting and
both workbooks were open.

xl97 SR2.

--
Regards,
Tom Ogilvy


"Myrna Larson" wrote in message
...
First of all, IF statement cannot change formatting, period. You could use
conditional formatting if the cell to be tested is on the same worksheet,

in
the same workbook. AFAIK, it can't check the value of a cell in another
workbook.

You would have to write a VBA macro to change formatting in this way. And

it
won't be dynamic unless you use a Event macro in the workbook where you

are
entering the X

What I want is some kind of Nested IF function that says If
this cell contains the letter X then BOLD the text in
another cell.
The cells in question will be in 2 different workbooks.





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
Thank You Tom Ogilvy Brian Excel Worksheet Functions 0 December 16th 04 02:47 AM
Tom Ogilvy again Jonsson Excel Programming 3 September 19th 04 05:09 PM
Tom Ogilvy Jonsson Excel Programming 4 September 18th 04 01:18 AM
Tom Ogilvy halem2[_26_] Excel Programming 4 September 17th 04 03:26 PM
tom ogilvy? somebody? rbekka33[_13_] Excel Programming 0 September 17th 04 03:28 AM


All times are GMT +1. The time now is 08:00 PM.

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"