ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   How to change cell colors based on an IF statement formula? (https://www.excelbanter.com/excel-programming/283292-how-change-cell-colors-based-if-statement-formula.html)

Tom Woolman

How to change cell colors based on an IF statement formula?
 
Hello. I am trying to do a simple color-coded exception report in
Excel and can't find any decent documentation on cell formulas (the
online help in Excel 2000 is kind of arcane).

I am trying to compare a cell value on two different sheets. If there
is a variance = 1% across the two cells, then I want to say "= 1%
variance exists, AND I want to change the cell color to red.

So far, here's the formula I am using. I don't think I am doing the
variance calculation correctly, and I can't figure out how to change
the cell color after I change the cell text to "1% variance exists".

=IF(sheeta!B2-sheetb!B2=ABS(1%),"1% variance exists","ok")




Any help would be greatly appreciated! Thanks.



Tom
email:

Don Guillett[_4_]

How to change cell colors based on an IF statement formula?
 
Conditional formatting does NOT allow references to other worksheets BUT you
can give the other worksheet cell a name like basecell and then use in cell
d14
formatconditionalformattingleft drop select formula istype in
=d14basecell*1.01
or whatever.set formats desired.

--
Don Guillett
SalesAid Software

"Tom Woolman" wrote in message
om...
Hello. I am trying to do a simple color-coded exception report in
Excel and can't find any decent documentation on cell formulas (the
online help in Excel 2000 is kind of arcane).

I am trying to compare a cell value on two different sheets. If there
is a variance = 1% across the two cells, then I want to say "= 1%
variance exists, AND I want to change the cell color to red.

So far, here's the formula I am using. I don't think I am doing the
variance calculation correctly, and I can't figure out how to change
the cell color after I change the cell text to "1% variance exists".

=IF(sheeta!B2-sheetb!B2=ABS(1%),"1% variance exists","ok")




Any help would be greatly appreciated! Thanks.



Tom
email:




Tom Ogilvy

How to change cell colors based on an IF statement formula?
 
=IF(Abs(sheeta!B2-sheetb!B2)=1%,"1% variance exists","ok")

Select the cell and do format=Conditional Formatting

select cell value is equal to and in the box put "1% variance exists"
with no double quotes.

Select the format button and under patterns, select red.

OK out.

Regards,
Tom Ogilvy

"Tom Woolman" wrote in message
om...
Hello. I am trying to do a simple color-coded exception report in
Excel and can't find any decent documentation on cell formulas (the
online help in Excel 2000 is kind of arcane).

I am trying to compare a cell value on two different sheets. If there
is a variance = 1% across the two cells, then I want to say "= 1%
variance exists, AND I want to change the cell color to red.

So far, here's the formula I am using. I don't think I am doing the
variance calculation correctly, and I can't figure out how to change
the cell color after I change the cell text to "1% variance exists".

=IF(sheeta!B2-sheetb!B2=ABS(1%),"1% variance exists","ok")




Any help would be greatly appreciated! Thanks.



Tom
email:




Gord Dibben

How to change cell colors based on an IF statement formula?
 
Tom

FormatConditional FormattingCell Value is:

equal to......... ="1% variance exists"

Note the = sign.

Pick a Format from Patterns.

Gord Dibben XL2002

On 21 Nov 2003 11:09:58 -0800, (Tom Woolman) wrote:

Hello. I am trying to do a simple color-coded exception report in
Excel and can't find any decent documentation on cell formulas (the
online help in Excel 2000 is kind of arcane).

I am trying to compare a cell value on two different sheets. If there
is a variance = 1% across the two cells, then I want to say "= 1%
variance exists, AND I want to change the cell color to red.

So far, here's the formula I am using. I don't think I am doing the
variance calculation correctly, and I can't figure out how to change
the cell color after I change the cell text to "1% variance exists".

=IF(sheeta!B2-sheetb!B2=ABS(1%),"1% variance exists","ok")




Any help would be greatly appreciated! Thanks.



Tom
email:




All times are GMT +1. The time now is 04:54 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com