Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]() I entered: =SUMPRODUCT((REPLACE(REPLACE(A9:A933500,1,1,""),3, 4,"")="LR"),(B9:B33500"31-Dec-03"+0),(L9:L33500)) Column A contains eight-character record numbers with the second and third characters being letters and the remainding characters being numbers. Column B contains dates. Column L has dollar values. If Column B is greater than 31-Dec-2003 and Column A is an LR record number sum the dollar value in Column L. Any help? -- Gos-C ------------------------------------------------------------------------ Gos-C's Profile: http://www.excelforum.com/member.php...o&userid=14518 View this thread: http://www.excelforum.com/showthread...hreadid=272991 |
#2
![]() |
|||
|
|||
![]()
See if this works:
=SUMPRODUCT(--(MID(A9:A933500,2,2)="LR"),--(B9:B33500DATE(2003,12,31)),(L9:L33500)) On Wed, 27 Oct 2004 16:21:42 -0500, Gos-C wrote: I entered: =SUMPRODUCT((REPLACE(REPLACE(A9:A933500,1,1,""),3 ,4,"")="LR"),(B9:B33500"31-Dec-03"+0),(L9:L33500)) Column A contains eight-character record numbers with the second and third characters being letters and the remainding characters being numbers. Column B contains dates. Column L has dollar values. If Column B is greater than 31-Dec-2003 and Column A is an LR record number sum the dollar value in Column L. Any help? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula Dependant Conditional Formatting | Excel Discussion (Misc queries) | |||
Determine cells that drive conditional formatting? | Excel Discussion (Misc queries) | |||
Conditional formatting not available in Excel | Excel Discussion (Misc queries) | |||
copy conditional format as ACTUAL format | Excel Discussion (Misc queries) | |||
Adding more than three Conditions to 'Conditional Formatting' | Excel Discussion (Misc queries) |