ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Formula Modification Needed (https://www.excelbanter.com/excel-programming/285791-formula-modification-needed.html)

Phil Hageman[_3_]

Formula Modification Needed
 
This conditional formatting formula works when B30 has
values entered (condition is true). When B30 has no data
entered, I need a false condition, so no formatting
occurs. What would the new formula be?

=OR(B30=FinancialM17,B30<=FinancialM27)


Rob Bovey

Formula Modification Needed
 
"Phil Hageman" wrote in message
...
This conditional formatting formula works when B30 has
values entered (condition is true). When B30 has no data
entered, I need a false condition, so no formatting
occurs. What would the new formula be?

=OR(B30=FinancialM17,B30<=FinancialM27)


Hi Phil,

How about something like:

=AND(NOT(ISBLANK(B30)),OR(B30=FinancialM17,B30<=F inancialM27))

--
Rob Bovey, MCSE, MCSD, Excel MVP
Application Professionals
http://www.appspro.com/

* Please post all replies to this newsgroup *
* I delete all unsolicited e-mail responses *




Phil Hageman[_3_]

Thanks
 
Thanks, Rob, I took the "NOT" out and it worked as needed -
my fault for not being clearer with the discription.
Happy Holiday!
-----Original Message-----
"Phil Hageman"

wrote in message
...
This conditional formatting formula works when B30 has
values entered (condition is true). When B30 has no

data
entered, I need a false condition, so no formatting
occurs. What would the new formula be?

=OR(B30=FinancialM17,B30<=FinancialM27)


Hi Phil,

How about something like:

=AND(NOT(ISBLANK(B30)),OR

(B30=FinancialM17,B30<=FinancialM27))

--
Rob Bovey, MCSE, MCSD, Excel MVP
Application Professionals
http://www.appspro.com/

* Please post all replies to this newsgroup *
* I delete all unsolicited e-mail responses *



.


Phil Hageman[_3_]

Thanks
 
Appreciate your input. I was not exactly clear with
problem definition - I thind the <"" part interfered
somehow. Anyway, thanks very much for your time.
-----Original Message-----
Phil Hageman wrote:
This conditional formatting formula works when B30 has
values entered (condition is true). When B30 has no

data
entered, I need a false condition, so no formatting
occurs. What would the new formula be?

=OR(B30=FinancialM17,B30<=FinancialM27)


=IF(AND(B30<"",OR(B30=FinancialM17,B30<=Financi alM27)))

Regards,
--
Beto
Reply: Erase between the dot (inclusive) and the @.
Responder: Borra la frase obvia y el punto previo.

.


Beto[_3_]

Formula Modification Needed
 
Phil Hageman wrote:
This conditional formatting formula works when B30 has
values entered (condition is true). When B30 has no data
entered, I need a false condition, so no formatting
occurs. What would the new formula be?

=OR(B30=FinancialM17,B30<=FinancialM27)


=IF(AND(B30<"",OR(B30=FinancialM17,B30<=Financia lM27)))

Regards,
--
Beto
Reply: Erase between the dot (inclusive) and the @.
Responder: Borra la frase obvia y el punto previo.



All times are GMT +1. The time now is 05:15 PM.

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