Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I'm trying to code a program to write a formula array into a spreadsheet; to get the right calculation, I need the sum of the values in column "B" that fall on each date in a monthly period and between two times on each day. The following formula works fine when manually typed, but is beyond the XL limit for coding the entry of array formulas: =SUM(IF(LEFT('UMS-IT'!$L$2:$L$71805,11)="AMSCOT ARLD",IF(TEXT('UMS-IT'!$M$2:$M$71805,"MM-DD-YYYY HH:MM:SS")"04-12-2009 17:00:00",IF(TEXT('UMS-IT'!$M$2:$M$71805,"MM-DD-YYYY HH:MM:SS")<"04-12-2009 24:00:01",'UMS-IT'!$B$2:$B$71805)))) Anyone have any ideas as to how I can code this? Or is it possible to internally calculate and just write the result (if so how?)? Thanks much for your assistance! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Replace html code - formula too long | Excel Discussion (Misc queries) | |||
Array formula to code | Excel Programming | |||
Evalute Array Formula in VBA code | Excel Programming | |||
Code for Array formula | Excel Programming | |||
Challenging long ARRAY formula needed - Can this be done? | Excel Programming |