Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Conditional Formatting Question

I was wondering if anyone has ever tried to format a cell based off of
another cell's value. Esentially I am trying to set up a spreadsheet that
would do something similar to the following, if cell1 is blank or 0 then
cell3 should be blank. cell3 currently has a formula in it that is
calculating a number based off of another cell and cell1. However I dont want
the value of cell3 to be 0 cause later i will have another cell calculate
based off of cell3. Thanks

cell1 | cell2 | cell3 |

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,069
Default Conditional Formatting Question

If Cell1 is C6, for example:

Select Cell3. Then select Format Conditional Formatiing (in Excel 2003).
Change the dropdown box to "Formula Is". In the adjoining text box, enter
this formula:

=OR(LEN(C6)=0,C6=0)

Click the Format button. On the Font tab, change the color to white (or
whatever the background color is for Cell3). Click OK, then OK.

Hope this helps,

Hutch

"whwar_9739" wrote:

I was wondering if anyone has ever tried to format a cell based off of
another cell's value. Esentially I am trying to set up a spreadsheet that
would do something similar to the following, if cell1 is blank or 0 then
cell3 should be blank. cell3 currently has a formula in it that is
calculating a number based off of another cell and cell1. However I dont want
the value of cell3 to be 0 cause later i will have another cell calculate
based off of cell3. Thanks

cell1 | cell2 | cell3 |

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 143
Default Conditional Formatting Question

I was wondering if anyone has ever tried to format a cell based off of
another cell's value. Esentially I am trying to set up a spreadsheet
that would do something similar to the following, if cell1 is blank or
0 then cell3 should be blank. cell3 currently has a formula in it that
is calculating a number based off of another cell and cell1. However I
dont want the value of cell3 to be 0 cause later i will have another
cell calculate based off of cell3. Thanks


If a cell's font color is the same as its background color, it appears
blank even though its value may be anything.

This can be used in conditional formatting to get the result you describe.
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 Question tralbert Excel Discussion (Misc queries) 4 May 12th 08 11:18 PM
conditional formatting question Little pete Excel Worksheet Functions 0 January 23rd 07 04:37 PM
Conditional Formatting Question sasquatchbill Excel Discussion (Misc queries) 5 August 4th 06 04:24 PM
Conditional formatting question Carl Imthurn Excel Worksheet Functions 4 August 8th 05 11:06 PM
conditional formatting question Deb Excel Discussion (Misc queries) 0 March 23rd 05 02:07 AM


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