Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 63
Default I need to simplify this...

OR(EB6<4.5%,EC6<4.5%,ED6<4.5%,EE6<4.5%,EH6<4.5%,EI 6<4.5%)
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default I need to simplify this...

=(COUNTIF(EB6:EE6,"<4.5%")+COUNTIF(EH6:EI6,"<4.5%" ))0


"j5b9721" wrote:

OR(EB6<4.5%,EC6<4.5%,ED6<4.5%,EE6<4.5%,EH6<4.5%,EI 6<4.5%)

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 63
Default I need to simplify this...

It dose not help me...

"Teethless mama" wrote:

=(COUNTIF(EB6:EE6)<4.5%)+COUNTIF(EH6:EI6)<4.5%))0


"j5b9721" wrote:

OR(EB6<4.5%,EC6<4.5%,ED6<4.5%,EE6<4.5%,EH6<4.5%,EI 6<4.5%)

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,934
Default I need to simplify this...

I'm pretty sure we need just a "little" more feedback than "it does not
help". Maybe telling us why it does not help might be a good start.

--
Rick (MVP - Excel)


"j5b9721" wrote in message
...
It dose not help me...

"Teethless mama" wrote:

=(COUNTIF(EB6:EE6)<4.5%)+COUNTIF(EH6:EI6)<4.5%))0


"j5b9721" wrote:

OR(EB6<4.5%,EC6<4.5%,ED6<4.5%,EE6<4.5%,EH6<4.5%,EI 6<4.5%)


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default I need to simplify this...

You can reduce it to an array**

OR(EB6:EE6<4.5%,OR(EH6:EI6<4.5%))

** array formulas need to be entered using the key combination of
CTRL,SHIFT,ENTER (not just ENTER). Hold down both the CTRL key and the SHIFT
key then hit ENTER.

Note that an empty cell will evaluate to be <4.5%.


--
Biff
Microsoft Excel MVP


"j5b9721" wrote in message
...
OR(EB6<4.5%,EC6<4.5%,ED6<4.5%,EE6<4.5%,EH6<4.5%,EI 6<4.5%)





  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default I need to simplify this...

=MIN(EB6:EE6,EH6:EI6)<4.5%
--
David Biddulph

j5b9721 wrote:
OR(EB6<4.5%,EC6<4.5%,ED6<4.5%,EE6<4.5%,EH6<4.5%,EI 6<4.5%)



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
Simplify code Inkel Excel Worksheet Functions 3 March 27th 09 05:52 PM
simplify this formula Dave F Excel Discussion (Misc queries) 2 August 23rd 06 03:06 PM
Need to simplify code alexwren Excel Discussion (Misc queries) 7 August 15th 06 08:07 PM
simplify this formula Dave F Excel Worksheet Functions 5 August 7th 06 10:35 PM
simplify equation EBronco67 Excel Worksheet Functions 3 April 19th 06 08:00 AM


All times are GMT +1. The time now is 06:01 AM.

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"