Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Hi, I am trying to count criteria from two different columns and have the answer appear on a different worksheet. Here is the formula I have used: =SUMPRODUCT(--('MAIN'!C2:C65534="Phase 2"),--('MAIN'!B2:B65534="Downstairs")) I cannot get it to work on another worksheet within the same workbook! Am I trying the impossible? Any help would be appreciated:) -- Cobbcouk ------------------------------------------------------------------------ Cobbcouk's Profile: http://www.excelforum.com/member.php...o&userid=32143 View this thread: http://www.excelforum.com/showthread...hreadid=564241 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
What doesn't work? What results do you get? The formula is perfectly valid
and my test worked O.K. "Cobbcouk" wrote: Hi, I am trying to count criteria from two different columns and have the answer appear on a different worksheet. Here is the formula I have used: =SUMPRODUCT(--('MAIN'!C2:C65534="Phase 2"),--('MAIN'!B2:B65534="Downstairs")) I cannot get it to work on another worksheet within the same workbook! Am I trying the impossible? Any help would be appreciated:) -- Cobbcouk ------------------------------------------------------------------------ Cobbcouk's Profile: http://www.excelforum.com/member.php...o&userid=32143 View this thread: http://www.excelforum.com/showthread...hreadid=564241 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Try this it works for me: =SUMPRODUCT((Main!C1:C10="Phase 2")*(Main!B1:B10="Downstairs")) Let me know if it works. Ed -- patele ------------------------------------------------------------------------ patele's Profile: http://www.excelforum.com/member.php...o&userid=35849 View this thread: http://www.excelforum.com/showthread...hreadid=564241 |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You may want to copy the formula from the formula bar and past it into your
followup message if you don't get it working. Cobbcouk wrote: Hi, I am trying to count criteria from two different columns and have the answer appear on a different worksheet. Here is the formula I have used: =SUMPRODUCT(--('MAIN'!C2:C65534="Phase 2"),--('MAIN'!B2:B65534="Downstairs")) I cannot get it to work on another worksheet within the same workbook! Am I trying the impossible? Any help would be appreciated:) -- Cobbcouk ------------------------------------------------------------------------ Cobbcouk's Profile: http://www.excelforum.com/member.php...o&userid=32143 View this thread: http://www.excelforum.com/showthread...hreadid=564241 -- Dave Peterson |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Hi, Thanks for the quick replies. The formula works correctly in the same worksheet but not in anothe. I have just created a new worksheet and it works in that one; but not in the original one I created for the formula to work in. I don't know bloomin Excel!!!!! Thanks for the help ill just hhave to copy the sheet info across and hope for the best. Regards G -- Cobbcouk ------------------------------------------------------------------------ Cobbcouk's Profile: http://www.excelforum.com/member.php...o&userid=32143 View this thread: http://www.excelforum.com/showthread...hreadid=564241 |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You probably need to update the sheet reference in the formula, the Main!
part, to the appropriate sheet. -- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct) "Cobbcouk" wrote in message ... Hi, Thanks for the quick replies. The formula works correctly in the same worksheet but not in anothe. I have just created a new worksheet and it works in that one; but not in the original one I created for the formula to work in. I don't know bloomin Excel!!!!! Thanks for the help ill just hhave to copy the sheet info across and hope for the best. Regards G -- Cobbcouk ------------------------------------------------------------------------ Cobbcouk's Profile: http://www.excelforum.com/member.php...o&userid=32143 View this thread: http://www.excelforum.com/showthread...hreadid=564241 |
#7
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Thanks guys for your help. All works fine now. Another battle won in the Excel forums:) :) :) :) :) :) :) :) :) -- Cobbcouk ------------------------------------------------------------------------ Cobbcouk's Profile: http://www.excelforum.com/member.php...o&userid=32143 View this thread: http://www.excelforum.com/showthread...hreadid=564241 |
#8
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
What was the problem?
-- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct) "Cobbcouk" wrote in message ... Thanks guys for your help. All works fine now. Another battle won in the Excel forums:) :) :) :) :) :) :) :) :) -- Cobbcouk ------------------------------------------------------------------------ Cobbcouk's Profile: http://www.excelforum.com/member.php...o&userid=32143 View this thread: http://www.excelforum.com/showthread...hreadid=564241 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
numerical integration | Excel Discussion (Misc queries) | |||
Index function using multiple values in one cell | Excel Worksheet Functions | |||
Double and Multiple Lookup Using the MATCH Function | Excel Worksheet Functions | |||
Custom functions calculating time arguments Help Desperate | Excel Worksheet Functions | |||
creating a function with multiple criteria | Excel Worksheet Functions |