Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Does anyone know what formula I enter to perform the following function?
If a cell in a row contains an entry such as "R1 Live" and a second cell in a row contains one of a range of dates in the form of 12/2010 , then the cell result = date in the column of "R1 Live". -- thanks |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
12/2010 is not a legal Excel date. =SUMPRODUCT(--(A1:A100=DATE(2010,12,1)),--(A1:A100<=DATE(2010,12,31),--(B1:B100="R1 Live"),A1:A100) This is only resonable if there is only one line that meets these conditions. -- If this helps, please click the Yes button. Cheers, Shane Devenshire "digit" wrote: Does anyone know what formula I enter to perform the following function? If a cell in a row contains an entry such as "R1 Live" and a second cell in a row contains one of a range of dates in the form of 12/2010 , then the cell result = date in the column of "R1 Live". -- thanks |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Assumes col G is really a proper date formatted as mm/yyyy
=SUMPRODUCT(($FR$14:$F$15="r1 live")*(TEXT($G$14:$G$15,"mm/yyyy")="12/2009")) -- Don Guillett Microsoft MVP Excel SalesAid Software "digit" wrote in message ... Does anyone know what formula I enter to perform the following function? If a cell in a row contains an entry such as "R1 Live" and a second cell in a row contains one of a range of dates in the form of 12/2010 , then the cell result = date in the column of "R1 Live". -- thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2002 Formula: Urgent Conditional Formula Required Right Away - if possible | Excel Discussion (Misc queries) | |||
Build excel formula using field values as text in the formula | Excel Worksheet Functions | |||
Excel 2002 formula displayed not value formula option not checked | Excel Worksheet Functions | |||
i edit a formula (excel) then it displays formula not answer | Excel Discussion (Misc queries) | |||
Converting an Excel formula to an Access query formula | Excel Discussion (Misc queries) |