Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Benj
 
Posts: n/a
Default 2 Conditiaonal Formatting

Hello all!

Im trying to do a conditional format like this
=IF(A7"",TRUE,FALSE) That the cells on this row should be shaded if the row
above has values entered, like that all the rows are clear until you enter
data in the row above, but the problem is that I also have zero values on
some columns which was before like this CELL VALUE IS LESS THEN 0, FORMAT
FONT TO WHITE and the dollar sign was white therefore invisible, but now it
turns black.

I would like it to be that even when it has the shade, the dollar sign
should not be visible (maybe by formatting the same color as the shade).

Thank you all in advance I would really appreciate if you respond ASAP

  #2   Report Post  
Bob Phillips
 
Posts: n/a
Default

Firstly, you only need a formula of

=A7""

as that will resolve to TEUE or FALSE and CF looks for True or False.

As to the colour, just set the font colour to the same as the pattern with
a formula of

=AND(A7"",A8<0)

--
HTH

Bob Phillips

"Benj" wrote in message
...
Hello all!

I'm trying to do a conditional format like this
=IF(A7"",TRUE,FALSE) That the cells on this row should be shaded if the

row
above has values entered, like that all the rows are clear until you enter
data in the row above, but the problem is that I also have zero values on
some columns which was before like this CELL VALUE IS LESS THEN 0, FORMAT
FONT TO WHITE and the dollar sign was white therefore invisible, but now

it
turns black.

I would like it to be that even when it has the shade, the dollar sign
should not be visible (maybe by formatting the same color as the shade).

Thank you all in advance I would really appreciate if you respond ASAP



  #3   Report Post  
Benj
 
Posts: n/a
Default

"Bob" Thanx so much for replying,

It didnt do what I want it to do, the cell contains a formula therefore the
dollar sign is being shown and I dont want it to be visible at all, it should
only show when its a value, say it returns $1000.00, but else when the shade
i'snt there it should be (white) , when the shade is there it should be (the
color of the shade)

Again thanx so much

"Bob Phillips" wrote:

Firstly, you only need a formula of

=A7""

as that will resolve to TEUE or FALSE and CF looks for True or False.

As to the colour, just set the font colour to the same as the pattern with
a formula of

=AND(A7"",A8<0)

--
HTH

Bob Phillips

"Benj" wrote in message
...
Hello all!

I'm trying to do a conditional format like this
=IF(A7"",TRUE,FALSE) That the cells on this row should be shaded if the

row
above has values entered, like that all the rows are clear until you enter
data in the row above, but the problem is that I also have zero values on
some columns which was before like this CELL VALUE IS LESS THEN 0, FORMAT
FONT TO WHITE and the dollar sign was white therefore invisible, but now

it
turns black.

I would like it to be that even when it has the shade, the dollar sign
should not be visible (maybe by formatting the same color as the shade).

Thank you all in advance I would really appreciate if you respond ASAP




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 Error ddate Excel Worksheet Functions 0 May 5th 05 09:00 PM
difficulty with conditional formatting Deb Excel Discussion (Misc queries) 0 March 23rd 05 06:13 PM
conditional formatting question Deb Excel Discussion (Misc queries) 0 March 23rd 05 02:07 AM
Copy conditional formatting across multiple rows? Gil Excel Discussion (Misc queries) 1 January 11th 05 11:27 AM
Conditional formatting not available in Excel BAB Excel Discussion (Misc queries) 2 January 1st 05 03:33 PM


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