PC Review


Reply
Thread Tools Rate Thread

Array Formula with AND operator

 
 
edwardpestian
Guest
Posts: n/a
 
      17th Jul 2006

I have the following array formula that works correctly as long as th
range
I16:I39 has data in it; however there may be times when cells in tha
range are set to blank via another formula. When this happens, I ge
an error.


Code
-------------------

=SUM((E16:E39>TODAY()-180)*(E16:E39<=TODAY())*(I16:I39<>"")*(I16:I39))*8


-------------------


Thanks.

-e

--
edwardpestia
-----------------------------------------------------------------------
edwardpestian's Profile: http://www.excelforum.com/member.php...fo&userid=3380
View this thread: http://www.excelforum.com/showthread.php?threadid=56195

 
Reply With Quote
 
 
 
 
edwardpestian
Guest
Posts: n/a
 
      17th Jul 2006

Okay, I got it..


Code:
--------------------


=SUM(IF((E16:E39>TODAY()-180)*(E16:E39<=TODAY())*(I16:I39<>""),(I16:I39),0))*8


--------------------


--
edwardpestian
------------------------------------------------------------------------
edwardpestian's Profile: http://www.excelforum.com/member.php...o&userid=33809
View this thread: http://www.excelforum.com/showthread...hreadid=561957

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Using as operator on value tye array KK Microsoft C# .NET 13 13th Jun 2008 03:34 PM
What does ^ operator mean in a formula?? Vytau Microsoft Excel Worksheet Functions 2 30th Nov 2007 10:31 PM
ARRAY MULTI LOGICAL OPERATOR =?Utf-8?B?c2hhcm9u?= Microsoft Excel Programming 7 13th Oct 2007 10:08 PM
What does ! mean as an operator within a formula =?Utf-8?B?VGFt?= Microsoft Excel Misc 3 2nd Jan 2006 08:48 AM
Tricky array formula issue - Using array formula on one cell, then autofilling down a range aspenbordr Microsoft Excel Programming 0 27th Jul 2005 03:59 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:33 PM.