Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 160
Default 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)

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 811
Default 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 *



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 160
Default 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 *



.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 160
Default 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.

.

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 140
Default 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.

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
Formula modification yshridhar Excel Worksheet Functions 10 November 23rd 07 08:16 AM
Formula Modification No Name Excel Discussion (Misc queries) 2 May 1st 07 03:33 AM
Formula Modification No Name New Users to Excel 2 May 1st 07 03:33 AM
Formula Modification Help Dmorri254 Excel Worksheet Functions 4 November 15th 04 07:06 PM
Formula Modification Phil Hageman[_3_] Excel Programming 4 November 17th 03 05:56 PM


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