Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Array Formula with AND operator


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


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

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


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


Thanks.

-ep


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

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Array Formula with AND operator


Okay, I got it..


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


=SUM(IF((E16:E39TODAY()-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
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



All times are GMT +1. The time now is 08:06 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"